Skip to content

Commit

Permalink
Add Mutelandia Network chain (#714)
Browse files Browse the repository at this point in the history
* Add Mutelandia Network chain

* Fix add Mutelandia Network chain

* Add Mutelandia Network node provider

* Fix add Mutelandia Network chain

---------

Co-authored-by: shka <[email protected]>
  • Loading branch information
mutecoin and shka authored Jul 17, 2024
1 parent cec0f87 commit 5523830
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions cosmos/mutelandia1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"bech32Config": {
"bech32PrefixAccAddr": "mute",
"bech32PrefixAccPub": "mutepub",
"bech32PrefixConsAddr": "mutevalcons",
"bech32PrefixConsPub": "mutevalconspub",
"bech32PrefixValAddr": "mutevaloper",
"bech32PrefixValPub": "mutevaloperpub"
},
"bip44": {
"coinType": 118
},
"chainId": "mutelandia1",
"chainName": "Mutelandia Network",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mutelandia1/chain.png",
"nodeProvider": {
"name": "Mutelandia",
"email": "[email protected]",
"website":"https://app.mutelandia.xyz"
},
"currencies": [
{
"coinDecimals": 6,
"coinDenom": "MUTE",
"coinMinimalDenom": "umute",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mutelandia1/chain.png"
}
],
"features": [],
"feeCurrencies": [
{
"coinDecimals": 6,
"coinDenom": "MUTE",
"coinMinimalDenom": "umute",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mutelandia1/chain.png",
"gasPriceStep": {
"low": 0.01,
"average": 0.02,
"high": 0.1
}
}
],
"rpc": "https://rpc.mutelandia.xyz/",
"rest": "https://api.mutelandia.xyz/",
"stakeCurrency": {
"coinDecimals": 6,
"coinDenom": "MUTE",
"coinMinimalDenom": "umute",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mutelandia1/chain.png"
}
}
Binary file added images/mutelandia1/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 5523830

Please sign in to comment.