chain-registry 2.0.116 → 2.0.118
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 +18 -0
- package/esm/mainnet/cosmoshub/chain.js +15 -0
- package/esm/mainnet/injective/chain.js +6 -0
- package/esm/mainnet/optio/ibc-data.js +6 -6
- package/esm/mainnet/osmosis/chain.js +6 -0
- package/esm/mainnet/osmosis/ibc-data.js +6 -6
- package/esm/mainnet/provenance/chain.js +13 -13
- package/esm/mainnet/terra/chain.js +6 -0
- package/esm/testnet/ibc-data.js +2 -0
- package/esm/testnet/osmosistestnet/ibc-data.js +31 -0
- package/esm/testnet/qubeticstestnet/ibc-data.js +32 -0
- package/esm/testnet/qubeticstestnet/index.js +2 -0
- package/mainnet/atomone/chain.js +18 -0
- package/mainnet/cosmoshub/chain.js +15 -0
- package/mainnet/injective/chain.js +6 -0
- package/mainnet/optio/ibc-data.js +6 -6
- package/mainnet/osmosis/chain.js +6 -0
- package/mainnet/osmosis/ibc-data.js +6 -6
- package/mainnet/provenance/chain.js +13 -13
- package/mainnet/terra/chain.js +6 -0
- package/package.json +3 -3
- package/testnet/ibc-data.js +2 -0
- package/testnet/osmosistestnet/ibc-data.js +31 -0
- package/testnet/qubeticstestnet/ibc-data.d.ts +3 -0
- package/testnet/qubeticstestnet/ibc-data.js +34 -0
- package/testnet/qubeticstestnet/index.d.ts +1 -0
- package/testnet/qubeticstestnet/index.js +3 -1
|
@@ -183,6 +183,10 @@ const info = {
|
|
|
183
183
|
{
|
|
184
184
|
address: 'https://atomone.api.pocket.network',
|
|
185
185
|
provider: 'Pocket Network'
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
address: 'https://atomone.blocksync.me/rpc',
|
|
189
|
+
provider: 'BlockSync'
|
|
186
190
|
}
|
|
187
191
|
],
|
|
188
192
|
rest: [
|
|
@@ -305,6 +309,10 @@ const info = {
|
|
|
305
309
|
{
|
|
306
310
|
address: 'https://atomone.api.pocket.network',
|
|
307
311
|
provider: 'Pocket Network'
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
address: 'https://atomone.blocksync.me/api',
|
|
315
|
+
provider: 'BlockSync'
|
|
308
316
|
}
|
|
309
317
|
],
|
|
310
318
|
grpc: [
|
|
@@ -387,6 +395,10 @@ const info = {
|
|
|
387
395
|
{
|
|
388
396
|
address: 'atomone-grpc.nyan-cat.net',
|
|
389
397
|
provider: 'NyanCat'
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
address: 'atomone-grpc.blocksync.me:443',
|
|
401
|
+
provider: 'BlockSync'
|
|
390
402
|
}
|
|
391
403
|
]
|
|
392
404
|
},
|
|
@@ -504,6 +516,12 @@ const info = {
|
|
|
504
516
|
url: 'https://explorer.nyan-cat.net/atomone',
|
|
505
517
|
txPage: 'https://explorer.nyan-cat.net/atomone/tx/${txHash}',
|
|
506
518
|
accountPage: 'https://explorer.nyan-cat.net/atomone/account/${accountAddress}'
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
kind: 'BlockSync',
|
|
522
|
+
url: 'https://dashboard.blocksync.me/atomone',
|
|
523
|
+
txPage: 'https://dashboard.blocksync.me/atomone/tx/${txHash}',
|
|
524
|
+
accountPage: 'https://dashboard.blocksync.me/atomone/account/${accountAddress}'
|
|
507
525
|
}
|
|
508
526
|
],
|
|
509
527
|
images: [{
|
|
@@ -65,6 +65,11 @@ const info = {
|
|
|
65
65
|
description: 'The Cosmos Hub is the flagship blockchain of the Cosmos ecosystem, launched in 2019. Today, it provides multichain services to other Cosmos blockchains, including the IBC Eureka bridge between the Cosmos ecosystem and Ethereum.',
|
|
66
66
|
apis: {
|
|
67
67
|
rpc: [
|
|
68
|
+
{
|
|
69
|
+
address: 'https://rpc.cosmoshub-main.ccvalidators.com:443',
|
|
70
|
+
provider: 'CryptoCrew',
|
|
71
|
+
archive: true
|
|
72
|
+
},
|
|
68
73
|
{
|
|
69
74
|
address: 'https://cosmoshub.tendermintrpc.lava.build:443',
|
|
70
75
|
provider: 'Lava'
|
|
@@ -227,6 +232,11 @@ const info = {
|
|
|
227
232
|
}
|
|
228
233
|
],
|
|
229
234
|
rest: [
|
|
235
|
+
{
|
|
236
|
+
address: 'https://rest.cosmoshub-main.ccvalidators.com:443',
|
|
237
|
+
provider: 'CryptoCrew',
|
|
238
|
+
archive: true
|
|
239
|
+
},
|
|
230
240
|
{
|
|
231
241
|
address: 'https://cosmoshub.lava.build:443',
|
|
232
242
|
provider: 'Lava'
|
|
@@ -361,6 +371,11 @@ const info = {
|
|
|
361
371
|
}
|
|
362
372
|
],
|
|
363
373
|
grpc: [
|
|
374
|
+
{
|
|
375
|
+
address: 'grpc.cosmoshub-main.ccvalidators.com:443',
|
|
376
|
+
provider: 'CryptoCrew',
|
|
377
|
+
archive: true
|
|
378
|
+
},
|
|
364
379
|
{
|
|
365
380
|
address: 'cosmoshub.grpc.lava.build',
|
|
366
381
|
provider: 'Lava'
|
|
@@ -276,6 +276,12 @@ const info = {
|
|
|
276
276
|
url: 'https://injective.valopers.com/',
|
|
277
277
|
txPage: 'https://injective.valopers.com/transactions/${txHash}',
|
|
278
278
|
accountPage: 'https://injective.valopers.com/account/${accountAddress}'
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
kind: 'moon-runners',
|
|
282
|
+
url: 'https://moon-runners.net/injective/mainnet',
|
|
283
|
+
txPage: 'https://moon-runners.net/injective/mainnet/finder?search=${txHash}',
|
|
284
|
+
accountPage: 'https://moon-runners.net/injective/mainnet/finder?search=${accountAddress}'
|
|
279
285
|
}
|
|
280
286
|
],
|
|
281
287
|
images: [{
|
|
@@ -3,22 +3,22 @@ const info = [{
|
|
|
3
3
|
chain1: {
|
|
4
4
|
chainName: 'optio',
|
|
5
5
|
chainId: 'optio',
|
|
6
|
-
clientId: '07-tendermint-
|
|
7
|
-
connectionId: 'connection-
|
|
6
|
+
clientId: '07-tendermint-4',
|
|
7
|
+
connectionId: 'connection-10'
|
|
8
8
|
},
|
|
9
9
|
chain2: {
|
|
10
10
|
chainName: 'osmosis',
|
|
11
11
|
chainId: 'osmosis-1',
|
|
12
|
-
clientId: '07-tendermint-
|
|
13
|
-
connectionId: 'connection-
|
|
12
|
+
clientId: '07-tendermint-3640',
|
|
13
|
+
connectionId: 'connection-10985'
|
|
14
14
|
},
|
|
15
15
|
channels: [{
|
|
16
16
|
chain1: {
|
|
17
|
-
channelId: 'channel-
|
|
17
|
+
channelId: 'channel-5',
|
|
18
18
|
portId: 'transfer'
|
|
19
19
|
},
|
|
20
20
|
chain2: {
|
|
21
|
-
channelId: 'channel-
|
|
21
|
+
channelId: 'channel-108371',
|
|
22
22
|
portId: 'transfer'
|
|
23
23
|
},
|
|
24
24
|
ordering: 'unordered',
|
|
@@ -826,6 +826,12 @@ const info = {
|
|
|
826
826
|
url: 'https://validatorinfo.com/networks/osmosis/overview',
|
|
827
827
|
validatorPage: 'https://validatorinfo.com/networks/osmosis/validators',
|
|
828
828
|
proposalPage: 'https://validatorinfo.com/networks/osmosis/governance'
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
kind: 'moon-runners',
|
|
832
|
+
url: 'https://moon-runners.net/osmosis/mainnet',
|
|
833
|
+
txPage: 'https://moon-runners.net/osmosis/mainnet/finder?search=${txHash}',
|
|
834
|
+
accountPage: 'https://moon-runners.net/osmosis/mainnet/finder?search=${accountAddress}'
|
|
829
835
|
}
|
|
830
836
|
],
|
|
831
837
|
keywords: ['dex']
|
|
@@ -3595,22 +3595,22 @@ const info = [
|
|
|
3595
3595
|
chain1: {
|
|
3596
3596
|
chainName: 'optio',
|
|
3597
3597
|
chainId: 'optio',
|
|
3598
|
-
clientId: '07-tendermint-
|
|
3599
|
-
connectionId: 'connection-
|
|
3598
|
+
clientId: '07-tendermint-4',
|
|
3599
|
+
connectionId: 'connection-10'
|
|
3600
3600
|
},
|
|
3601
3601
|
chain2: {
|
|
3602
3602
|
chainName: 'osmosis',
|
|
3603
3603
|
chainId: 'osmosis-1',
|
|
3604
|
-
clientId: '07-tendermint-
|
|
3605
|
-
connectionId: 'connection-
|
|
3604
|
+
clientId: '07-tendermint-3640',
|
|
3605
|
+
connectionId: 'connection-10985'
|
|
3606
3606
|
},
|
|
3607
3607
|
channels: [{
|
|
3608
3608
|
chain1: {
|
|
3609
|
-
channelId: 'channel-
|
|
3609
|
+
channelId: 'channel-5',
|
|
3610
3610
|
portId: 'transfer'
|
|
3611
3611
|
},
|
|
3612
3612
|
chain2: {
|
|
3613
|
-
channelId: 'channel-
|
|
3613
|
+
channelId: 'channel-108371',
|
|
3614
3614
|
portId: 'transfer'
|
|
3615
3615
|
},
|
|
3616
3616
|
ordering: 'unordered',
|
|
@@ -15,10 +15,10 @@ const info = {
|
|
|
15
15
|
fees: {
|
|
16
16
|
feeTokens: [{
|
|
17
17
|
denom: 'nhash',
|
|
18
|
-
fixedMinGasPrice:
|
|
19
|
-
lowGasPrice:
|
|
20
|
-
averageGasPrice:
|
|
21
|
-
highGasPrice:
|
|
18
|
+
fixedMinGasPrice: 1,
|
|
19
|
+
lowGasPrice: 1,
|
|
20
|
+
averageGasPrice: 1,
|
|
21
|
+
highGasPrice: 1
|
|
22
22
|
}]
|
|
23
23
|
},
|
|
24
24
|
staking: {
|
|
@@ -28,14 +28,14 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/provenance-io/provenance',
|
|
31
|
-
recommendedVersion: 'v1.
|
|
32
|
-
compatibleVersions: ['v1.
|
|
31
|
+
recommendedVersion: 'v1.26.0',
|
|
32
|
+
compatibleVersions: ['v1.26.0'],
|
|
33
33
|
consensus: {
|
|
34
|
-
type: '
|
|
35
|
-
version: '0.
|
|
34
|
+
type: 'cometbft',
|
|
35
|
+
version: '0.38.19'
|
|
36
36
|
},
|
|
37
37
|
binaries: {
|
|
38
|
-
"linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.
|
|
38
|
+
"linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.26.0/provenance-linux-amd64-v1.26.0.zip'
|
|
39
39
|
},
|
|
40
40
|
genesis: {
|
|
41
41
|
name: 'v1.0.1',
|
|
@@ -43,18 +43,18 @@ const info = {
|
|
|
43
43
|
},
|
|
44
44
|
sdk: {
|
|
45
45
|
type: 'cosmos',
|
|
46
|
-
version: '0.
|
|
46
|
+
version: '0.50.14'
|
|
47
47
|
},
|
|
48
48
|
ibc: {
|
|
49
49
|
type: 'go',
|
|
50
|
-
version: '6.
|
|
50
|
+
version: '8.6.1',
|
|
51
51
|
icsEnabled: ['ics20-1', 'ics27-1']
|
|
52
52
|
},
|
|
53
53
|
cosmwasm: {
|
|
54
|
-
version: '0.
|
|
54
|
+
version: '0.52',
|
|
55
55
|
enabled: true
|
|
56
56
|
},
|
|
57
|
-
tag: 'v1.
|
|
57
|
+
tag: 'v1.26.0'
|
|
58
58
|
},
|
|
59
59
|
logoURIs: {
|
|
60
60
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
|
|
@@ -278,6 +278,12 @@ const info = {
|
|
|
278
278
|
txPage: 'https://staking-explorer.com/transaction.php?chain=terra&tx=${txHash}',
|
|
279
279
|
accountPage: 'https://staking-explorer.com/account.php?chain=terra&addr=${accountAddress}'
|
|
280
280
|
},
|
|
281
|
+
{
|
|
282
|
+
kind: 'moon-runners',
|
|
283
|
+
url: 'https://moon-runners.net/terra/mainnet',
|
|
284
|
+
txPage: 'https://moon-runners.net/terra/mainnet/finder?search=${txHash}',
|
|
285
|
+
accountPage: 'https://moon-runners.net/terra/mainnet/finder?search=${accountAddress}'
|
|
286
|
+
},
|
|
281
287
|
{
|
|
282
288
|
kind: 'terraport-finder',
|
|
283
289
|
url: 'https://finder.terraport.finance/',
|
package/esm/testnet/ibc-data.js
CHANGED
|
@@ -33,6 +33,7 @@ import * as _noistestnet from './noistestnet';
|
|
|
33
33
|
import * as _nolustestnet from './nolustestnet';
|
|
34
34
|
import * as _osmosistestnet from './osmosistestnet';
|
|
35
35
|
import * as _persistencetestnet2 from './persistencetestnet2';
|
|
36
|
+
import * as _qubeticstestnet from './qubeticstestnet';
|
|
36
37
|
import * as _sagatestnet from './sagatestnet';
|
|
37
38
|
import * as _seitestnet2 from './seitestnet2';
|
|
38
39
|
import * as _sgetestnet from './sgetestnet';
|
|
@@ -84,6 +85,7 @@ const ibcData = [
|
|
|
84
85
|
..._nolustestnet.ibcData,
|
|
85
86
|
..._osmosistestnet.ibcData,
|
|
86
87
|
..._persistencetestnet2.ibcData,
|
|
88
|
+
..._qubeticstestnet.ibcData,
|
|
87
89
|
..._sagatestnet.ibcData,
|
|
88
90
|
..._seitestnet2.ibcData,
|
|
89
91
|
..._sgetestnet.ibcData,
|
|
@@ -1040,6 +1040,37 @@ const info = [
|
|
|
1040
1040
|
}
|
|
1041
1041
|
}]
|
|
1042
1042
|
},
|
|
1043
|
+
{
|
|
1044
|
+
$schema: '../../ibc_data.schema.json',
|
|
1045
|
+
chain1: {
|
|
1046
|
+
chainName: 'osmosistestnet',
|
|
1047
|
+
chainId: 'osmo-test-5',
|
|
1048
|
+
clientId: '07-tendermint-4996',
|
|
1049
|
+
connectionId: 'connection-4359'
|
|
1050
|
+
},
|
|
1051
|
+
chain2: {
|
|
1052
|
+
chainName: 'qubeticstestnet',
|
|
1053
|
+
chainId: 'qubetics_9029-1',
|
|
1054
|
+
clientId: '07-tendermint-14',
|
|
1055
|
+
connectionId: 'connection-12'
|
|
1056
|
+
},
|
|
1057
|
+
channels: [{
|
|
1058
|
+
chain1: {
|
|
1059
|
+
channelId: 'channel-11229',
|
|
1060
|
+
portId: 'transfer'
|
|
1061
|
+
},
|
|
1062
|
+
chain2: {
|
|
1063
|
+
channelId: 'channel-8',
|
|
1064
|
+
portId: 'transfer'
|
|
1065
|
+
},
|
|
1066
|
+
ordering: 'unordered',
|
|
1067
|
+
version: 'ics20-1',
|
|
1068
|
+
tags: {
|
|
1069
|
+
preferred: true,
|
|
1070
|
+
status: 'ACTIVE'
|
|
1071
|
+
}
|
|
1072
|
+
}]
|
|
1073
|
+
},
|
|
1043
1074
|
{
|
|
1044
1075
|
$schema: '../../ibc_data.schema.json',
|
|
1045
1076
|
chain1: {
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../../ibc_data.schema.json',
|
|
3
|
+
chain1: {
|
|
4
|
+
chainName: 'osmosistestnet',
|
|
5
|
+
chainId: 'osmo-test-5',
|
|
6
|
+
clientId: '07-tendermint-4996',
|
|
7
|
+
connectionId: 'connection-4359'
|
|
8
|
+
},
|
|
9
|
+
chain2: {
|
|
10
|
+
chainName: 'qubeticstestnet',
|
|
11
|
+
chainId: 'qubetics_9029-1',
|
|
12
|
+
clientId: '07-tendermint-14',
|
|
13
|
+
connectionId: 'connection-12'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-11229',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-8',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
preferred: true,
|
|
28
|
+
status: 'ACTIVE'
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}];
|
|
32
|
+
export default info;
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -185,6 +185,10 @@ const info = {
|
|
|
185
185
|
{
|
|
186
186
|
address: 'https://atomone.api.pocket.network',
|
|
187
187
|
provider: 'Pocket Network'
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
address: 'https://atomone.blocksync.me/rpc',
|
|
191
|
+
provider: 'BlockSync'
|
|
188
192
|
}
|
|
189
193
|
],
|
|
190
194
|
rest: [
|
|
@@ -307,6 +311,10 @@ const info = {
|
|
|
307
311
|
{
|
|
308
312
|
address: 'https://atomone.api.pocket.network',
|
|
309
313
|
provider: 'Pocket Network'
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
address: 'https://atomone.blocksync.me/api',
|
|
317
|
+
provider: 'BlockSync'
|
|
310
318
|
}
|
|
311
319
|
],
|
|
312
320
|
grpc: [
|
|
@@ -389,6 +397,10 @@ const info = {
|
|
|
389
397
|
{
|
|
390
398
|
address: 'atomone-grpc.nyan-cat.net',
|
|
391
399
|
provider: 'NyanCat'
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
address: 'atomone-grpc.blocksync.me:443',
|
|
403
|
+
provider: 'BlockSync'
|
|
392
404
|
}
|
|
393
405
|
]
|
|
394
406
|
},
|
|
@@ -506,6 +518,12 @@ const info = {
|
|
|
506
518
|
url: 'https://explorer.nyan-cat.net/atomone',
|
|
507
519
|
txPage: 'https://explorer.nyan-cat.net/atomone/tx/${txHash}',
|
|
508
520
|
accountPage: 'https://explorer.nyan-cat.net/atomone/account/${accountAddress}'
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
kind: 'BlockSync',
|
|
524
|
+
url: 'https://dashboard.blocksync.me/atomone',
|
|
525
|
+
txPage: 'https://dashboard.blocksync.me/atomone/tx/${txHash}',
|
|
526
|
+
accountPage: 'https://dashboard.blocksync.me/atomone/account/${accountAddress}'
|
|
509
527
|
}
|
|
510
528
|
],
|
|
511
529
|
images: [{
|
|
@@ -67,6 +67,11 @@ const info = {
|
|
|
67
67
|
description: 'The Cosmos Hub is the flagship blockchain of the Cosmos ecosystem, launched in 2019. Today, it provides multichain services to other Cosmos blockchains, including the IBC Eureka bridge between the Cosmos ecosystem and Ethereum.',
|
|
68
68
|
apis: {
|
|
69
69
|
rpc: [
|
|
70
|
+
{
|
|
71
|
+
address: 'https://rpc.cosmoshub-main.ccvalidators.com:443',
|
|
72
|
+
provider: 'CryptoCrew',
|
|
73
|
+
archive: true
|
|
74
|
+
},
|
|
70
75
|
{
|
|
71
76
|
address: 'https://cosmoshub.tendermintrpc.lava.build:443',
|
|
72
77
|
provider: 'Lava'
|
|
@@ -229,6 +234,11 @@ const info = {
|
|
|
229
234
|
}
|
|
230
235
|
],
|
|
231
236
|
rest: [
|
|
237
|
+
{
|
|
238
|
+
address: 'https://rest.cosmoshub-main.ccvalidators.com:443',
|
|
239
|
+
provider: 'CryptoCrew',
|
|
240
|
+
archive: true
|
|
241
|
+
},
|
|
232
242
|
{
|
|
233
243
|
address: 'https://cosmoshub.lava.build:443',
|
|
234
244
|
provider: 'Lava'
|
|
@@ -363,6 +373,11 @@ const info = {
|
|
|
363
373
|
}
|
|
364
374
|
],
|
|
365
375
|
grpc: [
|
|
376
|
+
{
|
|
377
|
+
address: 'grpc.cosmoshub-main.ccvalidators.com:443',
|
|
378
|
+
provider: 'CryptoCrew',
|
|
379
|
+
archive: true
|
|
380
|
+
},
|
|
366
381
|
{
|
|
367
382
|
address: 'cosmoshub.grpc.lava.build',
|
|
368
383
|
provider: 'Lava'
|
|
@@ -278,6 +278,12 @@ const info = {
|
|
|
278
278
|
url: 'https://injective.valopers.com/',
|
|
279
279
|
txPage: 'https://injective.valopers.com/transactions/${txHash}',
|
|
280
280
|
accountPage: 'https://injective.valopers.com/account/${accountAddress}'
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
kind: 'moon-runners',
|
|
284
|
+
url: 'https://moon-runners.net/injective/mainnet',
|
|
285
|
+
txPage: 'https://moon-runners.net/injective/mainnet/finder?search=${txHash}',
|
|
286
|
+
accountPage: 'https://moon-runners.net/injective/mainnet/finder?search=${accountAddress}'
|
|
281
287
|
}
|
|
282
288
|
],
|
|
283
289
|
images: [{
|
|
@@ -5,22 +5,22 @@ const info = [{
|
|
|
5
5
|
chain1: {
|
|
6
6
|
chainName: 'optio',
|
|
7
7
|
chainId: 'optio',
|
|
8
|
-
clientId: '07-tendermint-
|
|
9
|
-
connectionId: 'connection-
|
|
8
|
+
clientId: '07-tendermint-4',
|
|
9
|
+
connectionId: 'connection-10'
|
|
10
10
|
},
|
|
11
11
|
chain2: {
|
|
12
12
|
chainName: 'osmosis',
|
|
13
13
|
chainId: 'osmosis-1',
|
|
14
|
-
clientId: '07-tendermint-
|
|
15
|
-
connectionId: 'connection-
|
|
14
|
+
clientId: '07-tendermint-3640',
|
|
15
|
+
connectionId: 'connection-10985'
|
|
16
16
|
},
|
|
17
17
|
channels: [{
|
|
18
18
|
chain1: {
|
|
19
|
-
channelId: 'channel-
|
|
19
|
+
channelId: 'channel-5',
|
|
20
20
|
portId: 'transfer'
|
|
21
21
|
},
|
|
22
22
|
chain2: {
|
|
23
|
-
channelId: 'channel-
|
|
23
|
+
channelId: 'channel-108371',
|
|
24
24
|
portId: 'transfer'
|
|
25
25
|
},
|
|
26
26
|
ordering: 'unordered',
|
package/mainnet/osmosis/chain.js
CHANGED
|
@@ -828,6 +828,12 @@ const info = {
|
|
|
828
828
|
url: 'https://validatorinfo.com/networks/osmosis/overview',
|
|
829
829
|
validatorPage: 'https://validatorinfo.com/networks/osmosis/validators',
|
|
830
830
|
proposalPage: 'https://validatorinfo.com/networks/osmosis/governance'
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
kind: 'moon-runners',
|
|
834
|
+
url: 'https://moon-runners.net/osmosis/mainnet',
|
|
835
|
+
txPage: 'https://moon-runners.net/osmosis/mainnet/finder?search=${txHash}',
|
|
836
|
+
accountPage: 'https://moon-runners.net/osmosis/mainnet/finder?search=${accountAddress}'
|
|
831
837
|
}
|
|
832
838
|
],
|
|
833
839
|
keywords: ['dex']
|
|
@@ -3597,22 +3597,22 @@ const info = [
|
|
|
3597
3597
|
chain1: {
|
|
3598
3598
|
chainName: 'optio',
|
|
3599
3599
|
chainId: 'optio',
|
|
3600
|
-
clientId: '07-tendermint-
|
|
3601
|
-
connectionId: 'connection-
|
|
3600
|
+
clientId: '07-tendermint-4',
|
|
3601
|
+
connectionId: 'connection-10'
|
|
3602
3602
|
},
|
|
3603
3603
|
chain2: {
|
|
3604
3604
|
chainName: 'osmosis',
|
|
3605
3605
|
chainId: 'osmosis-1',
|
|
3606
|
-
clientId: '07-tendermint-
|
|
3607
|
-
connectionId: 'connection-
|
|
3606
|
+
clientId: '07-tendermint-3640',
|
|
3607
|
+
connectionId: 'connection-10985'
|
|
3608
3608
|
},
|
|
3609
3609
|
channels: [{
|
|
3610
3610
|
chain1: {
|
|
3611
|
-
channelId: 'channel-
|
|
3611
|
+
channelId: 'channel-5',
|
|
3612
3612
|
portId: 'transfer'
|
|
3613
3613
|
},
|
|
3614
3614
|
chain2: {
|
|
3615
|
-
channelId: 'channel-
|
|
3615
|
+
channelId: 'channel-108371',
|
|
3616
3616
|
portId: 'transfer'
|
|
3617
3617
|
},
|
|
3618
3618
|
ordering: 'unordered',
|
|
@@ -17,10 +17,10 @@ const info = {
|
|
|
17
17
|
fees: {
|
|
18
18
|
feeTokens: [{
|
|
19
19
|
denom: 'nhash',
|
|
20
|
-
fixedMinGasPrice:
|
|
21
|
-
lowGasPrice:
|
|
22
|
-
averageGasPrice:
|
|
23
|
-
highGasPrice:
|
|
20
|
+
fixedMinGasPrice: 1,
|
|
21
|
+
lowGasPrice: 1,
|
|
22
|
+
averageGasPrice: 1,
|
|
23
|
+
highGasPrice: 1
|
|
24
24
|
}]
|
|
25
25
|
},
|
|
26
26
|
staking: {
|
|
@@ -30,14 +30,14 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/provenance-io/provenance',
|
|
33
|
-
recommendedVersion: 'v1.
|
|
34
|
-
compatibleVersions: ['v1.
|
|
33
|
+
recommendedVersion: 'v1.26.0',
|
|
34
|
+
compatibleVersions: ['v1.26.0'],
|
|
35
35
|
consensus: {
|
|
36
|
-
type: '
|
|
37
|
-
version: '0.
|
|
36
|
+
type: 'cometbft',
|
|
37
|
+
version: '0.38.19'
|
|
38
38
|
},
|
|
39
39
|
binaries: {
|
|
40
|
-
"linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.
|
|
40
|
+
"linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.26.0/provenance-linux-amd64-v1.26.0.zip'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
name: 'v1.0.1',
|
|
@@ -45,18 +45,18 @@ const info = {
|
|
|
45
45
|
},
|
|
46
46
|
sdk: {
|
|
47
47
|
type: 'cosmos',
|
|
48
|
-
version: '0.
|
|
48
|
+
version: '0.50.14'
|
|
49
49
|
},
|
|
50
50
|
ibc: {
|
|
51
51
|
type: 'go',
|
|
52
|
-
version: '6.
|
|
52
|
+
version: '8.6.1',
|
|
53
53
|
icsEnabled: ['ics20-1', 'ics27-1']
|
|
54
54
|
},
|
|
55
55
|
cosmwasm: {
|
|
56
|
-
version: '0.
|
|
56
|
+
version: '0.52',
|
|
57
57
|
enabled: true
|
|
58
58
|
},
|
|
59
|
-
tag: 'v1.
|
|
59
|
+
tag: 'v1.26.0'
|
|
60
60
|
},
|
|
61
61
|
logoURIs: {
|
|
62
62
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
|
package/mainnet/terra/chain.js
CHANGED
|
@@ -280,6 +280,12 @@ const info = {
|
|
|
280
280
|
txPage: 'https://staking-explorer.com/transaction.php?chain=terra&tx=${txHash}',
|
|
281
281
|
accountPage: 'https://staking-explorer.com/account.php?chain=terra&addr=${accountAddress}'
|
|
282
282
|
},
|
|
283
|
+
{
|
|
284
|
+
kind: 'moon-runners',
|
|
285
|
+
url: 'https://moon-runners.net/terra/mainnet',
|
|
286
|
+
txPage: 'https://moon-runners.net/terra/mainnet/finder?search=${txHash}',
|
|
287
|
+
accountPage: 'https://moon-runners.net/terra/mainnet/finder?search=${accountAddress}'
|
|
288
|
+
},
|
|
283
289
|
{
|
|
284
290
|
kind: 'terraport-finder',
|
|
285
291
|
url: 'https://finder.terraport.finance/',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.118",
|
|
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.118"
|
|
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": "9de19845debf5c15e89e19e219bafd453caea6da"
|
|
43
43
|
}
|
package/testnet/ibc-data.js
CHANGED
|
@@ -58,6 +58,7 @@ const _noistestnet = __importStar(require("./noistestnet"));
|
|
|
58
58
|
const _nolustestnet = __importStar(require("./nolustestnet"));
|
|
59
59
|
const _osmosistestnet = __importStar(require("./osmosistestnet"));
|
|
60
60
|
const _persistencetestnet2 = __importStar(require("./persistencetestnet2"));
|
|
61
|
+
const _qubeticstestnet = __importStar(require("./qubeticstestnet"));
|
|
61
62
|
const _sagatestnet = __importStar(require("./sagatestnet"));
|
|
62
63
|
const _seitestnet2 = __importStar(require("./seitestnet2"));
|
|
63
64
|
const _sgetestnet = __importStar(require("./sgetestnet"));
|
|
@@ -109,6 +110,7 @@ const ibcData = [
|
|
|
109
110
|
..._nolustestnet.ibcData,
|
|
110
111
|
..._osmosistestnet.ibcData,
|
|
111
112
|
..._persistencetestnet2.ibcData,
|
|
113
|
+
..._qubeticstestnet.ibcData,
|
|
112
114
|
..._sagatestnet.ibcData,
|
|
113
115
|
..._seitestnet2.ibcData,
|
|
114
116
|
..._sgetestnet.ibcData,
|
|
@@ -1042,6 +1042,37 @@ const info = [
|
|
|
1042
1042
|
}
|
|
1043
1043
|
}]
|
|
1044
1044
|
},
|
|
1045
|
+
{
|
|
1046
|
+
$schema: '../../ibc_data.schema.json',
|
|
1047
|
+
chain1: {
|
|
1048
|
+
chainName: 'osmosistestnet',
|
|
1049
|
+
chainId: 'osmo-test-5',
|
|
1050
|
+
clientId: '07-tendermint-4996',
|
|
1051
|
+
connectionId: 'connection-4359'
|
|
1052
|
+
},
|
|
1053
|
+
chain2: {
|
|
1054
|
+
chainName: 'qubeticstestnet',
|
|
1055
|
+
chainId: 'qubetics_9029-1',
|
|
1056
|
+
clientId: '07-tendermint-14',
|
|
1057
|
+
connectionId: 'connection-12'
|
|
1058
|
+
},
|
|
1059
|
+
channels: [{
|
|
1060
|
+
chain1: {
|
|
1061
|
+
channelId: 'channel-11229',
|
|
1062
|
+
portId: 'transfer'
|
|
1063
|
+
},
|
|
1064
|
+
chain2: {
|
|
1065
|
+
channelId: 'channel-8',
|
|
1066
|
+
portId: 'transfer'
|
|
1067
|
+
},
|
|
1068
|
+
ordering: 'unordered',
|
|
1069
|
+
version: 'ics20-1',
|
|
1070
|
+
tags: {
|
|
1071
|
+
preferred: true,
|
|
1072
|
+
status: 'ACTIVE'
|
|
1073
|
+
}
|
|
1074
|
+
}]
|
|
1075
|
+
},
|
|
1045
1076
|
{
|
|
1046
1077
|
$schema: '../../ibc_data.schema.json',
|
|
1047
1078
|
chain1: {
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'osmosistestnet',
|
|
7
|
+
chainId: 'osmo-test-5',
|
|
8
|
+
clientId: '07-tendermint-4996',
|
|
9
|
+
connectionId: 'connection-4359'
|
|
10
|
+
},
|
|
11
|
+
chain2: {
|
|
12
|
+
chainName: 'qubeticstestnet',
|
|
13
|
+
chainId: 'qubetics_9029-1',
|
|
14
|
+
clientId: '07-tendermint-14',
|
|
15
|
+
connectionId: 'connection-12'
|
|
16
|
+
},
|
|
17
|
+
channels: [{
|
|
18
|
+
chain1: {
|
|
19
|
+
channelId: 'channel-11229',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
chain2: {
|
|
23
|
+
channelId: 'channel-8',
|
|
24
|
+
portId: 'transfer'
|
|
25
|
+
},
|
|
26
|
+
ordering: 'unordered',
|
|
27
|
+
version: 'ics20-1',
|
|
28
|
+
tags: {
|
|
29
|
+
preferred: true,
|
|
30
|
+
status: 'ACTIVE'
|
|
31
|
+
}
|
|
32
|
+
}]
|
|
33
|
+
}];
|
|
34
|
+
exports.default = info;
|
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assetList = void 0;
|
|
6
|
+
exports.ibcData = exports.chain = exports.assetList = void 0;
|
|
7
7
|
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
9
10
|
exports.assetList = asset_list_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibcData = ibc_data_1.default;
|