File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed
images/manifest-ledger-testnet Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "chainId" : " manifest-ledger-testnet" ,
3+ "chainName" : " Manifest" ,
4+ "chainSymbolImageUrl" : " https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/manifest-ledger-testnet/chain.png" ,
5+ "rpc" : " https://nodes.liftedinit.tech/manifest/testnet/rpc" ,
6+ "rest" : " https://nodes.liftedinit.tech/manifest/testnet/api" ,
7+ "nodeProvider" : {
8+ "name" : " Lifted Initiative" ,
9+ "email" : " infra@liftedinit.org" ,
10+ "website" : " https://liftedinit.org/"
11+ },
12+ "bip44" : {
13+ "coinType" : 118
14+ },
15+ "bech32Config" : {
16+ "bech32PrefixAccAddr" : " manifest" ,
17+ "bech32PrefixAccPub" : " manifestpub" ,
18+ "bech32PrefixValAddr" : " manifestvaloper" ,
19+ "bech32PrefixValPub" : " manifestvaloperpub" ,
20+ "bech32PrefixConsAddr" : " manifestvalcons" ,
21+ "bech32PrefixConsPub" : " manifestvalconspub"
22+ },
23+ "currencies" : [
24+ {
25+ "coinDenom" : " MFX" ,
26+ "coinMinimalDenom" : " umfx" ,
27+ "coinDecimals" : 6
28+ },
29+ {
30+ "coinDenom" : " POA" ,
31+ "coinMinimalDenom" : " upoa" ,
32+ "coinDecimals" : 6
33+ }
34+ ],
35+ "feeCurrencies" : [
36+ {
37+ "coinDenom" : " MFX" ,
38+ "coinMinimalDenom" : " umfx" ,
39+ "coinDecimals" : 6 ,
40+ "gasPriceStep" : {
41+ "low" : 0.01 ,
42+ "average" : 0.025 ,
43+ "high" : 0.03
44+ }
45+ }
46+ ],
47+ "stakeCurrency" : {
48+ "coinDenom" : " POA" ,
49+ "coinMinimalDenom" : " upoa" ,
50+ "coinDecimals" : 6
51+ },
52+ "features" : []
53+ }
54+
You can’t perform that action at this time.
0 commit comments