chain-registry 2.0.65 → 2.0.67
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/andromeda/chain.js +0 -8
- package/esm/mainnet/asset-lists.js +2 -0
- package/esm/mainnet/aura/chain.js +0 -8
- package/esm/mainnet/babylon/asset-list.js +8 -20
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/gateway/chain.js +0 -6
- package/esm/mainnet/juno/asset-list.js +1 -9
- package/esm/mainnet/lefeef/asset-list.js +0 -8
- package/esm/mainnet/migaloo/asset-list.js +2 -2
- package/esm/mainnet/neutron/asset-list.js +1 -1
- package/esm/mainnet/neutron/chain.js +3 -18
- package/esm/mainnet/omniflixhub/asset-list.js +0 -3
- package/esm/mainnet/pryzm/asset-list.js +2 -4
- package/esm/mainnet/sunrise/chain.js +4 -0
- package/esm/mainnet/terra/asset-list.js +1 -7
- package/esm/mainnet/union/asset-list.js +36 -0
- package/esm/mainnet/union/chain.js +149 -0
- package/esm/mainnet/union/index.js +4 -0
- package/esm/noncosmos/asset-lists.js +5 -1
- package/esm/noncosmos/optio/asset-list.js +24 -0
- package/esm/noncosmos/optio/index.js +2 -0
- package/esm/noncosmos/tsc/asset-list.js +23 -0
- package/esm/noncosmos/tsc/index.js +2 -0
- package/esm/testnet/axelartestnet/ibc-data.js +29 -0
- package/esm/testnet/composabletestnet/asset-list.js +0 -8
- package/esm/testnet/desmostestnet/asset-list.js +0 -8
- package/esm/testnet/ibc-data.js +3 -1
- package/esm/testnet/iopntestnet/asset-list.js +2 -2
- package/esm/testnet/iopntestnet/chain.js +1 -1
- package/esm/testnet/junotestnet/asset-list.js +0 -12
- package/esm/testnet/nobletestnet/ibc-data.js +29 -0
- package/esm/testnet/nyxtestnet/asset-list.js +8 -8
- package/esm/testnet/nyxtestnet/chain.js +9 -15
- package/esm/testnet/osmosistestnet/asset-list.js +8 -8
- package/esm/testnet/seitestnet/asset-list.js +0 -6
- package/esm/testnet/sgetestnet/asset-list.js +0 -6
- package/esm/testnet/zenrocktestnet/chain.js +0 -6
- package/esm/testnet/zigchaintestnet/asset-list.js +70 -5
- package/esm/testnet/zigchaintestnet/ibc-data.js +58 -0
- package/esm/testnet/zigchaintestnet/index.js +2 -0
- package/mainnet/andromeda/chain.js +0 -8
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/aura/chain.js +0 -8
- package/mainnet/babylon/asset-list.js +8 -20
- package/mainnet/chains.js +2 -0
- package/mainnet/gateway/chain.js +0 -6
- package/mainnet/juno/asset-list.js +1 -9
- package/mainnet/lefeef/asset-list.js +0 -8
- package/mainnet/migaloo/asset-list.js +2 -2
- package/mainnet/neutron/asset-list.js +1 -1
- package/mainnet/neutron/chain.js +3 -18
- package/mainnet/omniflixhub/asset-list.js +0 -3
- package/mainnet/pryzm/asset-list.js +2 -4
- package/mainnet/sunrise/chain.js +4 -0
- package/mainnet/terra/asset-list.js +1 -7
- package/mainnet/union/asset-list.d.ts +3 -0
- package/mainnet/union/asset-list.js +38 -0
- package/mainnet/union/chain.d.ts +3 -0
- package/mainnet/union/chain.js +151 -0
- package/mainnet/union/index.d.ts +2 -0
- package/mainnet/union/index.js +10 -0
- package/noncosmos/asset-lists.js +5 -1
- package/noncosmos/optio/asset-list.d.ts +3 -0
- package/noncosmos/optio/asset-list.js +26 -0
- package/noncosmos/optio/index.d.ts +1 -0
- package/noncosmos/optio/index.js +8 -0
- package/noncosmos/tsc/asset-list.d.ts +3 -0
- package/noncosmos/tsc/asset-list.js +25 -0
- package/noncosmos/tsc/index.d.ts +1 -0
- package/noncosmos/tsc/index.js +8 -0
- package/package.json +3 -3
- package/testnet/axelartestnet/ibc-data.js +29 -0
- package/testnet/composabletestnet/asset-list.js +0 -8
- package/testnet/desmostestnet/asset-list.js +0 -8
- package/testnet/ibc-data.js +3 -1
- package/testnet/iopntestnet/asset-list.js +2 -2
- package/testnet/iopntestnet/chain.js +1 -1
- package/testnet/junotestnet/asset-list.js +0 -12
- package/testnet/nobletestnet/ibc-data.js +29 -0
- package/testnet/nyxtestnet/asset-list.js +8 -8
- package/testnet/nyxtestnet/chain.js +9 -15
- package/testnet/osmosistestnet/asset-list.js +8 -8
- package/testnet/seitestnet/asset-list.js +0 -6
- package/testnet/sgetestnet/asset-list.js +0 -6
- package/testnet/zenrocktestnet/chain.js +0 -6
- package/testnet/zigchaintestnet/asset-list.js +70 -5
- package/testnet/zigchaintestnet/ibc-data.d.ts +3 -0
- package/testnet/zigchaintestnet/ibc-data.js +60 -0
- package/testnet/zigchaintestnet/index.d.ts +1 -0
- package/testnet/zigchaintestnet/index.js +3 -1
|
@@ -406,6 +406,35 @@ const info = [
|
|
|
406
406
|
status: 'live'
|
|
407
407
|
}
|
|
408
408
|
}]
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
$schema: '../../ibc_data.schema.json',
|
|
412
|
+
chain1: {
|
|
413
|
+
chainName: 'axelartestnet',
|
|
414
|
+
clientId: '07-tendermint-1163',
|
|
415
|
+
connectionId: 'connection-916'
|
|
416
|
+
},
|
|
417
|
+
chain2: {
|
|
418
|
+
chainName: 'zigchaintestnet',
|
|
419
|
+
clientId: '07-tendermint-0',
|
|
420
|
+
connectionId: 'connection-0'
|
|
421
|
+
},
|
|
422
|
+
channels: [{
|
|
423
|
+
chain1: {
|
|
424
|
+
channelId: 'channel-612',
|
|
425
|
+
portId: 'transfer'
|
|
426
|
+
},
|
|
427
|
+
chain2: {
|
|
428
|
+
channelId: 'channel-0',
|
|
429
|
+
portId: 'transfer'
|
|
430
|
+
},
|
|
431
|
+
ordering: 'unordered',
|
|
432
|
+
version: 'ics20-1',
|
|
433
|
+
tags: {
|
|
434
|
+
status: 'live',
|
|
435
|
+
preferred: true
|
|
436
|
+
}
|
|
437
|
+
}]
|
|
409
438
|
}
|
|
410
439
|
];
|
|
411
440
|
exports.default = info;
|
|
@@ -16,14 +16,6 @@ const info = {
|
|
|
16
16
|
name: 'Pica',
|
|
17
17
|
display: 'pica',
|
|
18
18
|
symbol: 'PICA',
|
|
19
|
-
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
22
|
-
},
|
|
23
|
-
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
26
|
-
}],
|
|
27
19
|
typeAsset: 'sdk.coin'
|
|
28
20
|
}]
|
|
29
21
|
};
|
|
@@ -24,15 +24,7 @@ const info = {
|
|
|
24
24
|
},
|
|
25
25
|
provider: 'Desmos'
|
|
26
26
|
}],
|
|
27
|
-
logoURIs: {
|
|
28
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.png',
|
|
29
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.svg'
|
|
30
|
-
},
|
|
31
27
|
coingeckoId: 'desmos',
|
|
32
|
-
images: [{
|
|
33
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.png',
|
|
34
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.svg'
|
|
35
|
-
}],
|
|
36
28
|
typeAsset: 'sdk.coin'
|
|
37
29
|
}]
|
|
38
30
|
};
|
package/testnet/ibc-data.js
CHANGED
|
@@ -72,6 +72,7 @@ const _titantestnet = __importStar(require("./titantestnet"));
|
|
|
72
72
|
const _wardenprotocoltestnet = __importStar(require("./wardenprotocoltestnet"));
|
|
73
73
|
const _xiontestnet2 = __importStar(require("./xiontestnet2"));
|
|
74
74
|
const _xrplevmtestnet = __importStar(require("./xrplevmtestnet"));
|
|
75
|
+
const _zigchaintestnet = __importStar(require("./zigchaintestnet"));
|
|
75
76
|
const ibcData = [
|
|
76
77
|
..._agoricdevnet.ibcData,
|
|
77
78
|
..._akashtestnet.ibcData,
|
|
@@ -121,6 +122,7 @@ const ibcData = [
|
|
|
121
122
|
..._titantestnet.ibcData,
|
|
122
123
|
..._wardenprotocoltestnet.ibcData,
|
|
123
124
|
..._xiontestnet2.ibcData,
|
|
124
|
-
..._xrplevmtestnet.ibcData
|
|
125
|
+
..._xrplevmtestnet.ibcData,
|
|
126
|
+
..._zigchaintestnet.ibcData
|
|
125
127
|
];
|
|
126
128
|
exports.default = ibcData;
|
|
@@ -17,14 +17,14 @@ const info = {
|
|
|
17
17
|
display: 'opn',
|
|
18
18
|
symbol: 'OPN',
|
|
19
19
|
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_white_bg_99x99.png'
|
|
21
21
|
},
|
|
22
22
|
socials: {
|
|
23
23
|
website: 'https://iopn.tech'
|
|
24
24
|
},
|
|
25
25
|
typeAsset: 'sdk.coin',
|
|
26
26
|
images: [{
|
|
27
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_white_bg_99x99.png'
|
|
28
28
|
}]
|
|
29
29
|
}]
|
|
30
30
|
};
|
|
@@ -57,7 +57,7 @@ const info = {
|
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
images: [{
|
|
60
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/
|
|
60
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_white_bg_99x99.png'
|
|
61
61
|
}],
|
|
62
62
|
apis: {
|
|
63
63
|
rpc: [{
|
|
@@ -79,18 +79,6 @@ const info = {
|
|
|
79
79
|
baseDenom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
|
|
80
80
|
},
|
|
81
81
|
provider: 'Arena DAO'
|
|
82
|
-
}],
|
|
83
|
-
logoURIs: {
|
|
84
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
|
|
85
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
|
|
86
|
-
},
|
|
87
|
-
images: [{
|
|
88
|
-
imageSync: {
|
|
89
|
-
chainName: 'juno',
|
|
90
|
-
baseDenom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
|
|
91
|
-
},
|
|
92
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
|
|
93
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
|
|
94
82
|
}]
|
|
95
83
|
}
|
|
96
84
|
]
|
|
@@ -397,6 +397,35 @@ const info = [
|
|
|
397
397
|
preferred: true
|
|
398
398
|
}
|
|
399
399
|
}]
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
$schema: '../../ibc_data.schema.json',
|
|
403
|
+
chain1: {
|
|
404
|
+
chainName: 'nobletestnet',
|
|
405
|
+
clientId: '07-tendermint-555',
|
|
406
|
+
connectionId: 'connection-507'
|
|
407
|
+
},
|
|
408
|
+
chain2: {
|
|
409
|
+
chainName: 'zigchaintestnet',
|
|
410
|
+
clientId: '07-tendermint-72',
|
|
411
|
+
connectionId: 'connection-52'
|
|
412
|
+
},
|
|
413
|
+
channels: [{
|
|
414
|
+
chain1: {
|
|
415
|
+
channelId: 'channel-664',
|
|
416
|
+
portId: 'transfer'
|
|
417
|
+
},
|
|
418
|
+
chain2: {
|
|
419
|
+
channelId: 'channel-35',
|
|
420
|
+
portId: 'transfer'
|
|
421
|
+
},
|
|
422
|
+
ordering: 'unordered',
|
|
423
|
+
version: 'ics20-1',
|
|
424
|
+
tags: {
|
|
425
|
+
status: 'live',
|
|
426
|
+
preferred: true
|
|
427
|
+
}
|
|
428
|
+
}]
|
|
400
429
|
}
|
|
401
430
|
];
|
|
402
431
|
exports.default = info;
|
|
@@ -17,10 +17,10 @@ const info = {
|
|
|
17
17
|
display: 'nyx',
|
|
18
18
|
symbol: 'NYX',
|
|
19
19
|
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nyx.png'
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nyx.png'
|
|
21
21
|
},
|
|
22
22
|
images: [{
|
|
23
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nyx.png'
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nyx.png'
|
|
24
24
|
}],
|
|
25
25
|
typeAsset: 'sdk.coin'
|
|
26
26
|
}, {
|
|
@@ -37,19 +37,19 @@ const info = {
|
|
|
37
37
|
display: 'nym',
|
|
38
38
|
symbol: 'NYM',
|
|
39
39
|
logoURIs: {
|
|
40
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png',
|
|
41
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg'
|
|
40
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.png',
|
|
41
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.svg'
|
|
42
42
|
},
|
|
43
43
|
images: [{
|
|
44
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png',
|
|
45
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg',
|
|
44
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.png',
|
|
45
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.svg',
|
|
46
46
|
theme: {
|
|
47
47
|
darkMode: false,
|
|
48
48
|
circle: true
|
|
49
49
|
}
|
|
50
50
|
}, {
|
|
51
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.png',
|
|
52
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.svg',
|
|
51
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_dark.png',
|
|
52
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_dark.svg',
|
|
53
53
|
theme: {
|
|
54
54
|
darkMode: true,
|
|
55
55
|
circle: true
|
|
@@ -52,8 +52,8 @@ const info = {
|
|
|
52
52
|
tag: 'v0.43.0'
|
|
53
53
|
},
|
|
54
54
|
logoURIs: {
|
|
55
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png',
|
|
56
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg'
|
|
55
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.png',
|
|
56
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.svg'
|
|
57
57
|
},
|
|
58
58
|
apis: {
|
|
59
59
|
rpc: [{
|
|
@@ -74,26 +74,20 @@ const info = {
|
|
|
74
74
|
url: 'https://sandbox-blocks.nymtech.net/sandbox',
|
|
75
75
|
txPage: 'https://sandbox-blocks.nymtech.net/sandbox/tx/${txHash}'
|
|
76
76
|
}],
|
|
77
|
-
images: [
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg',
|
|
77
|
+
images: [{
|
|
78
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.png',
|
|
79
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.svg',
|
|
81
80
|
theme: {
|
|
82
81
|
darkMode: false,
|
|
83
82
|
circle: true
|
|
84
83
|
}
|
|
85
|
-
},
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.svg',
|
|
84
|
+
}, {
|
|
85
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_dark.png',
|
|
86
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_dark.svg',
|
|
89
87
|
theme: {
|
|
90
88
|
darkMode: true,
|
|
91
89
|
circle: true
|
|
92
90
|
}
|
|
93
|
-
}
|
|
94
|
-
{
|
|
95
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png'
|
|
96
|
-
}
|
|
97
|
-
]
|
|
91
|
+
}]
|
|
98
92
|
};
|
|
99
93
|
exports.default = info;
|
|
@@ -1618,12 +1618,12 @@ const info = {
|
|
|
1618
1618
|
}
|
|
1619
1619
|
}],
|
|
1620
1620
|
logoURIs: {
|
|
1621
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
1622
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
1621
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SOL.int3.png',
|
|
1622
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SOL.int3.svg'
|
|
1623
1623
|
},
|
|
1624
1624
|
images: [{
|
|
1625
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
1626
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
1625
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SOL.int3.png',
|
|
1626
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SOL.int3.svg'
|
|
1627
1627
|
}, {
|
|
1628
1628
|
imageSync: {
|
|
1629
1629
|
chainName: 'int3facetestnet',
|
|
@@ -1668,12 +1668,12 @@ const info = {
|
|
|
1668
1668
|
}
|
|
1669
1669
|
}],
|
|
1670
1670
|
logoURIs: {
|
|
1671
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
1672
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
1671
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.png',
|
|
1672
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.svg'
|
|
1673
1673
|
},
|
|
1674
1674
|
images: [{
|
|
1675
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
1676
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
1675
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.png',
|
|
1676
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.svg'
|
|
1677
1677
|
}, {
|
|
1678
1678
|
imageSync: {
|
|
1679
1679
|
chainName: 'int3facetestnet',
|
|
@@ -16,12 +16,6 @@ const info = {
|
|
|
16
16
|
name: 'Sei',
|
|
17
17
|
display: 'sei',
|
|
18
18
|
symbol: 'SEI',
|
|
19
|
-
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet/images/sei.png'
|
|
21
|
-
},
|
|
22
|
-
images: [{
|
|
23
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet/images/sei.png'
|
|
24
|
-
}],
|
|
25
19
|
typeAsset: 'sdk.coin'
|
|
26
20
|
}]
|
|
27
21
|
};
|
|
@@ -18,12 +18,6 @@ const info = {
|
|
|
18
18
|
name: 'SGE Testnet',
|
|
19
19
|
display: 'sge',
|
|
20
20
|
symbol: 'SGE',
|
|
21
|
-
logoURIs: {
|
|
22
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
|
|
23
|
-
},
|
|
24
|
-
images: [{
|
|
25
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
|
|
26
|
-
}],
|
|
27
21
|
typeAsset: 'sdk.coin'
|
|
28
22
|
}]
|
|
29
23
|
};
|
|
@@ -54,9 +54,6 @@ const info = {
|
|
|
54
54
|
},
|
|
55
55
|
tag: 'v5.3.8'
|
|
56
56
|
},
|
|
57
|
-
images: [{
|
|
58
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zenrocktestnet/images/zenrock.png'
|
|
59
|
-
}],
|
|
60
57
|
apis: {
|
|
61
58
|
rpc: [{
|
|
62
59
|
address: 'https://rpc.gardia.zenrocklabs.io/',
|
|
@@ -77,9 +74,6 @@ const info = {
|
|
|
77
74
|
txPage: 'https://explorer.gardia.zenrocklabs.io/tx/${txHash}',
|
|
78
75
|
accountPage: 'https://explorer.gardia.zenrocklabs.io/account/${accountAddress}'
|
|
79
76
|
}],
|
|
80
|
-
logoURIs: {
|
|
81
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zenrocktestnet/images/zenrock.png'
|
|
82
|
-
},
|
|
83
77
|
keywords: ['mpc', 'testnet']
|
|
84
78
|
};
|
|
85
79
|
exports.default = info;
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../../assetlist.schema.json',
|
|
5
5
|
chainName: 'zigchaintestnet',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'The native token of ZIGChain',
|
|
8
9
|
denomUnits: [
|
|
9
10
|
{
|
|
@@ -50,16 +51,17 @@ const info = {
|
|
|
50
51
|
discord: 'https://discord.com/invite/zignaly-the-better-way-to-invest-in-crypto-486954374845956097',
|
|
51
52
|
medium: 'https://medium.com/zignaly'
|
|
52
53
|
}
|
|
53
|
-
},
|
|
54
|
+
},
|
|
55
|
+
{
|
|
54
56
|
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
55
57
|
denomUnits: [{
|
|
56
|
-
denom: '
|
|
58
|
+
denom: 'coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig',
|
|
57
59
|
exponent: 0
|
|
58
60
|
}, {
|
|
59
61
|
denom: 'stzig',
|
|
60
62
|
exponent: 6
|
|
61
63
|
}],
|
|
62
|
-
base: '
|
|
64
|
+
base: 'coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig',
|
|
63
65
|
name: 'Staked Zig',
|
|
64
66
|
display: 'stzig',
|
|
65
67
|
symbol: 'STZIG',
|
|
@@ -78,6 +80,69 @@ const info = {
|
|
|
78
80
|
telegram: 'https://t.me/ValdoraWarriors',
|
|
79
81
|
discord: 'http://discord.gg/valdora'
|
|
80
82
|
}
|
|
81
|
-
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
description: 'Noble USDC on ZIGChain',
|
|
86
|
+
denomUnits: [{
|
|
87
|
+
denom: 'ibc/8E452E728A6598EEF051E63FFE49AF19004F5D2AA3F690413C2985660AAFD38F',
|
|
88
|
+
exponent: 0,
|
|
89
|
+
aliases: ['microusdc', 'uusdc']
|
|
90
|
+
}, {
|
|
91
|
+
denom: 'usdc',
|
|
92
|
+
exponent: 6
|
|
93
|
+
}],
|
|
94
|
+
typeAsset: 'ics20',
|
|
95
|
+
base: 'ibc/8E452E728A6598EEF051E63FFE49AF19004F5D2AA3F690413C2985660AAFD38F',
|
|
96
|
+
name: 'Noble USDC',
|
|
97
|
+
display: 'usdc',
|
|
98
|
+
symbol: 'USDC',
|
|
99
|
+
traces: [
|
|
100
|
+
{
|
|
101
|
+
type: 'synthetic',
|
|
102
|
+
counterparty: {
|
|
103
|
+
chainName: 'forex',
|
|
104
|
+
baseDenom: 'USD'
|
|
105
|
+
},
|
|
106
|
+
provider: 'Circle'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
type: 'test-mintage',
|
|
110
|
+
counterparty: {
|
|
111
|
+
chainName: 'noble',
|
|
112
|
+
baseDenom: 'uusdc'
|
|
113
|
+
},
|
|
114
|
+
provider: 'Circle'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
type: 'ibc',
|
|
118
|
+
counterparty: {
|
|
119
|
+
chainName: 'nobletestnet',
|
|
120
|
+
baseDenom: 'uusdc',
|
|
121
|
+
channelId: 'channel-664'
|
|
122
|
+
},
|
|
123
|
+
chain: {
|
|
124
|
+
channelId: 'channel-35',
|
|
125
|
+
path: 'transfer/channel-35/uusdc'
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
logoURIs: {
|
|
130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
131
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
132
|
+
},
|
|
133
|
+
images: [{
|
|
134
|
+
imageSync: {
|
|
135
|
+
chainName: 'nobletestnet',
|
|
136
|
+
baseDenom: 'uusdc'
|
|
137
|
+
},
|
|
138
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
140
|
+
theme: {
|
|
141
|
+
circle: true
|
|
142
|
+
}
|
|
143
|
+
}],
|
|
144
|
+
coingeckoId: 'usd-coin'
|
|
145
|
+
}
|
|
146
|
+
]
|
|
82
147
|
};
|
|
83
148
|
exports.default = info;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'axelartestnet',
|
|
7
|
+
clientId: '07-tendermint-1163',
|
|
8
|
+
connectionId: 'connection-916'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'zigchaintestnet',
|
|
12
|
+
clientId: '07-tendermint-0',
|
|
13
|
+
connectionId: 'connection-0'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-612',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-0',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}, {
|
|
32
|
+
$schema: '../../ibc_data.schema.json',
|
|
33
|
+
chain1: {
|
|
34
|
+
chainName: 'nobletestnet',
|
|
35
|
+
clientId: '07-tendermint-555',
|
|
36
|
+
connectionId: 'connection-507'
|
|
37
|
+
},
|
|
38
|
+
chain2: {
|
|
39
|
+
chainName: 'zigchaintestnet',
|
|
40
|
+
clientId: '07-tendermint-72',
|
|
41
|
+
connectionId: 'connection-52'
|
|
42
|
+
},
|
|
43
|
+
channels: [{
|
|
44
|
+
chain1: {
|
|
45
|
+
channelId: 'channel-664',
|
|
46
|
+
portId: 'transfer'
|
|
47
|
+
},
|
|
48
|
+
chain2: {
|
|
49
|
+
channelId: 'channel-35',
|
|
50
|
+
portId: 'transfer'
|
|
51
|
+
},
|
|
52
|
+
ordering: 'unordered',
|
|
53
|
+
version: 'ics20-1',
|
|
54
|
+
tags: {
|
|
55
|
+
status: 'live',
|
|
56
|
+
preferred: true
|
|
57
|
+
}
|
|
58
|
+
}]
|
|
59
|
+
}];
|
|
60
|
+
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;
|