Skip to content

Commit

Permalink
add manifest-ledger-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Feb 2, 2025
1 parent eef76a4 commit 0ecbcce
Show file tree
Hide file tree
Showing 2 changed files with 2,074 additions and 0 deletions.
52 changes: 52 additions & 0 deletions cosmos/manifest-testnet-ledger.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"chainId": "manifest-testnet-ledger",
"chainName": "Manifest",
"chainSymbolImageUrl": "https://github.com/cosmos/chain-registry/blob/master/testnets/manifesttestnet/images/manifest.svg",
"rpc": "https://nodes.liftedinit.tech/manifest/testnet/rpc",
"rest": "https://nodes.liftedinit.tech/manifest/testnet/api",
"nodeProvider": {
"name": "Lifted Initiative",
"email": "[email protected]",
"website": "https://liftedinit.org/"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "manifest",
"bech32PrefixAccPub": "manifestpub",
"bech32PrefixValAddr": "manifestvaloper",
"bech32PrefixValPub": "manifestvaloperpub",
"bech32PrefixConsAddr": "manifestvalcons",
"bech32PrefixConsPub": "manifestvalconspub"
},
"currencies": [
{
"coinDenom": "MFX",
"coinMinimalDenom": "umfx",
"coinDecimals": 6,
"coinGeckoId": "manifest"
}
],
"feeCurrencies": [
{
"coinDenom": "MFX",
"coinMinimalDenom": "umfx",
"coinDecimals": 6,
"coinGeckoId": "manifest",
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
}
}
],
"stakeCurrency": {
"coinDenom": "POA",
"coinMinimalDenom": "upoa",
"coinDecimals": 6,
"coinGeckoId": "poa"
},
"features": []
}

Loading

0 comments on commit 0ecbcce

Please sign in to comment.