chain-registry 2.0.95 → 2.0.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/atomone/chain.js +3 -3
- package/esm/mainnet/bitway/chain.js +12 -0
- package/esm/mainnet/chihuahua/chain.js +3 -3
- package/esm/mainnet/dungeon/chain.js +24 -4
- package/esm/mainnet/fetchhub/chain.js +3 -3
- package/esm/mainnet/firmachain/chain.js +3 -3
- package/esm/mainnet/fxcore/chain.js +3 -3
- package/esm/mainnet/govgen/chain.js +3 -24
- package/esm/mainnet/haqq/chain.js +17 -0
- package/esm/mainnet/hippoprotocol/chain.js +9 -0
- package/esm/mainnet/humans/chain.js +0 -8
- package/esm/mainnet/nibiru/chain.js +3 -3
- package/esm/mainnet/osmosis/chain.js +7 -7
- package/esm/mainnet/pundix/chain.js +0 -14
- package/esm/mainnet/routerchain/chain.js +0 -18
- package/esm/mainnet/self/chain.js +0 -18
- package/esm/mainnet/sentinel/chain.js +2 -24
- package/esm/mainnet/source/chain.js +1 -1
- package/esm/testnet/atomonetestnet/chain.js +1 -1
- package/mainnet/atomone/chain.js +3 -3
- package/mainnet/bitway/chain.js +12 -0
- package/mainnet/chihuahua/chain.js +3 -3
- package/mainnet/dungeon/chain.js +24 -4
- package/mainnet/fetchhub/chain.js +3 -3
- package/mainnet/firmachain/chain.js +3 -3
- package/mainnet/fxcore/chain.js +3 -3
- package/mainnet/govgen/chain.js +3 -24
- package/mainnet/haqq/chain.js +17 -0
- package/mainnet/hippoprotocol/chain.js +9 -0
- package/mainnet/humans/chain.js +0 -8
- package/mainnet/nibiru/chain.js +3 -3
- package/mainnet/osmosis/chain.js +7 -7
- package/mainnet/pundix/chain.js +0 -14
- package/mainnet/routerchain/chain.js +0 -18
- package/mainnet/self/chain.js +0 -18
- package/mainnet/sentinel/chain.js +2 -24
- package/mainnet/source/chain.js +1 -1
- package/package.json +3 -3
- package/testnet/atomonetestnet/chain.js +1 -1
package/mainnet/atomone/chain.js
CHANGED
|
@@ -76,7 +76,7 @@ const info = {
|
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
address: 'https://atomone.rpc.nodeshub.online:443',
|
|
79
|
-
provider: '
|
|
79
|
+
provider: 'NodesHub'
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
address: 'https://rpc-atomone.nodeist.net',
|
|
@@ -178,7 +178,7 @@ const info = {
|
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
180
|
address: 'https://atomone.api.nodeshub.online',
|
|
181
|
-
provider: '
|
|
181
|
+
provider: 'NodesHub'
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
184
|
address: 'https://api-atomone.nodeist.net',
|
|
@@ -348,7 +348,7 @@ const info = {
|
|
|
348
348
|
accountPage: 'https://explorer.allinbits.com/atomone/account/${accountAddress}'
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
|
-
kind: '
|
|
351
|
+
kind: 'NodesHub',
|
|
352
352
|
url: 'https://explorer.nodeshub.online/atomone/',
|
|
353
353
|
txPage: 'https://explorer.nodeshub.online/atomone/tx/${txHash}',
|
|
354
354
|
accountPage: 'https://explorer.nodeshub.online/atomone/accounts/${accountAddress}'
|
package/mainnet/bitway/chain.js
CHANGED
|
@@ -97,6 +97,10 @@ const info = {
|
|
|
97
97
|
{
|
|
98
98
|
address: 'https://bitway.rpc.mandragora.io',
|
|
99
99
|
provider: 'Mandragora'
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
address: 'https://bitway.rpc.nodeshub.online:443',
|
|
103
|
+
provider: 'NodesHub'
|
|
100
104
|
}
|
|
101
105
|
],
|
|
102
106
|
rest: [
|
|
@@ -131,6 +135,10 @@ const info = {
|
|
|
131
135
|
{
|
|
132
136
|
address: 'https://bitway.api.mandragora.io',
|
|
133
137
|
provider: 'Mandragora'
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
address: 'https://bitway.api.nodeshub.online',
|
|
141
|
+
provider: 'NodesHub'
|
|
134
142
|
}
|
|
135
143
|
],
|
|
136
144
|
grpc: [
|
|
@@ -161,6 +169,10 @@ const info = {
|
|
|
161
169
|
{
|
|
162
170
|
address: 'http://bitway.grpc.mandragora.io:9079',
|
|
163
171
|
provider: 'Mandragora'
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
address: 'bitway.grpc.nodeshub.online',
|
|
175
|
+
provider: 'Nodes Hub'
|
|
164
176
|
}
|
|
165
177
|
]
|
|
166
178
|
},
|
|
@@ -109,7 +109,7 @@ const info = {
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
address: 'https://chihuahua.rpc.nodeshub.online:443',
|
|
112
|
-
provider: '
|
|
112
|
+
provider: 'NodesHub'
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
address: 'https://chihuahua-rpc.chainroot.io',
|
|
@@ -163,7 +163,7 @@ const info = {
|
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
address: 'https://chihuahua.api.nodeshub.online:443',
|
|
166
|
-
provider: '
|
|
166
|
+
provider: 'NodesHub'
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
address: 'https://chihuahua-api.chainroot.io',
|
|
@@ -255,7 +255,7 @@ const info = {
|
|
|
255
255
|
accountPage: 'https://ezstaking.app/chihuahua/account/${accountAddress}'
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
|
-
kind: '
|
|
258
|
+
kind: 'NodesHub',
|
|
259
259
|
url: 'https://explorer.nodeshub.online/chihuahua/',
|
|
260
260
|
txPage: 'https://explorer.nodeshub.online/chihuahua/tx/${txHash}',
|
|
261
261
|
accountPage: 'https://explorer.nodeshub.online/chihuahua/accounts/${accountAddress}'
|
package/mainnet/dungeon/chain.js
CHANGED
|
@@ -33,6 +33,10 @@ const info = {
|
|
|
33
33
|
{
|
|
34
34
|
address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
35
35
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
address: 'https://rpc.dungeon.chaintools.tech',
|
|
39
|
+
provider: 'ChainTools'
|
|
36
40
|
}
|
|
37
41
|
],
|
|
38
42
|
rest: [
|
|
@@ -51,24 +55,40 @@ const info = {
|
|
|
51
55
|
{
|
|
52
56
|
address: 'https://dungeon_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
53
57
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
address: 'https://api.dungeon.chaintools.tech',
|
|
61
|
+
provider: 'ChainTools'
|
|
54
62
|
}
|
|
55
63
|
],
|
|
56
64
|
grpc: [{
|
|
57
|
-
address: 'dungeon.grpc.quasarstaking.ai',
|
|
65
|
+
address: 'dungeon.grpc.quasarstaking.ai:80',
|
|
58
66
|
provider: 'Quasar'
|
|
67
|
+
}, {
|
|
68
|
+
address: 'grpc.dungeon.chaintools.tech:443',
|
|
69
|
+
provider: 'ChainTools'
|
|
59
70
|
}]
|
|
60
71
|
},
|
|
61
|
-
explorers: [
|
|
72
|
+
explorers: [
|
|
73
|
+
{
|
|
62
74
|
kind: 'Ping.Pub',
|
|
63
75
|
url: 'https://ping.pub/Dungeonchain',
|
|
64
76
|
txPage: 'https://ping.pub/Dungeonchain/tx/${txHash}',
|
|
65
77
|
accountPage: 'https://ping.pub/Dungeonchain/account/${accountAddress}'
|
|
66
|
-
},
|
|
78
|
+
},
|
|
79
|
+
{
|
|
67
80
|
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
68
81
|
url: 'https://explorer.whenmoonwhenlambo.money/dungeon',
|
|
69
82
|
txPage: 'https://explorer.whenmoonwhenlambo.money/dungeon/tx/${txHash}',
|
|
70
83
|
accountPage: 'https://explorer.whenmoonwhenlambo.money/dungeon/account/${accountAddress}'
|
|
71
|
-
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
kind: 'ChainTools',
|
|
87
|
+
url: 'https://explorer.chaintools.tech/Dungeon',
|
|
88
|
+
txPage: 'https://explorer.chaintools.tech/Dungeon/tx/${txHash}',
|
|
89
|
+
accountPage: 'https://explorer.chaintools.tech/Dungeon/account/${accountAddress}'
|
|
90
|
+
}
|
|
91
|
+
],
|
|
72
92
|
logoURIs: {
|
|
73
93
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
74
94
|
},
|
|
@@ -93,7 +93,7 @@ const info = {
|
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
address: 'https://fetch.rpc.nodeshub.online:443',
|
|
96
|
-
provider: '
|
|
96
|
+
provider: 'NodesHub'
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
address: 'https://rpc.fetchhub-4.fetch.aviaone.com',
|
|
@@ -163,7 +163,7 @@ const info = {
|
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
address: 'https://fetch.api.nodeshub.online:443',
|
|
166
|
-
provider: '
|
|
166
|
+
provider: 'NodesHub'
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
address: 'https://api.fetchhub-4.fetch.aviaone.com/',
|
|
@@ -282,7 +282,7 @@ const info = {
|
|
|
282
282
|
accountPage: 'https://fetchstation.azoyalabs.com/mainnet/explorer/address/${accountAddress}'
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
|
-
kind: '
|
|
285
|
+
kind: 'NodesHub',
|
|
286
286
|
url: 'https://explorer.nodeshub.online/fetchhub/',
|
|
287
287
|
txPage: 'https://explorer.nodeshub.online/fetchhub/tx/${txHash}',
|
|
288
288
|
accountPage: 'https://explorer.nodeshub.online/fetchhub/accounts/${accountAddress}'
|
|
@@ -64,7 +64,7 @@ const info = {
|
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
address: 'https://firmachain.rpc.nodeshub.online:443',
|
|
67
|
-
provider: '
|
|
67
|
+
provider: 'NodesHub'
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
address: 'https://firmachain_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
@@ -94,7 +94,7 @@ const info = {
|
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
address: 'https://firmachain.api.nodeshub.online:443',
|
|
97
|
-
provider: '
|
|
97
|
+
provider: 'NodesHub'
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
address: 'https://firmachain_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
@@ -162,7 +162,7 @@ const info = {
|
|
|
162
162
|
accountPage: 'https://atomscan.com/firmachain/accounts/${accountAddress}'
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
-
kind: '
|
|
165
|
+
kind: 'NodesHub',
|
|
166
166
|
url: 'https://explorer.nodeshub.online/firmachain/',
|
|
167
167
|
txPage: 'https://explorer.nodeshub.online/firmachain/tx/${txHash}',
|
|
168
168
|
accountPage: 'https://explorer.nodeshub.online/firmachain/accounts/${accountAddress}'
|
package/mainnet/fxcore/chain.js
CHANGED
|
@@ -65,14 +65,14 @@ const info = {
|
|
|
65
65
|
provider: 'Function X'
|
|
66
66
|
}, {
|
|
67
67
|
address: 'https://functionx.rpc.nodeshub.online:443',
|
|
68
|
-
provider: '
|
|
68
|
+
provider: 'NodesHub'
|
|
69
69
|
}],
|
|
70
70
|
rest: [{
|
|
71
71
|
address: 'https://fx-rest.functionx.io',
|
|
72
72
|
provider: 'Function X'
|
|
73
73
|
}, {
|
|
74
74
|
address: 'https://functionx.api.nodeshub.online:443',
|
|
75
|
-
provider: '
|
|
75
|
+
provider: 'NodesHub'
|
|
76
76
|
}],
|
|
77
77
|
grpc: [
|
|
78
78
|
{
|
|
@@ -112,7 +112,7 @@ const info = {
|
|
|
112
112
|
txPage: 'https://ping.pub/fxcore/tx/${txHash}'
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
|
-
kind: '
|
|
115
|
+
kind: 'NodesHub',
|
|
116
116
|
url: 'https://explorer.nodeshub.online/fxcore/',
|
|
117
117
|
txPage: 'https://explorer.nodeshub.online/fxcore/tx/${txHash}',
|
|
118
118
|
accountPage: 'https://explorer.nodeshub.online/fxcore/accounts/${accountAddress}'
|
package/mainnet/govgen/chain.js
CHANGED
|
@@ -68,10 +68,6 @@ const info = {
|
|
|
68
68
|
address: 'https://rpc-govgen.sg-1.online/',
|
|
69
69
|
provider: 'SG-1'
|
|
70
70
|
},
|
|
71
|
-
{
|
|
72
|
-
address: 'https://govgen.rpc.nodeshub.online:443',
|
|
73
|
-
provider: 'Nodes Hub'
|
|
74
|
-
},
|
|
75
71
|
{
|
|
76
72
|
address: 'https://govgen-rpc.publicnode.com:443',
|
|
77
73
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -94,10 +90,6 @@ const info = {
|
|
|
94
90
|
address: 'https://api-govgen.sg-1.online/',
|
|
95
91
|
provider: 'SG-1'
|
|
96
92
|
},
|
|
97
|
-
{
|
|
98
|
-
address: 'https://govgen.api.nodeshub.online/',
|
|
99
|
-
provider: 'Nodes Hub'
|
|
100
|
-
},
|
|
101
93
|
{
|
|
102
94
|
address: 'https://govgen-rest.publicnode.com',
|
|
103
95
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -111,20 +103,13 @@ const info = {
|
|
|
111
103
|
provider: 'Kewr Node'
|
|
112
104
|
}
|
|
113
105
|
],
|
|
114
|
-
grpc: [
|
|
115
|
-
{
|
|
106
|
+
grpc: [{
|
|
116
107
|
address: 'govgen-grpc.publicnode.com:443',
|
|
117
108
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
address: 'https://govgen.grpc.nodeshub.online:443',
|
|
121
|
-
provider: 'Nodes Hub'
|
|
122
|
-
},
|
|
123
|
-
{
|
|
109
|
+
}, {
|
|
124
110
|
address: 'https://grpc.govgen.posthuman.digital:443',
|
|
125
111
|
provider: 'posthuman'
|
|
126
|
-
}
|
|
127
|
-
]
|
|
112
|
+
}]
|
|
128
113
|
},
|
|
129
114
|
explorers: [
|
|
130
115
|
{
|
|
@@ -139,12 +124,6 @@ const info = {
|
|
|
139
124
|
txPage: 'https://staking-explorer.com/transaction.php?chain=govgen&tx=${txHash}',
|
|
140
125
|
accountPage: 'https://staking-explorer.com/account.php?chain=govgen&addr=${accountAddress}'
|
|
141
126
|
},
|
|
142
|
-
{
|
|
143
|
-
kind: 'ping.pub',
|
|
144
|
-
url: 'https://explorer.nodeshub.online/govgen',
|
|
145
|
-
txPage: 'https://explorer.nodeshub.online/govgen/tx/${txHash}',
|
|
146
|
-
accountPage: 'https://explorer.nodeshub.online/govgen/account/${accountAddress}'
|
|
147
|
-
},
|
|
148
127
|
{
|
|
149
128
|
kind: 'ping.pub',
|
|
150
129
|
url: 'https://explorer.equinoxdao.xyz/govgen',
|
package/mainnet/haqq/chain.js
CHANGED
|
@@ -104,6 +104,10 @@ const info = {
|
|
|
104
104
|
{
|
|
105
105
|
address: 'https://haqq.rpc.m.stavr.tech:443',
|
|
106
106
|
provider: '🔥STAVR🔥'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
address: 'https://haqq.rpc.onenov.xyz',
|
|
110
|
+
provider: 'OneNov'
|
|
107
111
|
}
|
|
108
112
|
],
|
|
109
113
|
rest: [
|
|
@@ -146,6 +150,10 @@ const info = {
|
|
|
146
150
|
{
|
|
147
151
|
address: 'https://haqq.api.m.stavr.tech',
|
|
148
152
|
provider: '🔥STAVR🔥'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
address: 'https://haqq.api.onenov.xyz',
|
|
156
|
+
provider: 'OneNov'
|
|
149
157
|
}
|
|
150
158
|
],
|
|
151
159
|
grpc: [
|
|
@@ -188,6 +196,10 @@ const info = {
|
|
|
188
196
|
{
|
|
189
197
|
address: 'haqq-grpc.noders.services:14090',
|
|
190
198
|
provider: '[NODERS]TEAM'
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
address: 'grpc-haqq.onenov.xyz:443',
|
|
202
|
+
provider: 'OneNov'
|
|
191
203
|
}
|
|
192
204
|
],
|
|
193
205
|
evmHttpJsonrpc: [
|
|
@@ -272,6 +284,11 @@ const info = {
|
|
|
272
284
|
kind: '🔥STAVR🔥 Explorer',
|
|
273
285
|
url: 'https://explorer.stavr.tech/HAQQ-Mainnet',
|
|
274
286
|
txPage: 'https://explorer.stavr.tech/HAQQ-Mainnet/tx/${txHash}'
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
kind: 'OneNov Explorer',
|
|
290
|
+
url: 'https://explorer.onenov.xyz/haqq-mainnet',
|
|
291
|
+
txPage: 'https://explorer.onenov.xyz/haqq-mainnet/tx/${txHash}'
|
|
275
292
|
}
|
|
276
293
|
],
|
|
277
294
|
images: [{
|
|
@@ -67,14 +67,23 @@ const info = {
|
|
|
67
67
|
rpc: [{
|
|
68
68
|
address: 'https://rpc.hippo-protocol.com/',
|
|
69
69
|
provider: 'Hippo Protocol'
|
|
70
|
+
}, {
|
|
71
|
+
address: 'https://hippo.rpc.nodeshub.online:443',
|
|
72
|
+
provider: 'NodesHub'
|
|
70
73
|
}],
|
|
71
74
|
rest: [{
|
|
72
75
|
address: 'https://api.hippo-protocol.com/',
|
|
73
76
|
provider: 'Hippo Protocol'
|
|
77
|
+
}, {
|
|
78
|
+
address: 'https://hippo.api.nodeshub.online',
|
|
79
|
+
provider: 'NodesHub'
|
|
74
80
|
}],
|
|
75
81
|
grpc: [{
|
|
76
82
|
address: 'ibc-grpc.hippo-protocol.com:443',
|
|
77
83
|
provider: 'Hippo Protocol'
|
|
84
|
+
}, {
|
|
85
|
+
address: 'hippo.grpc.nodeshub.online',
|
|
86
|
+
provider: 'Nodes Hub'
|
|
78
87
|
}]
|
|
79
88
|
},
|
|
80
89
|
explorers: [{
|
package/mainnet/humans/chain.js
CHANGED
|
@@ -58,10 +58,6 @@ const info = {
|
|
|
58
58
|
address: 'https://humans.rpc.kjnodes.com',
|
|
59
59
|
provider: 'kjnodes'
|
|
60
60
|
},
|
|
61
|
-
{
|
|
62
|
-
address: 'https://humans.rpc.nodeshub.online',
|
|
63
|
-
provider: 'NodesHub'
|
|
64
|
-
},
|
|
65
61
|
{
|
|
66
62
|
address: 'https://humans-mainnet-rpc.itrocket.net',
|
|
67
63
|
provider: 'itrocket'
|
|
@@ -116,10 +112,6 @@ const info = {
|
|
|
116
112
|
address: 'https://humans.api.kjnodes.com',
|
|
117
113
|
provider: 'kjnodes'
|
|
118
114
|
},
|
|
119
|
-
{
|
|
120
|
-
address: 'https://humans.api.nodeshub.online',
|
|
121
|
-
provider: 'NodesHub'
|
|
122
|
-
},
|
|
123
115
|
{
|
|
124
116
|
address: 'https://humans-mainnet-api.itrocket.net',
|
|
125
117
|
provider: 'itrocket'
|
package/mainnet/nibiru/chain.js
CHANGED
|
@@ -103,7 +103,7 @@ const info = {
|
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
address: 'https://nibiru.rpc.nodeshub.online:443',
|
|
106
|
-
provider: '
|
|
106
|
+
provider: 'NodesHub'
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
address: 'https://nibiru.rpc.m.stavr.tech:443',
|
|
@@ -169,7 +169,7 @@ const info = {
|
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
address: 'https://nibiru.api.nodeshub.online:443',
|
|
172
|
-
provider: '
|
|
172
|
+
provider: 'NodesHub'
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
address: 'https://nibiru-api.noders.services',
|
|
@@ -293,7 +293,7 @@ const info = {
|
|
|
293
293
|
accountPage: 'https://explorer.stavr.tech/Nibiru-Mainnet/account/${accountAddress}'
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
|
-
kind: '
|
|
296
|
+
kind: 'NodesHub',
|
|
297
297
|
url: 'https://explorer.nodeshub.online/nibiru/',
|
|
298
298
|
txPage: 'https://explorer.nodeshub.online/nibiru/tx/${txHash}',
|
|
299
299
|
accountPage: 'https://explorer.nodeshub.online/nibiru/accounts/${accountAddress}'
|
package/mainnet/osmosis/chain.js
CHANGED
|
@@ -18,8 +18,8 @@ const info = {
|
|
|
18
18
|
feeTokens: [
|
|
19
19
|
{
|
|
20
20
|
denom: 'uosmo',
|
|
21
|
-
fixedMinGasPrice: 0.
|
|
22
|
-
lowGasPrice: 0.
|
|
21
|
+
fixedMinGasPrice: 0.03,
|
|
22
|
+
lowGasPrice: 0.03,
|
|
23
23
|
averageGasPrice: 0.1,
|
|
24
24
|
highGasPrice: 0.16
|
|
25
25
|
},
|
|
@@ -525,8 +525,8 @@ const info = {
|
|
|
525
525
|
name: 'v3',
|
|
526
526
|
genesisUrl: 'https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json'
|
|
527
527
|
},
|
|
528
|
-
recommendedVersion: '
|
|
529
|
-
compatibleVersions: ['
|
|
528
|
+
recommendedVersion: '31.0.0',
|
|
529
|
+
compatibleVersions: ['31.0.0'],
|
|
530
530
|
consensus: {
|
|
531
531
|
type: 'cometbft',
|
|
532
532
|
version: '0.38.17',
|
|
@@ -557,10 +557,10 @@ const info = {
|
|
|
557
557
|
version: '1.23.4'
|
|
558
558
|
},
|
|
559
559
|
binaries: {
|
|
560
|
-
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
561
|
-
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
560
|
+
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v31.0.0/osmosisd-31.0.0-linux-amd64?checksum=d435408b845e79a2594594a315d9d22797fdbb7871a5936df68f51f0df557957',
|
|
561
|
+
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v31.0.0/osmosisd-31.0.0-linux-arm64?checksum=b5c44e74c4dc484f8492d10a24fcd3f75a43dccaa40ab083662741beeeaa20cc'
|
|
562
562
|
},
|
|
563
|
-
tag: '
|
|
563
|
+
tag: 'v31.0.0'
|
|
564
564
|
},
|
|
565
565
|
images: [{
|
|
566
566
|
imageSync: {
|
package/mainnet/pundix/chain.js
CHANGED
|
@@ -62,23 +62,14 @@ const info = {
|
|
|
62
62
|
rpc: [{
|
|
63
63
|
address: 'https://px-json.pundix.com',
|
|
64
64
|
provider: 'Pundi X'
|
|
65
|
-
}, {
|
|
66
|
-
address: 'https://pundix.rpc.nodeshub.online:443',
|
|
67
|
-
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
68
65
|
}],
|
|
69
66
|
rest: [{
|
|
70
67
|
address: 'https://px-rest.pundix.com',
|
|
71
68
|
provider: 'Pundi X'
|
|
72
|
-
}, {
|
|
73
|
-
address: 'https://pundix.api.nodeshub.online:443',
|
|
74
|
-
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
75
69
|
}],
|
|
76
70
|
grpc: [{
|
|
77
71
|
address: 'https://px-grpc.pundix.com',
|
|
78
72
|
provider: 'Pundi X'
|
|
79
|
-
}, {
|
|
80
|
-
address: 'https://pundix.grpc.nodeshub.online',
|
|
81
|
-
provider: 'Nodes Hub'
|
|
82
73
|
}]
|
|
83
74
|
},
|
|
84
75
|
images: [{
|
|
@@ -96,11 +87,6 @@ const info = {
|
|
|
96
87
|
url: 'https://starscan.io',
|
|
97
88
|
txPage: 'https://starscan.io/pundix/tx/${txHash}',
|
|
98
89
|
accountPage: 'https://starscan.io/pundix/address/${accountAddress}'
|
|
99
|
-
}, {
|
|
100
|
-
kind: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅',
|
|
101
|
-
url: 'https://explorer.nodeshub.online/pundix/',
|
|
102
|
-
txPage: 'https://explorer.nodeshub.online/pundix/tx/${txHash}',
|
|
103
|
-
accountPage: 'https://explorer.nodeshub.online/pundix/accounts/${accountAddress}'
|
|
104
90
|
}]
|
|
105
91
|
};
|
|
106
92
|
exports.default = info;
|
|
@@ -64,10 +64,6 @@ const info = {
|
|
|
64
64
|
address: 'https://sentry.tm.rpc.routerprotocol.com/',
|
|
65
65
|
provider: 'Router'
|
|
66
66
|
},
|
|
67
|
-
{
|
|
68
|
-
address: 'https://router.rpc.nodeshub.online:443',
|
|
69
|
-
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️'
|
|
70
|
-
},
|
|
71
67
|
{
|
|
72
68
|
address: 'https://router-mainnet-rpc.autostake.com:443',
|
|
73
69
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -86,10 +82,6 @@ const info = {
|
|
|
86
82
|
address: 'https://sentry.lcd.routerprotocol.com/',
|
|
87
83
|
provider: 'Router'
|
|
88
84
|
},
|
|
89
|
-
{
|
|
90
|
-
address: 'https://router.api.nodeshub.online',
|
|
91
|
-
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️'
|
|
92
|
-
},
|
|
93
85
|
{
|
|
94
86
|
address: 'https://router-mainnet-lcd.autostake.com:443',
|
|
95
87
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -108,10 +100,6 @@ const info = {
|
|
|
108
100
|
address: 'sentry.grpc.routerprotocol.com:9090',
|
|
109
101
|
provider: 'Router'
|
|
110
102
|
},
|
|
111
|
-
{
|
|
112
|
-
address: 'router.grpc.nodeshub.online',
|
|
113
|
-
provider: 'Nodes Hub'
|
|
114
|
-
},
|
|
115
103
|
{
|
|
116
104
|
address: 'router-mainnet-grpc.autostake.com:443',
|
|
117
105
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -151,12 +139,6 @@ const info = {
|
|
|
151
139
|
txPage: 'https://staking-explorer.com/transaction.php?chain=routerchain&tx=${txHash}',
|
|
152
140
|
accountPage: 'https://staking-explorer.com/account.php?chain=routerchain&addr=${accountAddress}'
|
|
153
141
|
},
|
|
154
|
-
{
|
|
155
|
-
kind: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️',
|
|
156
|
-
url: 'https://explorer.nodeshub.online/router/',
|
|
157
|
-
txPage: 'https://explorer.nodeshub.online/router/tx/${txHash}',
|
|
158
|
-
accountPage: 'https://explorer.nodeshub.online/router/accounts/${accountAddress}'
|
|
159
|
-
},
|
|
160
142
|
{
|
|
161
143
|
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
162
144
|
url: 'https://explorer.whenmoonwhenlambo.money/routerchain',
|
package/mainnet/self/chain.js
CHANGED
|
@@ -46,10 +46,6 @@ const info = {
|
|
|
46
46
|
address: 'https://selfchain_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
47
47
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
48
48
|
},
|
|
49
|
-
{
|
|
50
|
-
address: 'https://selfchain.rpc.nodeshub.online:443',
|
|
51
|
-
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️'
|
|
52
|
-
},
|
|
53
49
|
{
|
|
54
50
|
address: 'https://selfchain-mainnet.rpc.stakevillage.net:443',
|
|
55
51
|
provider: 'Stake Village'
|
|
@@ -84,10 +80,6 @@ const info = {
|
|
|
84
80
|
address: 'https://selfchain_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
85
81
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
86
82
|
},
|
|
87
|
-
{
|
|
88
|
-
address: 'https://selfchain.api.nodeshub.online',
|
|
89
|
-
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️'
|
|
90
|
-
},
|
|
91
83
|
{
|
|
92
84
|
address: 'https://selfchain-mainnet.api.stakevillage.net',
|
|
93
85
|
provider: 'Stake Village'
|
|
@@ -106,10 +98,6 @@ const info = {
|
|
|
106
98
|
address: 'grpc.selfchain.roomit.xyz:8443',
|
|
107
99
|
provider: 'Roomit'
|
|
108
100
|
},
|
|
109
|
-
{
|
|
110
|
-
address: 'selfchain.grpc.nodeshub.online',
|
|
111
|
-
provider: 'Nodes Hub'
|
|
112
|
-
},
|
|
113
101
|
{
|
|
114
102
|
address: 'selfchain-mainnet.grpc.stakevillage.net:443',
|
|
115
103
|
provider: 'Stake Village'
|
|
@@ -155,12 +143,6 @@ const info = {
|
|
|
155
143
|
txPage: 'https://explorer.whenmoonwhenlambo.money/self/tx/${txHash}',
|
|
156
144
|
accountPage: 'https://explorer.whenmoonwhenlambo.money/self/account/${accountAddress}'
|
|
157
145
|
},
|
|
158
|
-
{
|
|
159
|
-
kind: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️',
|
|
160
|
-
url: 'https://explorer.nodeshub.online/selfchain/',
|
|
161
|
-
txPage: 'https://explorer.nodeshub.online/selfchain/tx/${txHash}',
|
|
162
|
-
accountPage: 'https://explorer.nodeshub.online/selfchain/accounts/${accountAddress}'
|
|
163
|
-
},
|
|
164
146
|
{
|
|
165
147
|
kind: 'Stake Village',
|
|
166
148
|
url: 'https://exp.stakevillage.net/selfchain-mainnet',
|
|
@@ -29,12 +29,8 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
gitRepo: 'https://github.com/sentinel-official/hub',
|
|
32
|
-
recommendedVersion: '
|
|
33
|
-
compatibleVersions: [
|
|
34
|
-
'v0.11.1',
|
|
35
|
-
'v0.11.2',
|
|
36
|
-
'v0.11.3'
|
|
37
|
-
],
|
|
32
|
+
recommendedVersion: 'v12.0.0',
|
|
33
|
+
compatibleVersions: ['v12.0.0'],
|
|
38
34
|
genesis: {
|
|
39
35
|
genesisUrl: 'https://raw.githubusercontent.com/sentinel-official/networks/main/sentinelhub-2/genesis.zip'
|
|
40
36
|
}
|
|
@@ -98,10 +94,6 @@ const info = {
|
|
|
98
94
|
address: 'https://sentinel.declab.pro:26628',
|
|
99
95
|
provider: 'Decloud Nodes Lab'
|
|
100
96
|
},
|
|
101
|
-
{
|
|
102
|
-
address: 'https://sentinel.rpc.nodeshub.online:443',
|
|
103
|
-
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
104
|
-
},
|
|
105
97
|
{
|
|
106
98
|
address: 'https://rpc.dvpn.me:443',
|
|
107
99
|
provider: 'MathNodes China'
|
|
@@ -168,10 +160,6 @@ const info = {
|
|
|
168
160
|
address: 'https://sentinel.declab.pro:443',
|
|
169
161
|
provider: 'Decloud Nodes Lab'
|
|
170
162
|
},
|
|
171
|
-
{
|
|
172
|
-
address: 'https://sentinel.api.nodeshub.online:443',
|
|
173
|
-
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
174
|
-
},
|
|
175
163
|
{
|
|
176
164
|
address: 'https://api.dvpn.me:443',
|
|
177
165
|
provider: 'MathNodes China'
|
|
@@ -218,10 +206,6 @@ const info = {
|
|
|
218
206
|
address: 'https://sentinel.declab.pro:9019',
|
|
219
207
|
provider: 'Decloud Nodes Lab'
|
|
220
208
|
},
|
|
221
|
-
{
|
|
222
|
-
address: 'https://sentinel.grpc.nodeshub.online',
|
|
223
|
-
provider: 'Nodes Hub'
|
|
224
|
-
},
|
|
225
209
|
{
|
|
226
210
|
address: 'https://grpc.dvpn.me:443',
|
|
227
211
|
provider: 'MathNodes China'
|
|
@@ -298,12 +282,6 @@ const info = {
|
|
|
298
282
|
kind: 'DNL Explorer',
|
|
299
283
|
url: 'https://explorer.declab.pro/Sentinel',
|
|
300
284
|
txPage: 'https://explorer.declab.pro/Sentinel/tx/${txHash}'
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
kind: 'NodesHub',
|
|
304
|
-
url: 'https://explorer.nodeshub.online/sentinel/',
|
|
305
|
-
txPage: 'https://explorer.nodeshub.online/sentinel/tx/${txHash}',
|
|
306
|
-
accountPage: 'https://explorer.nodeshub.online/sentinel/accounts/${accountAddress}'
|
|
307
285
|
}
|
|
308
286
|
],
|
|
309
287
|
images: [{
|
package/mainnet/source/chain.js
CHANGED
|
@@ -341,7 +341,7 @@ const info = {
|
|
|
341
341
|
accountPage: 'https://explorer.whenmoonwhenlambo.money/source/account/${accountAddress}'
|
|
342
342
|
},
|
|
343
343
|
{
|
|
344
|
-
kind: '
|
|
344
|
+
kind: 'NodesHub',
|
|
345
345
|
url: 'https://explorer.nodeshub.online/source/',
|
|
346
346
|
txPage: 'https://explorer.nodeshub.online/source/tx/${txHash}',
|
|
347
347
|
accountPage: 'https://explorer.nodeshub.online/source/accounts/${accountAddress}'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.97",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.97"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "fdd844b7a1abc13f147c1e8f097c9819322393c7"
|
|
43
43
|
}
|