-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add nibiru evm config * Update and rename eip155:6900.json to eip155:7200.json * chore: only active envs * chore: more fixes * chore: rem unused file
- Loading branch information
Showing
4 changed files
with
64 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,32 @@ | ||
{ | ||
"rpc": "https://evm-rpc.testnet-1.nibiru.fi", | ||
"websocket": "wss://evm-rpc-ws.testnet-1.nibiru.fi", | ||
"nodeProvider": { | ||
"name": "Nibiru", | ||
"email": "[email protected]", | ||
"website": "https://nibiru.fi" | ||
}, | ||
"chainId": "eip155:7210", | ||
"chainName": "nibiru-testnet1", | ||
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:7210/chain.png", | ||
"bip44": { | ||
"coinType": 60 | ||
}, | ||
"currencies": [ | ||
{ | ||
"coinDenom": "NIBI", | ||
"coinMinimalDenom": "NIBI", | ||
"coinDecimals": 18, | ||
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:7210/chain.png" | ||
} | ||
], | ||
"feeCurrencies": [ | ||
{ | ||
"coinDenom": "NIBI", | ||
"coinMinimalDenom": "NIBI", | ||
"coinDecimals": 18, | ||
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:7210/chain.png" | ||
} | ||
], | ||
"features": [] | ||
} |
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,32 @@ | ||
{ | ||
"rpc": "https://evm-rpc.devnet-3.nibiru.fi", | ||
"websocket": "wss://evm-rpc-ws.devnet-3.nibiru.fi", | ||
"nodeProvider": { | ||
"name": "Nibiru", | ||
"email": "[email protected]", | ||
"website": "https://nibiru.fi" | ||
}, | ||
"chainId": "eip155:7222", | ||
"chainName": "nibiru-devnet3", | ||
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:7222/chain.png", | ||
"bip44": { | ||
"coinType": 60 | ||
}, | ||
"currencies": [ | ||
{ | ||
"coinDenom": "NIBI", | ||
"coinMinimalDenom": "NIBI", | ||
"coinDecimals": 18, | ||
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:7222/chain.png" | ||
} | ||
], | ||
"feeCurrencies": [ | ||
{ | ||
"coinDenom": "NIBI", | ||
"coinMinimalDenom": "NIBI", | ||
"coinDecimals": 18, | ||
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:7222/chain.png" | ||
} | ||
], | ||
"features": [] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.