-
Notifications
You must be signed in to change notification settings - Fork 686
Expand file tree
/
Copy pathpocket-lego-testnet.json
More file actions
69 lines (69 loc) · 1.89 KB
/
pocket-lego-testnet.json
File metadata and controls
69 lines (69 loc) · 1.89 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
67
68
69
{
"chainId": "pocket-lego-testnet",
"chainName": "Pocket Network Testnet",
"nodeProvider": {
"name": "Pocket Network Foundation",
"email": "directors@pokt.foundation",
"website": "https://pocket.network/"
},
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/pocket-lego-testnet/chain.png",
"rpc": "https://sauron-rpc.beta.infra.pocket.network",
"rest": "https://sauron-api.beta.infra.pocket.network",
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "pokt",
"bech32PrefixAccPub": "poktpub",
"bech32PrefixValAddr": "poktvaloper",
"bech32PrefixValPub": "poktvaloperpub",
"bech32PrefixConsAddr": "poktvalcons",
"bech32PrefixConsPub": "poktvalconspub"
},
"walletUrlForStaking": "https://wallet.keplr.app/chains/pocket-network?modal=staking&chain=pocket&step_id=2",
"currencies": [
{
"coinDenom": "POKT",
"coinMinimalDenom": "upokt",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/pocket-lego-testnet/chain.png"
},
{
"coinDenom": "MACT",
"coinMinimalDenom": "umact",
"coinDecimals": 6
}
],
"feeCurrencies": [
{
"coinDenom": "POKT",
"coinMinimalDenom": "upokt",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.01,
"average": 0.01,
"high": 0.01
}
},
{
"coinDenom": "MACT",
"coinMinimalDenom": "umact",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.01,
"average": 0.01,
"high": 0.01
}
}
],
"stakeCurrency": {
"coinDenom": "POKT",
"coinMinimalDenom": "upokt",
"coinDecimals": 6
},
"features": [],
"isTestnet": true,
"explorers": {
"txPage": "https://explorer.pocket.network/pocket-lego-testnet/tx/{txHash:uppercase}"
}
}