Skip to content

Commit

Permalink
Base NIM setup (chainapsis#606)
Browse files Browse the repository at this point in the history
* Base NIM setup

* Fixed coin type and gas

* Respect chain id

* Fixes
  • Loading branch information
Segfaultd authored May 3, 2024
1 parent 1f272ec commit 539be9b
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions cosmos/nim_1122.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"rpc": "https://nim-mainnet-tendermint.public.blastapi.io",
"rest": "https://nim-mainnet-rest.public.blastapi.io",
"chainId": "nim_1122-1",
"chainName": "NIM Network",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/nim_1122/chain.png",
"stakeCurrency": {
"coinDenom": "NIM",
"coinMinimalDenom": "anim",
"coinDecimals": 18
},
"nodeProvider": {
"name": "Bware Labs",
"email": "contact@bwarelabs.com",
"website": "https://bwarelabs.com"
},
"walletUrlForStaking": "https://portal.dymension.xyz/rollapp/nim_1122-1/staking",
"bip44": {
"coinType": 60
},
"bech32Config": {
"bech32PrefixAccAddr": "nim",
"bech32PrefixAccPub": "nimpub",
"bech32PrefixValAddr": "nimvaloper",
"bech32PrefixValPub": "nimvaloperpub",
"bech32PrefixConsAddr": "nimvalcons",
"bech32PrefixConsPub": "nimvalconspub"
},
"currencies": [
{
"coinDenom": "NIM",
"coinMinimalDenom": "anim",
"coinDecimals": 18
}
],
"feeCurrencies": [
{
"coinDenom": "NIM",
"coinMinimalDenom": "anim",
"coinDecimals": 18,
"gasPriceStep": {
"average": 20000000000,
"high": 20000000000,
"low": 20000000000
}
}
],
"features": [
"eth-address-gen",
"eth-key-sign"
]
}
Binary file added images/nim_1122/chain.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 539be9b

Please sign in to comment.