chain-registry 2.0.216 → 2.0.217
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/babylon/chain.js +6 -0
- package/esm/mainnet/bandchain/chain.js +6 -0
- package/esm/mainnet/neutron/chain.js +6 -0
- package/esm/mainnet/noble/chain.js +6 -0
- package/esm/mainnet/terra/chain.js +6 -0
- package/esm/mainnet/terra2/chain.js +6 -0
- package/esm/mainnet/wolochain/chain.js +6 -0
- package/esm/mainnet/xrplevm/chain.js +12 -3
- package/esm/testnet/atomonetestnet/chain.js +6 -0
- package/esm/testnet/axelartestnet/chain.js +12 -3
- package/esm/testnet/junotestnet/chain.js +12 -3
- package/esm/testnet/osmosistestnet/chain.js +12 -3
- package/esm/testnet/safrochaintestnet/chain.js +5 -0
- package/esm/testnet/xrplevmtestnet/chain.js +12 -3
- package/mainnet/babylon/chain.js +6 -0
- package/mainnet/bandchain/chain.js +6 -0
- package/mainnet/neutron/chain.js +6 -0
- package/mainnet/noble/chain.js +6 -0
- package/mainnet/terra/chain.js +6 -0
- package/mainnet/terra2/chain.js +6 -0
- package/mainnet/wolochain/chain.js +6 -0
- package/mainnet/xrplevm/chain.js +12 -3
- package/package.json +3 -3
- package/testnet/atomonetestnet/chain.js +6 -0
- package/testnet/axelartestnet/chain.js +12 -3
- package/testnet/junotestnet/chain.js +12 -3
- package/testnet/osmosistestnet/chain.js +12 -3
- package/testnet/safrochaintestnet/chain.js +5 -0
- package/testnet/xrplevmtestnet/chain.js +12 -3
|
@@ -219,6 +219,12 @@ const info = {
|
|
|
219
219
|
url: 'https://explorer.nodeshub.online/babylon/',
|
|
220
220
|
txPage: 'https://explorer.nodeshub.online/babylon/tx/${txHash}',
|
|
221
221
|
accountPage: 'https://explorer.nodeshub.online/babylon/accounts/${accountAddress}'
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
kind: 'Valopers',
|
|
225
|
+
url: 'https://babylon.valopers.com/',
|
|
226
|
+
txPage: 'https://babylon.valopers.com/transactions/${txHash}',
|
|
227
|
+
accountPage: 'https://babylon.valopers.com/account/${accountAddress}'
|
|
222
228
|
}
|
|
223
229
|
],
|
|
224
230
|
images: [{
|
|
@@ -268,6 +268,12 @@ const info = {
|
|
|
268
268
|
kind: 'kjnodes Explorer',
|
|
269
269
|
url: 'https://explorer.kjnodes.com/band',
|
|
270
270
|
txPage: 'https://explorer.kjnodes.com/band/tx/${txHash}'
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
kind: 'Valopers',
|
|
274
|
+
url: 'https://band.valopers.com/',
|
|
275
|
+
txPage: 'https://band.valopers.com/transactions/${txHash}',
|
|
276
|
+
accountPage: 'https://band.valopers.com/account/${accountAddress}'
|
|
271
277
|
}
|
|
272
278
|
],
|
|
273
279
|
images: [{
|
|
@@ -287,6 +287,12 @@ const info = {
|
|
|
287
287
|
url: 'https://validatorinfo.com/networks/neutron/overview',
|
|
288
288
|
validatorPage: 'https://validatorinfo.com/networks/neutron/validators',
|
|
289
289
|
proposalPage: 'https://validatorinfo.com/networks/neutron/governance'
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
kind: 'Valopers',
|
|
293
|
+
url: 'https://neutron.valopers.com/',
|
|
294
|
+
txPage: 'https://neutron.valopers.com/transactions/${txHash}',
|
|
295
|
+
accountPage: 'https://neutron.valopers.com/account/${accountAddress}'
|
|
290
296
|
}
|
|
291
297
|
],
|
|
292
298
|
images: [{
|
|
@@ -121,6 +121,12 @@ const info = {
|
|
|
121
121
|
kind: 'Stakeflow',
|
|
122
122
|
url: 'https://stakeflow.io/noble',
|
|
123
123
|
accountPage: 'https://stakeflow.io/noble/accounts/${accountAddress}'
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
kind: 'Valopers',
|
|
127
|
+
url: 'https://noble.valopers.com/',
|
|
128
|
+
txPage: 'https://noble.valopers.com/transactions/${txHash}',
|
|
129
|
+
accountPage: 'https://noble.valopers.com/account/${accountAddress}'
|
|
124
130
|
}
|
|
125
131
|
],
|
|
126
132
|
images: [{
|
|
@@ -289,6 +289,12 @@ const info = {
|
|
|
289
289
|
url: 'https://finder.terraport.finance/',
|
|
290
290
|
txPage: 'https://finder.terraport.finance/mainnet/tx/${txHash}',
|
|
291
291
|
accountPage: 'https://finder.terraport.finance/mainnet/address/${accountAddress}'
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
kind: 'Valopers',
|
|
295
|
+
url: 'https://terra-classic.valopers.com/',
|
|
296
|
+
txPage: 'https://terra-classic.valopers.com/transactions/${txHash}',
|
|
297
|
+
accountPage: 'https://terra-classic.valopers.com/account/${accountAddress}'
|
|
292
298
|
}
|
|
293
299
|
],
|
|
294
300
|
images: [{
|
|
@@ -235,6 +235,12 @@ const info = {
|
|
|
235
235
|
url: 'https://explorer.onnode.org/terra',
|
|
236
236
|
txPage: 'https://explorer.onnode.org/terra/transactions/${txHash}',
|
|
237
237
|
accountPage: 'https://explorer.onnode.org/terra/accounts/${accountAddress}'
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
kind: 'Valopers',
|
|
241
|
+
url: 'https://terra.valopers.com/',
|
|
242
|
+
txPage: 'https://terra.valopers.com/transactions/${txHash}',
|
|
243
|
+
accountPage: 'https://terra.valopers.com/account/${accountAddress}'
|
|
238
244
|
}
|
|
239
245
|
],
|
|
240
246
|
images: [{
|
|
@@ -66,6 +66,12 @@ const info = {
|
|
|
66
66
|
provider: 'AoE2WAR'
|
|
67
67
|
}]
|
|
68
68
|
},
|
|
69
|
+
explorers: [{
|
|
70
|
+
kind: 'Valopers',
|
|
71
|
+
url: 'https://wolochain.valopers.com/',
|
|
72
|
+
txPage: 'https://wolochain.valopers.com/transactions/${txHash}',
|
|
73
|
+
accountPage: 'https://wolochain.valopers.com/account/${accountAddress}'
|
|
74
|
+
}],
|
|
69
75
|
images: [{
|
|
70
76
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png',
|
|
71
77
|
theme: {
|
|
@@ -94,17 +94,26 @@ const info = {
|
|
|
94
94
|
provider: 'Cumulo'
|
|
95
95
|
}]
|
|
96
96
|
},
|
|
97
|
-
explorers: [
|
|
97
|
+
explorers: [
|
|
98
|
+
{
|
|
98
99
|
kind: 'evm',
|
|
99
100
|
url: 'https://explorer.xrplevm.org',
|
|
100
101
|
txPage: 'https://explorer.xrplevm.org/tx/${txHash}',
|
|
101
102
|
accountPage: 'https://explorer.xrplevm.org/address/${accountAddress}'
|
|
102
|
-
},
|
|
103
|
+
},
|
|
104
|
+
{
|
|
103
105
|
kind: 'cosmos',
|
|
104
106
|
url: 'https://governance.xrplevm.org',
|
|
105
107
|
txPage: 'https://governance.xrplevm.org/xrplevm/transactions/${txHash}',
|
|
106
108
|
accountPage: 'https://governance.xrplevm.org/xrplevm/accounts/${accountAddress}'
|
|
107
|
-
}
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
kind: 'Valopers',
|
|
112
|
+
url: 'https://xrplevm.valopers.com/',
|
|
113
|
+
txPage: 'https://xrplevm.valopers.com/transactions/${txHash}',
|
|
114
|
+
accountPage: 'https://xrplevm.valopers.com/account/${accountAddress}'
|
|
115
|
+
}
|
|
116
|
+
],
|
|
108
117
|
keywords: [
|
|
109
118
|
'xrpl',
|
|
110
119
|
'evm',
|
|
@@ -136,6 +136,12 @@ const info = {
|
|
|
136
136
|
url: 'https://testnet.explorer.aviaone.com/atomone',
|
|
137
137
|
txPage: 'https://testnet.explorer.aviaone.com/atomone/tx/${txHash}',
|
|
138
138
|
accountPage: 'https://testnet.explorer.aviaone.com/atomone/account/${accountAddress}'
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
kind: 'Valopers',
|
|
142
|
+
url: 'https://testnet.atomone.valopers.com/',
|
|
143
|
+
txPage: 'https://testnet.atomone.valopers.com/transactions/${txHash}',
|
|
144
|
+
accountPage: 'https://testnet.atomone.valopers.com/account/${accountAddress}'
|
|
139
145
|
}
|
|
140
146
|
],
|
|
141
147
|
images: [{
|
|
@@ -70,15 +70,24 @@ const info = {
|
|
|
70
70
|
provider: 'QuantNode'
|
|
71
71
|
}]
|
|
72
72
|
},
|
|
73
|
-
explorers: [
|
|
73
|
+
explorers: [
|
|
74
|
+
{
|
|
74
75
|
kind: 'axelarscan',
|
|
75
76
|
url: 'https://testnet.axelarscan.io',
|
|
76
77
|
txPage: 'https://testnet.axelarscan.io/tx/${txHash}'
|
|
77
|
-
},
|
|
78
|
+
},
|
|
79
|
+
{
|
|
78
80
|
kind: 'mintscan',
|
|
79
81
|
url: 'https://mintscan.io/axelar-testnet',
|
|
80
82
|
txPage: 'https://mintscan.io/axelar-testnet/txs/${txHash}',
|
|
81
83
|
accountPage: 'https://mintscan.io/axelar-testnet/account/${accountAddress}'
|
|
82
|
-
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
kind: 'Valopers',
|
|
87
|
+
url: 'https://testnet.axelar.valopers.com/',
|
|
88
|
+
txPage: 'https://testnet.axelar.valopers.com/transactions/${txHash}',
|
|
89
|
+
accountPage: 'https://testnet.axelar.valopers.com/account/${accountAddress}'
|
|
90
|
+
}
|
|
91
|
+
]
|
|
83
92
|
};
|
|
84
93
|
export default info;
|
|
@@ -85,14 +85,23 @@ const info = {
|
|
|
85
85
|
provider: 'Kleomedes'
|
|
86
86
|
}]
|
|
87
87
|
},
|
|
88
|
-
explorers: [
|
|
88
|
+
explorers: [
|
|
89
|
+
{
|
|
89
90
|
kind: '🔥STAVR🔥',
|
|
90
91
|
url: 'https://explorer.stavr.tech/Juno-Testnet',
|
|
91
92
|
txPage: 'https://explorer.stavr.tech/Juno-Testnet/txs/${txHash}',
|
|
92
93
|
accountPage: 'https://explorer.stavr.tech/Juno-Testnet/account/${accountAddress}'
|
|
93
|
-
},
|
|
94
|
+
},
|
|
95
|
+
{
|
|
94
96
|
kind: 'Stake Hub by Kleomedes',
|
|
95
97
|
url: 'https://www.stake-hub.xyz/junotestnet'
|
|
96
|
-
}
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
kind: 'Valopers',
|
|
101
|
+
url: 'https://testnet.juno.valopers.com/',
|
|
102
|
+
txPage: 'https://testnet.juno.valopers.com/transactions/${txHash}',
|
|
103
|
+
accountPage: 'https://testnet.juno.valopers.com/account/${accountAddress}'
|
|
104
|
+
}
|
|
105
|
+
]
|
|
97
106
|
};
|
|
98
107
|
export default info;
|
|
@@ -88,17 +88,26 @@ const info = {
|
|
|
88
88
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
89
89
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
90
90
|
},
|
|
91
|
-
explorers: [
|
|
91
|
+
explorers: [
|
|
92
|
+
{
|
|
92
93
|
kind: 'mintscan',
|
|
93
94
|
url: 'https://mintscan.io/osmosis-testnet',
|
|
94
95
|
txPage: 'https://mintscan.io/osmosis-testnet/txs/${txHash}',
|
|
95
96
|
accountPage: 'https://mintscan.io/osmosis-testnet/account/${accountAddress}'
|
|
96
|
-
},
|
|
97
|
+
},
|
|
98
|
+
{
|
|
97
99
|
kind: 'ping.pub',
|
|
98
100
|
url: 'https://explorer.osmotest5.osmosis.zone',
|
|
99
101
|
txPage: 'https://explorer.osmotest5.osmosis.zone/osmo-test-5/tx/${txHash}',
|
|
100
102
|
accountPage: 'https://explorer.osmotest5.osmosis.zone/osmo-test-5/account/${accountAddress}'
|
|
101
|
-
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
kind: 'Valopers',
|
|
106
|
+
url: 'https://testnet.osmosis.valopers.com/',
|
|
107
|
+
txPage: 'https://testnet.osmosis.valopers.com/transactions/${txHash}',
|
|
108
|
+
accountPage: 'https://testnet.osmosis.valopers.com/account/${accountAddress}'
|
|
109
|
+
}
|
|
110
|
+
],
|
|
102
111
|
keywords: ['dex', 'testnet'],
|
|
103
112
|
images: [{
|
|
104
113
|
imageSync: {
|
|
@@ -50,6 +50,11 @@ const info = {
|
|
|
50
50
|
kind: 'bigdipper',
|
|
51
51
|
url: 'https://explorer.testnet.safrochain.com',
|
|
52
52
|
txPage: 'https://explorer.testnet.safrochain.com/transactions/${txHash}'
|
|
53
|
+
}, {
|
|
54
|
+
kind: 'Valopers',
|
|
55
|
+
url: 'https://testnet.safrochain.valopers.com/',
|
|
56
|
+
txPage: 'https://testnet.safrochain.valopers.com/transactions/${txHash}',
|
|
57
|
+
accountPage: 'https://testnet.safrochain.valopers.com/account/${accountAddress}'
|
|
53
58
|
}],
|
|
54
59
|
logoURIs: {
|
|
55
60
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
|
|
@@ -290,17 +290,26 @@ const info = {
|
|
|
290
290
|
}
|
|
291
291
|
]
|
|
292
292
|
},
|
|
293
|
-
explorers: [
|
|
293
|
+
explorers: [
|
|
294
|
+
{
|
|
294
295
|
kind: 'evm',
|
|
295
296
|
url: 'https://explorer.testnet.xrplevm.org',
|
|
296
297
|
txPage: 'https://explorer.testnet.xrplevm.org/tx/${txHash}',
|
|
297
298
|
accountPage: 'https://explorer.testnet.xrplevm.org/address/${accountAddress}'
|
|
298
|
-
},
|
|
299
|
+
},
|
|
300
|
+
{
|
|
299
301
|
kind: 'cosmos',
|
|
300
302
|
url: 'https://governance.testnet.xrplevm.org',
|
|
301
303
|
txPage: 'https://governance.testnet.xrplevm.org/xrplevm/transactions/${txHash}',
|
|
302
304
|
accountPage: 'https://governance.testnet.xrplevm.org/xrplevm/accounts/${accountAddress}'
|
|
303
|
-
}
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
kind: 'Valopers',
|
|
308
|
+
url: 'https://testnet.xrplevm.valopers.com/',
|
|
309
|
+
txPage: 'https://testnet.xrplevm.valopers.com/transactions/${txHash}',
|
|
310
|
+
accountPage: 'https://testnet.xrplevm.valopers.com/account/${accountAddress}'
|
|
311
|
+
}
|
|
312
|
+
],
|
|
304
313
|
keywords: [
|
|
305
314
|
'xrpl',
|
|
306
315
|
'evm',
|
package/mainnet/babylon/chain.js
CHANGED
|
@@ -221,6 +221,12 @@ const info = {
|
|
|
221
221
|
url: 'https://explorer.nodeshub.online/babylon/',
|
|
222
222
|
txPage: 'https://explorer.nodeshub.online/babylon/tx/${txHash}',
|
|
223
223
|
accountPage: 'https://explorer.nodeshub.online/babylon/accounts/${accountAddress}'
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
kind: 'Valopers',
|
|
227
|
+
url: 'https://babylon.valopers.com/',
|
|
228
|
+
txPage: 'https://babylon.valopers.com/transactions/${txHash}',
|
|
229
|
+
accountPage: 'https://babylon.valopers.com/account/${accountAddress}'
|
|
224
230
|
}
|
|
225
231
|
],
|
|
226
232
|
images: [{
|
|
@@ -270,6 +270,12 @@ const info = {
|
|
|
270
270
|
kind: 'kjnodes Explorer',
|
|
271
271
|
url: 'https://explorer.kjnodes.com/band',
|
|
272
272
|
txPage: 'https://explorer.kjnodes.com/band/tx/${txHash}'
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
kind: 'Valopers',
|
|
276
|
+
url: 'https://band.valopers.com/',
|
|
277
|
+
txPage: 'https://band.valopers.com/transactions/${txHash}',
|
|
278
|
+
accountPage: 'https://band.valopers.com/account/${accountAddress}'
|
|
273
279
|
}
|
|
274
280
|
],
|
|
275
281
|
images: [{
|
package/mainnet/neutron/chain.js
CHANGED
|
@@ -289,6 +289,12 @@ const info = {
|
|
|
289
289
|
url: 'https://validatorinfo.com/networks/neutron/overview',
|
|
290
290
|
validatorPage: 'https://validatorinfo.com/networks/neutron/validators',
|
|
291
291
|
proposalPage: 'https://validatorinfo.com/networks/neutron/governance'
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
kind: 'Valopers',
|
|
295
|
+
url: 'https://neutron.valopers.com/',
|
|
296
|
+
txPage: 'https://neutron.valopers.com/transactions/${txHash}',
|
|
297
|
+
accountPage: 'https://neutron.valopers.com/account/${accountAddress}'
|
|
292
298
|
}
|
|
293
299
|
],
|
|
294
300
|
images: [{
|
package/mainnet/noble/chain.js
CHANGED
|
@@ -123,6 +123,12 @@ const info = {
|
|
|
123
123
|
kind: 'Stakeflow',
|
|
124
124
|
url: 'https://stakeflow.io/noble',
|
|
125
125
|
accountPage: 'https://stakeflow.io/noble/accounts/${accountAddress}'
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
kind: 'Valopers',
|
|
129
|
+
url: 'https://noble.valopers.com/',
|
|
130
|
+
txPage: 'https://noble.valopers.com/transactions/${txHash}',
|
|
131
|
+
accountPage: 'https://noble.valopers.com/account/${accountAddress}'
|
|
126
132
|
}
|
|
127
133
|
],
|
|
128
134
|
images: [{
|
package/mainnet/terra/chain.js
CHANGED
|
@@ -291,6 +291,12 @@ const info = {
|
|
|
291
291
|
url: 'https://finder.terraport.finance/',
|
|
292
292
|
txPage: 'https://finder.terraport.finance/mainnet/tx/${txHash}',
|
|
293
293
|
accountPage: 'https://finder.terraport.finance/mainnet/address/${accountAddress}'
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
kind: 'Valopers',
|
|
297
|
+
url: 'https://terra-classic.valopers.com/',
|
|
298
|
+
txPage: 'https://terra-classic.valopers.com/transactions/${txHash}',
|
|
299
|
+
accountPage: 'https://terra-classic.valopers.com/account/${accountAddress}'
|
|
294
300
|
}
|
|
295
301
|
],
|
|
296
302
|
images: [{
|
package/mainnet/terra2/chain.js
CHANGED
|
@@ -237,6 +237,12 @@ const info = {
|
|
|
237
237
|
url: 'https://explorer.onnode.org/terra',
|
|
238
238
|
txPage: 'https://explorer.onnode.org/terra/transactions/${txHash}',
|
|
239
239
|
accountPage: 'https://explorer.onnode.org/terra/accounts/${accountAddress}'
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
kind: 'Valopers',
|
|
243
|
+
url: 'https://terra.valopers.com/',
|
|
244
|
+
txPage: 'https://terra.valopers.com/transactions/${txHash}',
|
|
245
|
+
accountPage: 'https://terra.valopers.com/account/${accountAddress}'
|
|
240
246
|
}
|
|
241
247
|
],
|
|
242
248
|
images: [{
|
|
@@ -68,6 +68,12 @@ const info = {
|
|
|
68
68
|
provider: 'AoE2WAR'
|
|
69
69
|
}]
|
|
70
70
|
},
|
|
71
|
+
explorers: [{
|
|
72
|
+
kind: 'Valopers',
|
|
73
|
+
url: 'https://wolochain.valopers.com/',
|
|
74
|
+
txPage: 'https://wolochain.valopers.com/transactions/${txHash}',
|
|
75
|
+
accountPage: 'https://wolochain.valopers.com/account/${accountAddress}'
|
|
76
|
+
}],
|
|
71
77
|
images: [{
|
|
72
78
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png',
|
|
73
79
|
theme: {
|
package/mainnet/xrplevm/chain.js
CHANGED
|
@@ -96,17 +96,26 @@ const info = {
|
|
|
96
96
|
provider: 'Cumulo'
|
|
97
97
|
}]
|
|
98
98
|
},
|
|
99
|
-
explorers: [
|
|
99
|
+
explorers: [
|
|
100
|
+
{
|
|
100
101
|
kind: 'evm',
|
|
101
102
|
url: 'https://explorer.xrplevm.org',
|
|
102
103
|
txPage: 'https://explorer.xrplevm.org/tx/${txHash}',
|
|
103
104
|
accountPage: 'https://explorer.xrplevm.org/address/${accountAddress}'
|
|
104
|
-
},
|
|
105
|
+
},
|
|
106
|
+
{
|
|
105
107
|
kind: 'cosmos',
|
|
106
108
|
url: 'https://governance.xrplevm.org',
|
|
107
109
|
txPage: 'https://governance.xrplevm.org/xrplevm/transactions/${txHash}',
|
|
108
110
|
accountPage: 'https://governance.xrplevm.org/xrplevm/accounts/${accountAddress}'
|
|
109
|
-
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
kind: 'Valopers',
|
|
114
|
+
url: 'https://xrplevm.valopers.com/',
|
|
115
|
+
txPage: 'https://xrplevm.valopers.com/transactions/${txHash}',
|
|
116
|
+
accountPage: 'https://xrplevm.valopers.com/account/${accountAddress}'
|
|
117
|
+
}
|
|
118
|
+
],
|
|
110
119
|
keywords: [
|
|
111
120
|
'xrpl',
|
|
112
121
|
'evm',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.217",
|
|
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.217"
|
|
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": "2a18ea54e182c4906b5b01dec63f58eff5b22ab0"
|
|
43
43
|
}
|
|
@@ -138,6 +138,12 @@ const info = {
|
|
|
138
138
|
url: 'https://testnet.explorer.aviaone.com/atomone',
|
|
139
139
|
txPage: 'https://testnet.explorer.aviaone.com/atomone/tx/${txHash}',
|
|
140
140
|
accountPage: 'https://testnet.explorer.aviaone.com/atomone/account/${accountAddress}'
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
kind: 'Valopers',
|
|
144
|
+
url: 'https://testnet.atomone.valopers.com/',
|
|
145
|
+
txPage: 'https://testnet.atomone.valopers.com/transactions/${txHash}',
|
|
146
|
+
accountPage: 'https://testnet.atomone.valopers.com/account/${accountAddress}'
|
|
141
147
|
}
|
|
142
148
|
],
|
|
143
149
|
images: [{
|
|
@@ -72,15 +72,24 @@ const info = {
|
|
|
72
72
|
provider: 'QuantNode'
|
|
73
73
|
}]
|
|
74
74
|
},
|
|
75
|
-
explorers: [
|
|
75
|
+
explorers: [
|
|
76
|
+
{
|
|
76
77
|
kind: 'axelarscan',
|
|
77
78
|
url: 'https://testnet.axelarscan.io',
|
|
78
79
|
txPage: 'https://testnet.axelarscan.io/tx/${txHash}'
|
|
79
|
-
},
|
|
80
|
+
},
|
|
81
|
+
{
|
|
80
82
|
kind: 'mintscan',
|
|
81
83
|
url: 'https://mintscan.io/axelar-testnet',
|
|
82
84
|
txPage: 'https://mintscan.io/axelar-testnet/txs/${txHash}',
|
|
83
85
|
accountPage: 'https://mintscan.io/axelar-testnet/account/${accountAddress}'
|
|
84
|
-
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
kind: 'Valopers',
|
|
89
|
+
url: 'https://testnet.axelar.valopers.com/',
|
|
90
|
+
txPage: 'https://testnet.axelar.valopers.com/transactions/${txHash}',
|
|
91
|
+
accountPage: 'https://testnet.axelar.valopers.com/account/${accountAddress}'
|
|
92
|
+
}
|
|
93
|
+
]
|
|
85
94
|
};
|
|
86
95
|
exports.default = info;
|
|
@@ -87,14 +87,23 @@ const info = {
|
|
|
87
87
|
provider: 'Kleomedes'
|
|
88
88
|
}]
|
|
89
89
|
},
|
|
90
|
-
explorers: [
|
|
90
|
+
explorers: [
|
|
91
|
+
{
|
|
91
92
|
kind: '🔥STAVR🔥',
|
|
92
93
|
url: 'https://explorer.stavr.tech/Juno-Testnet',
|
|
93
94
|
txPage: 'https://explorer.stavr.tech/Juno-Testnet/txs/${txHash}',
|
|
94
95
|
accountPage: 'https://explorer.stavr.tech/Juno-Testnet/account/${accountAddress}'
|
|
95
|
-
},
|
|
96
|
+
},
|
|
97
|
+
{
|
|
96
98
|
kind: 'Stake Hub by Kleomedes',
|
|
97
99
|
url: 'https://www.stake-hub.xyz/junotestnet'
|
|
98
|
-
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
kind: 'Valopers',
|
|
103
|
+
url: 'https://testnet.juno.valopers.com/',
|
|
104
|
+
txPage: 'https://testnet.juno.valopers.com/transactions/${txHash}',
|
|
105
|
+
accountPage: 'https://testnet.juno.valopers.com/account/${accountAddress}'
|
|
106
|
+
}
|
|
107
|
+
]
|
|
99
108
|
};
|
|
100
109
|
exports.default = info;
|
|
@@ -90,17 +90,26 @@ const info = {
|
|
|
90
90
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
91
91
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
92
92
|
},
|
|
93
|
-
explorers: [
|
|
93
|
+
explorers: [
|
|
94
|
+
{
|
|
94
95
|
kind: 'mintscan',
|
|
95
96
|
url: 'https://mintscan.io/osmosis-testnet',
|
|
96
97
|
txPage: 'https://mintscan.io/osmosis-testnet/txs/${txHash}',
|
|
97
98
|
accountPage: 'https://mintscan.io/osmosis-testnet/account/${accountAddress}'
|
|
98
|
-
},
|
|
99
|
+
},
|
|
100
|
+
{
|
|
99
101
|
kind: 'ping.pub',
|
|
100
102
|
url: 'https://explorer.osmotest5.osmosis.zone',
|
|
101
103
|
txPage: 'https://explorer.osmotest5.osmosis.zone/osmo-test-5/tx/${txHash}',
|
|
102
104
|
accountPage: 'https://explorer.osmotest5.osmosis.zone/osmo-test-5/account/${accountAddress}'
|
|
103
|
-
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
kind: 'Valopers',
|
|
108
|
+
url: 'https://testnet.osmosis.valopers.com/',
|
|
109
|
+
txPage: 'https://testnet.osmosis.valopers.com/transactions/${txHash}',
|
|
110
|
+
accountPage: 'https://testnet.osmosis.valopers.com/account/${accountAddress}'
|
|
111
|
+
}
|
|
112
|
+
],
|
|
104
113
|
keywords: ['dex', 'testnet'],
|
|
105
114
|
images: [{
|
|
106
115
|
imageSync: {
|
|
@@ -52,6 +52,11 @@ const info = {
|
|
|
52
52
|
kind: 'bigdipper',
|
|
53
53
|
url: 'https://explorer.testnet.safrochain.com',
|
|
54
54
|
txPage: 'https://explorer.testnet.safrochain.com/transactions/${txHash}'
|
|
55
|
+
}, {
|
|
56
|
+
kind: 'Valopers',
|
|
57
|
+
url: 'https://testnet.safrochain.valopers.com/',
|
|
58
|
+
txPage: 'https://testnet.safrochain.valopers.com/transactions/${txHash}',
|
|
59
|
+
accountPage: 'https://testnet.safrochain.valopers.com/account/${accountAddress}'
|
|
55
60
|
}],
|
|
56
61
|
logoURIs: {
|
|
57
62
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
|
|
@@ -292,17 +292,26 @@ const info = {
|
|
|
292
292
|
}
|
|
293
293
|
]
|
|
294
294
|
},
|
|
295
|
-
explorers: [
|
|
295
|
+
explorers: [
|
|
296
|
+
{
|
|
296
297
|
kind: 'evm',
|
|
297
298
|
url: 'https://explorer.testnet.xrplevm.org',
|
|
298
299
|
txPage: 'https://explorer.testnet.xrplevm.org/tx/${txHash}',
|
|
299
300
|
accountPage: 'https://explorer.testnet.xrplevm.org/address/${accountAddress}'
|
|
300
|
-
},
|
|
301
|
+
},
|
|
302
|
+
{
|
|
301
303
|
kind: 'cosmos',
|
|
302
304
|
url: 'https://governance.testnet.xrplevm.org',
|
|
303
305
|
txPage: 'https://governance.testnet.xrplevm.org/xrplevm/transactions/${txHash}',
|
|
304
306
|
accountPage: 'https://governance.testnet.xrplevm.org/xrplevm/accounts/${accountAddress}'
|
|
305
|
-
}
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
kind: 'Valopers',
|
|
310
|
+
url: 'https://testnet.xrplevm.valopers.com/',
|
|
311
|
+
txPage: 'https://testnet.xrplevm.valopers.com/transactions/${txHash}',
|
|
312
|
+
accountPage: 'https://testnet.xrplevm.valopers.com/account/${accountAddress}'
|
|
313
|
+
}
|
|
314
|
+
],
|
|
306
315
|
keywords: [
|
|
307
316
|
'xrpl',
|
|
308
317
|
'evm',
|