Skip to content

Commit

Permalink
feat: create chain registry (#835)
Browse files Browse the repository at this point in the history
* create chain registry

* fix: add testnet and mainnet registry

* doc: updated chain registry

* doc: berlin rpc

* add lisbon registry

* asset: add icx token png

* docs: add assets url

---------

Co-authored-by: izyak <[email protected]>
Co-authored-by: izyak <[email protected]>
  • Loading branch information
3 people authored Feb 20, 2024
1 parent 4bba9e8 commit 3767742
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 0 deletions.
57 changes: 57 additions & 0 deletions docs/cosmos-registry/berlin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"chainId": "0x7.icon",
"chainName": "Berlin",
"pretty_name": "Icon Berlin",
"status": "live",
"network_type": "testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/icon-project/IBC-Integration/main/resources/ICX-token.png",
"rpc": "https://berlin.net.solidwallet.io/api/v3/",
"rest": "https://berlin.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"
]
}
58 changes: 58 additions & 0 deletions docs/cosmos-registry/icon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"chainId": "0x1.icon",
"chainName": "Icon",
"pretty_name": "Icon",
"status": "live",
"network_type": "mainnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/icon-project/IBC-Integration/main/resources/ICX-token.png",
"rpc": "https://ctz.solidwallet.io/api/v3/",
"rest": "https://ctz.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"
]
}

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/icon-project/IBC-Integration/main/resources/ICX-token.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"
]
}

Binary file added resources/ICX-token.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3767742

Please sign in to comment.