Skip to content

Commit

Permalink
add iconLake mainnet (#683)
Browse files Browse the repository at this point in the history
* add mainnet

* rename iconlake

* update testnet
  • Loading branch information
huanxiangspace authored Jun 25, 2024
1 parent 5e9631f commit ff73410
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cosmos/iconlake-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"coinDecimals": 4,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/iconlake-testnet/udrop.png",
"gasPriceStep": {
"low": 0.01,
"average": 0.05,
"high": 0.1
"low": 0.1,
"average": 0.5,
"high": 1
}
},
{
Expand Down
73 changes: 73 additions & 0 deletions cosmos/iconlake.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"rpc": "https://rpc.iconlake.com",
"rest": "https://lcd.iconlake.com",
"nodeProvider": {
"name": "iconLake",
"email": "[email protected]",
"website": "https://iconlake.com/"
},
"chainId": "iconlake-1",
"chainName": "iconLake",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/iconlake/logo.png",
"bip44": {
"coinType": 1009
},
"alternativeBIP44s": [
{
"coinType": 118
}
],
"bech32Config": {
"bech32PrefixAccAddr": "iconlake",
"bech32PrefixAccPub": "iconlakepub",
"bech32PrefixValAddr": "iconlakevaloper",
"bech32PrefixValPub": "iconlakevaloperpub",
"bech32PrefixConsAddr": "iconlakevalcons",
"bech32PrefixConsPub": "iconlakevalconspub"
},
"stakeCurrency": {
"coinDenom": "LAKE",
"coinMinimalDenom": "ulake",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/iconlake/ulake.png"
},
"currencies": [
{
"coinDenom": "LAKE",
"coinMinimalDenom": "ulake",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/iconlake/ulake.png"
},
{
"coinDenom": "DROP",
"coinMinimalDenom": "udrop",
"coinDecimals": 4,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/iconlake/udrop.png"
}
],
"feeCurrencies": [
{
"coinDenom": "DROP",
"coinMinimalDenom": "udrop",
"coinDecimals": 4,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/iconlake/udrop.png",
"gasPriceStep": {
"low": 0.1,
"average": 0.5,
"high": 1
}
},
{
"coinDenom": "LAKE",
"coinMinimalDenom": "ulake",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/iconlake/ulake.png",
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.04
}
}
],
"features": []
}
Binary file added images/iconlake/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/iconlake/udrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/iconlake/ulake.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 ff73410

Please sign in to comment.