Skip to content

Commit

Permalink
Support Lava Mainnet (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
editaahn committed Jul 31, 2024
1 parent a2d2599 commit 0b2b352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 3 additions & 7 deletions cosmos/lava-mainnet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"rpc": "https://lava.tendermintrpc.lava.build",
"rest": "https://lava.rest.lava.build",
"rpc": "https://rpc-lava.keplr.app",
"rest": "https://lcd-lava.keplr.app",
"chainId": "lava-mainnet-1",
"chainName": "Lava",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lava-mainnet/chain.png",
Expand Down Expand Up @@ -46,9 +46,5 @@
}
],
"features": [],
"nodeProvider": {
"name": "Lava",
"website": "https://www.lavanet.xyz/",
"email": "[email protected]"
}
"walletUrlForStaking": "https://wallet.keplr.app/chains/lava"
}
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const nativeMainnetChainIdentifiers: string[] = [
"dimension_37",
"pryzm",
"zetachain_7000",
"lava-mainnet",
"eip155:1",
"eip155:10",
"eip155:56",
Expand Down

0 comments on commit 0b2b352

Please sign in to comment.