Skip to content

Commit

Permalink
add lefeef network
Browse files Browse the repository at this point in the history
  • Loading branch information
Baryyss committed Jan 16, 2025
1 parent 600c4a0 commit aea2962
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 0 deletions.
52 changes: 52 additions & 0 deletions cosmos/lefeef-mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"chainId": "lefeef-mainnet",
"chainName": "Lefeef Network",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lefeef-mainnet/chain.png",
"rpc": "https://rpc.lefeef.network:2443",
"rest": "https://rest.lefeef.network:3443",
"nodeProvider": {
"name": "Lefeef",
"email": "[email protected]",
"website": "https://lefeef.net"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "lefeef",
"bech32PrefixAccPub": "lefeefpub",
"bech32PrefixValAddr": "lefeefvaloper",
"bech32PrefixValPub": "lefeefvaloperpub",
"bech32PrefixConsAddr": "lefeefvalcons",
"bech32PrefixConsPub": "lefeefvalconspub"
},
"currencies": [
{
"coinDenom": "LEFEEF",
"coinMinimalDenom": "ulefeef",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lefeef-mainnet/chain.png"
}
],
"feeCurrencies": [
{
"coinDenom": "LEFEEF",
"coinMinimalDenom": "ulefeef",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lefeef-mainnet/chain.png",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
}
}
],
"stakeCurrency": {
"coinDenom": "LEFEEF",
"coinMinimalDenom": "ulefeef",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lefeef-mainnet/chain.png"
},
"features": ["cosmwasm"]
}

52 changes: 52 additions & 0 deletions cosmos/lefeef-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"chainId": "lefeef-testnet",
"chainName": "Lefeef Network",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lefeef-testnet/chain.png",
"rpc": "https://drpc.lefeef.network:7443",
"rest": "https://drest.lefeef.network:6443",
"nodeProvider": {
"name": "Lefeef",
"email": "[email protected]",
"website": "https://lefeef.net"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "lefeef",
"bech32PrefixAccPub": "lefeefpub",
"bech32PrefixValAddr": "lefeefvaloper",
"bech32PrefixValPub": "lefeefvaloperpub",
"bech32PrefixConsAddr": "lefeefvalcons",
"bech32PrefixConsPub": "lefeefvalconspub"
},
"currencies": [
{
"coinDenom": "LEFEEF",
"coinMinimalDenom": "ulefeef",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lefeef-testnet/chain.png"
}
],
"feeCurrencies": [
{
"coinDenom": "LEFEEF",
"coinMinimalDenom": "ulefeef",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lefeef-testnet/chain.png",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
}
}
],
"stakeCurrency": {
"coinDenom": "LEFEEF",
"coinMinimalDenom": "ulefeef",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/lefeef-testnet/chain.png"
},
"features": ["cosmwasm"]
}

Binary file added images/lefeef-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/lefeef-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.

0 comments on commit aea2962

Please sign in to comment.