Skip to content

Commit

Permalink
chore: add nibiru evm config (#964)
Browse files Browse the repository at this point in the history
* 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
cgilbe27 authored Jan 15, 2025
1 parent 0edbf68 commit 600c4a0
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
32 changes: 32 additions & 0 deletions evm/eip155:7210.json
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": []
}
32 changes: 32 additions & 0 deletions evm/eip155:7222.json
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": []
}
Binary file added images/eip155:7210/chain.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/eip155:7222/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 600c4a0

Please sign in to comment.