-
Notifications
You must be signed in to change notification settings - Fork 688
Expand file tree
/
Copy pathmanifest-ledger-mainnet.json
More file actions
66 lines (66 loc) · 1.67 KB
/
manifest-ledger-mainnet.json
File metadata and controls
66 lines (66 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"chainId": "manifest-ledger-mainnet",
"chainName": "Manifest",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/manifest-ledger-mainnet/chain.png",
"rpc": "https://nodes.liftedinit.app/manifest/rpc",
"rest": "https://nodes.liftedinit.app/manifest/api",
"nodeProvider": {
"name": "The Lifted Initiative",
"email": "hello@manifest.network",
"website": "https://manifestai.org/"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "manifest",
"bech32PrefixAccPub": "manifestpub",
"bech32PrefixValAddr": "manifestvaloper",
"bech32PrefixValPub": "manifestvaloperpub",
"bech32PrefixConsAddr": "manifestvalcons",
"bech32PrefixConsPub": "manifestvalconspub"
},
"currencies": [
{
"coinDenom": "MFX",
"coinMinimalDenom": "umfx",
"coinDecimals": 6
},
{
"coinDenom": "POA",
"coinMinimalDenom": "upoa",
"coinDecimals": 6
}
],
"feeCurrencies": [
{
"coinDenom": "MFX",
"coinMinimalDenom": "umfx",
"coinDecimals": 6,
"gasPriceStep": {
"low": 1.05,
"average": 1.1,
"high": 3
}
},
{
"coinDenom": "PWR",
"coinMinimalDenom": "factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwr",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.40,
"average": 0.5,
"high": 1
}
}
],
"stakeCurrency": {
"coinDenom": "POA",
"coinMinimalDenom": "upoa",
"coinDecimals": 6
},
"features": [],
"explorers": {
"txPage": "https://explorer.manifest.network/transaction/{txHash}"
}
}