|
1 | 1 | { |
2 | | - "chainId": "manifest-ledger-testnet", |
3 | | - "chainName": "Manifest Testnet", |
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": "The Lifted Initiative", |
9 | | - "email": "hello@manifest.network", |
10 | | - "website": "https://manifestai.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" |
| 2 | + "chainId": "manifest-ledger-testnet", |
| 3 | + "chainName": "Manifest Testnet", |
| 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": "The Lifted Initiative", |
| 9 | + "email": "hello@manifest.network", |
| 10 | + "website": "https://manifestai.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 |
22 | 28 | }, |
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": 1.05, |
42 | | - "average": 1.1, |
43 | | - "high": 3.0 |
44 | | - } |
45 | | - }, |
46 | | - { |
47 | | - "coinDenom": "PWR", |
48 | | - "coinMinimalDenom": "factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwr", |
49 | | - "coinDecimals": 6, |
50 | | - "gasPriceStep": { |
51 | | - "low": 0.40, |
52 | | - "average": 0.50, |
53 | | - "high": 1 |
54 | | - } |
55 | | - } |
56 | | - ], |
57 | | - "stakeCurrency": { |
| 29 | + { |
58 | 30 | "coinDenom": "POA", |
59 | 31 | "coinMinimalDenom": "upoa", |
60 | 32 | "coinDecimals": 6 |
61 | 33 | }, |
62 | | - "features": [], |
63 | | - "isTestnet": true |
64 | | - } |
65 | | - |
| 34 | + { |
| 35 | + "coinDenom": "PWR", |
| 36 | + "coinMinimalDenom": "factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwr", |
| 37 | + "coinDecimals": 6 |
| 38 | + } |
| 39 | + ], |
| 40 | + "feeCurrencies": [ |
| 41 | + { |
| 42 | + "coinDenom": "MFX", |
| 43 | + "coinMinimalDenom": "umfx", |
| 44 | + "coinDecimals": 6, |
| 45 | + "gasPriceStep": { |
| 46 | + "low": 1.05, |
| 47 | + "average": 1.1, |
| 48 | + "high": 3.0 |
| 49 | + } |
| 50 | + }, |
| 51 | + { |
| 52 | + "coinDenom": "PWR", |
| 53 | + "coinMinimalDenom": "factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwr", |
| 54 | + "coinDecimals": 6, |
| 55 | + "gasPriceStep": { |
| 56 | + "low": 0.4, |
| 57 | + "average": 0.5, |
| 58 | + "high": 1 |
| 59 | + } |
| 60 | + } |
| 61 | + ], |
| 62 | + "stakeCurrency": { |
| 63 | + "coinDenom": "POA", |
| 64 | + "coinMinimalDenom": "upoa", |
| 65 | + "coinDecimals": 6 |
| 66 | + }, |
| 67 | + "features": [], |
| 68 | + "isTestnet": true |
| 69 | +} |
0 commit comments