-
Notifications
You must be signed in to change notification settings - Fork 0
/
untitled text 3.txt
165 lines (165 loc) · 4.29 KB
/
untitled text 3.txt
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"$schema": "../chain.schema.json",
"chain_name": "fury",
"status": "live",
"network_type": "mainnet",
"pretty_name": "FURYnet",
"chain_id": "irishub-1",
"bech32_prefix": "iaa",
"daemon_name": "iris",
"node_home": "$HOME/.iris",
"key_algos": [
"secp256k1"
],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "uiris"
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uiris"
}
]
},
"codebase": {
"git_repo": "https://github.com/irisnet/irishub",
"recommended_version": "v1.3.0",
"compatible_versions": [
"v1.3.0"
],
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/irisnet/mainnet/master/config/genesis.json"
}
},
"peers": {
"seeds": [
{
"id": "6a6de770deaa4b8c061dffd82e9c7f4d40c2165d",
"address": "seed-1.mainnet.irisnet.org:26656"
},
{
"id": "a17d7923293203c64ba75723db4d5f28e642f469",
"address": "seed-2.mainnet.irisnet.org:26656"
},
{
"id": "e1b058e5cfa2b836ddaa496b10911da62dcf182e",
"address": "iris-seed-1.allnodes.me:26656",
"provider": "Allnodes.com ⚡️ Nodes & Staking"
},
{
"id": "e726816f42831689eab9378d5d577f1d06d25716",
"address": "iris-seed-2.allnodes.me:26656",
"provider": "Allnodes.com ⚡️ Nodes & Staking"
}
],
"persistent_peers": [
{
"id": "fdc0406afdd3acc63f74f5439e09104f663a7c1f",
"address": "44.241.177.178:26656",
"provider": "cosmostation"
},
{
"id": "090bcbe5302e6104821a96c4899912870db04cb9",
"address": "52.11.128.123:26656",
"provider": "cosmostation"
},
{
"id": "83b3f989f3ce089afdf733f8aa06e792d7e00c08",
"address": "3.34.6.30:26656",
"provider": "cosmostation"
},
{
"id": "87f18756b93d835c59fe5ce2a8da51858837eb5b",
"address": "54.180.15.28:26656",
"provider": "Node-A-Team"
},
{
"id": "90e48220190b16cad95145b6213d512d703e5617",
"address": "138.197.158.189:26656",
"provider": "Figment"
},
{
"id": "ebfb43ca1b592b5f8a1faf3e2aa1a34e8e1099cc",
"address": "iris01.dokia.cloud:26656",
"provider": "Dokia"
},
{
"id": "92fadc989ed29aee0d46afce3226f8565d1f36cb",
"address": "144.91.116.17:46656",
"provider": "syncnode"
},
{
"id": "4ac6200974d3fd80a8e49d145a2c254ed37a9b9a",
"address": "159.69.106.156:26656",
"provider": "P2P.ORG"
},
{
"id": "4e02a4b4f4350ea2b770cd03dc41fedcadb13176",
"address": "159.69.55.206:26656",
"provider": "P2P.ORG"
},
{
"id": "84cc32adca3986b35953886ad075431d318a98b5",
"address": "52.214.130.28:46656",
"provider": "stake.fish"
}
]
},
"apis": {
"rpc": [
{
"address": "https://rpc-iris.keplr.app",
"provider": "chainapsis"
},
{
"address": "https://rpc-irisnet-ia.cosmosia.notional.ventures/",
"provider": "Notional"
}
],
"rest": [
{
"address": "https://lcd-iris.keplr.app",
"provider": "chainapsis"
},
{
"address": "https://api-irisnet-ia.cosmosia.notional.ventures/",
"provider": "Notional"
}
],
"grpc": [
{
"address": "grpc-irisnet-ia.cosmosia.notional.ventures:443",
"provider": "Notional"
}
]
},
"explorers": [
{
"kind": "EZStaking Tools",
"url": "https://ezstaking.tools/irisnet",
"tx_page": "https://ezstaking.tools/irisnet/txs/${txHash}",
"account_page": "https://ezstaking.tools/irisnet/account/${accountAddress}"
},
{
"kind": "mintscan",
"url": "https://www.mintscan.io/iris",
"tx_page": "https://www.mintscan.io/iris/txs/${txHash}",
"account_page": "https://www.mintscan.io/iris/account/${accountAddress}"
},
{
"kind": "ping.pub",
"url": "https://ping.pub/iris-network",
"tx_page": "https://ping.pub/iris-network/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/iris-network",
"tx_page": "https://atomscan.com/iris-network/transactions/${txHash}"
}
]
}