-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
4bba9e8
commit 3767742
Showing
4 changed files
with
173 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.