Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…stry into main
  • Loading branch information
delivan committed Jul 30, 2024
2 parents 6a8444e + 1333999 commit 33d6b0c
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 0 deletions.
54 changes: 54 additions & 0 deletions cosmos/lava-mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"rpc": "https://lava.tendermintrpc.lava.build",
"rest": "https://lava.rest.lava.build",
"chainId": "lava-mainnet-1",
"chainName": "Lava",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lava-mainnet/chain.png",
"stakeCurrency": {
"coinDenom": "LAVA",
"coinMinimalDenom": "ulava",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lava-mainnet/ulava.png",
"coinGeckoId": "lava-network"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "lava@",
"bech32PrefixAccPub": "lava@pub",
"bech32PrefixValAddr": "lava@valoper",
"bech32PrefixValPub": "lava@valoperpub",
"bech32PrefixConsAddr": "lava@valcons",
"bech32PrefixConsPub": "lava@valconspub"
},
"currencies": [
{
"coinDenom": "LAVA",
"coinMinimalDenom": "ulava",
"coinDecimals": 6,
"coinGeckoId": "lava-network",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lava-mainnet/ulava.png"
}
],
"feeCurrencies": [
{
"coinDenom": "LAVA",
"coinMinimalDenom": "ulava",
"coinDecimals": 6,
"coinGeckoId": "lava-network",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lava-mainnet/ulava.png",
"gasPriceStep": {
"low": 0.00002,
"average": 0.025,
"high": 0.05
}
}
],
"features": [],
"nodeProvider": {
"name": "Lava",
"website": "https://www.lavanet.xyz/",
"email": "[email protected]"
}
}
51 changes: 51 additions & 0 deletions cosmos/lava-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"rpc": "https://lav1.tendermintrpc.lava.build",
"rest": "https://lav1.rest.lava.build",
"chainId": "lava-testnet-2",
"chainName": "Lava Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lava-testnet/chain.png",
"stakeCurrency": {
"coinDenom": "LAVA",
"coinMinimalDenom": "ulava",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lava-testnet/ulava.png"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "lava@",
"bech32PrefixAccPub": "lava@pub",
"bech32PrefixValAddr": "lava@valoper",
"bech32PrefixValPub": "lava@valoperpub",
"bech32PrefixConsAddr": "lava@valcons",
"bech32PrefixConsPub": "lava@valconspub"
},
"currencies": [
{
"coinDenom": "LAVA",
"coinMinimalDenom": "ulava",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lava-testnet/ulava.png"
}
],
"feeCurrencies": [
{
"coinDenom": "LAVA",
"coinMinimalDenom": "ulava",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lava-testnet/ulava.png",
"gasPriceStep": {
"low": 0.00002,
"average": 0.025,
"high": 0.05
}
}
],
"features": [],
"nodeProvider": {
"name": "Lava",
"website": "https://www.lavanet.xyz/",
"email": "[email protected]"
}
}
Binary file added images/lava-mainnet/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/lava-mainnet/ulava.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/lava-testnet/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/lava-testnet/ulava.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 33d6b0c

Please sign in to comment.