Skip to content

Commit 888f026

Browse files
authored
add manifest-ledger-testnet (chainapsis#997)
* add manifest-ledger-testnet * add stake currency upoa to currencies list * fix chainID * add websocket? * remove websocket * update image file format to png * update chain entry * update image name * resize image
1 parent 3ccb00b commit 888f026

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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+
2.93 KB
Loading

0 commit comments

Comments
 (0)