Skip to content

Commit

Permalink
mainnet: add lava mainnet explorer
Browse files Browse the repository at this point in the history
Signed-off-by: Whyme <[email protected]>
  • Loading branch information
nodexone committed Jul 30, 2024
1 parent 9262f9a commit 21bd9a6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions chains/mainnet/lava-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"chain_name": "lava-testnet",
"registry_name": "lavat",
"api": ["https://lava-testnet-api.polkachu.com", "https://lava-testnet.api.kjnodes.com", "https://lava-testnet-api.itrocket.net", "https://api-t.lava.nodestake.top"],
"rpc": ["https://lava-testnet-rpc.polkachu.com", "https://lava-testnet.rpc.kjnodes.com", "https://lava-testnet-rpc.itrocket.net", "https://rpc-t.lava.nodestake.top"],
"snapshot_provider": "",
"sdk_version": "0.45.6",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "lava",
"logo": "/logos/lava.jpg",
"keplr_features": ["ibc-transfer", "ibc-go"],
"theme_color": "#d7001f",
"assets": [{
"base": "ulava",
"symbol": "LAVA",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/lava.jpg"
}]
}
4 changes: 2 additions & 2 deletions chains/mainnet/lava.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chain_name": "lava",
"api": ["https://lava-testnet-api.polkachu.com", "https://lava-testnet.api.kjnodes.com", "https://lava-testnet-api.itrocket.net", "https://api-t.lava.nodestake.top"],
"rpc": ["https://lava-testnet-rpc.polkachu.com", "https://lava-testnet.rpc.kjnodes.com", "https://lava-testnet-rpc.itrocket.net", "https://rpc-t.lava.nodestake.top"],
"api": ["https://lava.tendermintrpc.lava.build"],
"rpc": ["https://lava.rest.lava.build"],
"snapshot_provider": "",
"sdk_version": "0.45.6",
"coin_type": "118",
Expand Down

0 comments on commit 21bd9a6

Please sign in to comment.