Skip to content

Commit

Permalink
feat: add lisk networks
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Jan 16, 2024
1 parent 70586a8 commit bc39448
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _data/chains/eip155-2024.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Lisk Mainnet",
"chain": "ETH",
"rpc": [
"https://rpc.api.lisk.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://lisk.com",
"shortName": "lisk",
"chainId": 2024,
"networkId": 2024,
"slip44": 134,
"explorers": [
{
"name": "blockscout",
"url": "https://blockscout.lisk.com",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-4202.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Lisk Sepolia Testnet",
"chain": "ETH",
"rpc": ["https://rpc.sepolia-api.lisk.com"],
"faucets": [],
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://lisk.com",
"shortName": "lisksep",
"chainId": 4202,
"networkId": 4202,
"slip44": 134,
"explorers": [
{
"name": "liskscout",
"url": "https://sepolia-blockscout.lisk.com",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}

0 comments on commit bc39448

Please sign in to comment.