Skip to content

Commit

Permalink
add lisbon registry
Browse files Browse the repository at this point in the history
  • Loading branch information
izyak authored Feb 15, 2024
1 parent 7b642b2 commit 9fa6ed6
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/cosmos-registry/berlin.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"coinDenom": "ICX",
"coinMinimalDenom": "loop",
"coinDecimals": 18,
"coinGeckoId": ""
"coinGeckoId": "icon"
}
],
"feeCurrencies": [
Expand All @@ -48,7 +48,7 @@
"coinDenom": "ICX",
"coinMinimalDenom": "loop",
"coinDecimals": 18,
"coinGeckoId": ""
"coinGeckoId": "icon"
},
"features": [
"cosmwasm",
Expand Down
4 changes: 2 additions & 2 deletions docs/cosmos-registry/icon.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"coinDenom": "ICX",
"coinMinimalDenom": "loop",
"coinDecimals": 18,
"coinGeckoId": ""
"coinGeckoId": "icon"
}
],
"feeCurrencies": [
Expand All @@ -48,7 +48,7 @@
"coinDenom": "ICX",
"coinMinimalDenom": "loop",
"coinDecimals": 18,
"coinGeckoId": ""
"coinGeckoId": "icon"
},
"features": [
"cosmwasm",
Expand Down
58 changes: 58 additions & 0 deletions docs/cosmos-registry/lisbon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"chainId": "0x2.icon",
"chainName": "Lisbon",
"pretty_name": "Icon Lisbon",
"status": "live",
"network_type": "testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/chain.png",
"rpc": "https://lisbon.net.solidwallet.io/api/v3/",
"rest": "https://lisbon.net.solidwallet.io/api/v3/",
"nodeProvider": {
"name": "Icon Foundation",
"email": "[email protected]",
"website":"https://www.icon.foundation/"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "",
"bech32PrefixAccPub": "",
"bech32PrefixValAddr": "",
"bech32PrefixValPub": "",
"bech32PrefixConsAddr": "",
"bech32PrefixConsPub": ""
},
"currencies": [
{
"coinDenom": "ICX",
"coinMinimalDenom": "loop",
"coinDecimals": 18,
"coinGeckoId": "icon"
}
],
"feeCurrencies": [
{
"coinDenom": "ICX",
"coinMinimalDenom": "loop",
"coinDecimals": 18,
"coinGeckoId": "",
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
}
}
],
"stakeCurrency": {
"coinDenom": "ICX",
"coinMinimalDenom": "loop",
"coinDecimals": 18,
"coinGeckoId": "icon"
},
"features": [
"cosmwasm",
"ibc"
]
}

0 comments on commit 9fa6ed6

Please sign in to comment.