-
Notifications
You must be signed in to change notification settings - Fork 9
/
chains.json
115 lines (115 loc) · 3.11 KB
/
chains.json
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"columbus-5": {
"name": "Terra Classic",
"chainId": "columbus-5",
"endpoints": {
"lcd": [
"https://terra-classic-lcd.publicnode.com"
],
"fcd": [
"https://terra-classic-fcd.publicnode.com"
],
"rpc": [
"https://terra-classic-rpc.publicnode.com"
]
},
"prefix": "terra",
"governanceToken": "uluna",
"operatorPrefix": "terravaloper",
"consensusPrefix": "terravalcons",
"gasPrices": {
"fcd": "/v1/txs/gas_prices",
"denom": [{"denom": "uluna", "amount": "28.325"}]
},
"legacy": true,
"taxable": true,
"testnet": false,
"explorer": {
"address": true,
"tx": true,
"validator": true
}
},
"rebel-2": {
"inheritChain": "columbus-5",
"name": "Terra Classic Testnet",
"chainId": "rebel-2",
"endpoints": {
"lcd": [
"https://lcd.luncblaze.com"
],
"fcd": [
"https://fcd.luncblaze.com"
],
"rpc": [
"https://rpc.luncblaze.com"
]
},
"testnet": true
},
"hellnet-1": {
"inheritChain": "columbus-5",
"name": "Terra Classic SecTestnet",
"chainId": "hellnet-1",
"endpoints": {
"lcd": [
"https://hell-lcd.luncblaze.com"
],
"fcd": [
"https://terra-classic-fcd.publicnode.com"
],
"rpc": [
"https://hell-rpc.luncblaze.com"
]
},
"testnet": true,
"legacy": true
},
"phoenix-1": {
"name": "Terra V2",
"chainId": "phoenix-1",
"endpoints": {
"lcd": [
"https://terra-lcd.publicnode.com"
],
"fcd": [
"https://phoenix-fcd.terra.dev"
],
"rpc": [
"https://terra-rpc.publicnode.com"
]
},
"prefix": "terra",
"governanceToken": "uluna",
"operatorPrefix": "terravaloper",
"consensusPrefix": "terravalcons",
"gasPrices": {
"fcd": "/v1/txs/gas_prices"
},
"legacy": false,
"taxable": false,
"testnet": false,
"explorer": {
"address": "https://finder.terra.money/{chainId}/address/{address}",
"tx": "https://finder.terra.money/{chainId}/tx/{txHash}",
"validator": "https://finder.terra.money/{chainId}/validator/{validator}"
}
},
"pisco-1": {
"inheritChain": "phoenix-1",
"name": "Terra V2 Testnet",
"chainId": "pisco-1",
"endpoints": {
"lcd": [
"https://pisco-lcd.terra.dev"
],
"fcd": [
"https://pisco-fcd.terra.dev"
],
"rpc": [
"https://pisco-rpc.terra.dev"
]
},
"testnet": true
}
}