chain-registry 2.0.72 → 2.0.74
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/devnet/seidevnet3/asset-list.js +16 -2
- package/esm/devnet/seidevnet3/asset-list.js +16 -2
- package/esm/mainnet/asset-lists.js +2 -0
- package/esm/mainnet/axelar/asset-list.js +32 -0
- package/esm/mainnet/axelar/ibc-data.js +29 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/cosmoshub/ibc-data.js +29 -0
- package/esm/mainnet/cryptoorgchain/chain.js +4 -11
- package/esm/mainnet/echelon/asset-list.js +2 -0
- package/esm/mainnet/echelon/chain.js +8 -4
- package/esm/mainnet/ethereum/asset-list.js +24 -0
- package/esm/mainnet/ggezchain/asset-list.js +4 -8
- package/esm/mainnet/ibc-data.js +3 -1
- package/esm/mainnet/likecoin/chain.js +8 -4
- package/esm/mainnet/mun/asset-list.js +2 -4
- package/esm/mainnet/mun/chain.js +2 -4
- package/esm/mainnet/neutron/chain.js +3 -3
- package/esm/mainnet/noble/ibc-data.js +29 -0
- package/esm/mainnet/shareledger/chain.js +2 -2
- package/esm/mainnet/stafihub/chain.js +2 -2
- package/esm/mainnet/terpnetwork/chain.js +2 -2
- package/esm/mainnet/terra/asset-list.js +40 -6
- package/esm/mainnet/tgrade/asset-list.js +20 -2
- package/esm/mainnet/tgrade/chain.js +26 -4
- package/esm/mainnet/union/chain.js +8 -0
- package/esm/mainnet/wardenprotocol/asset-list.js +34 -0
- package/esm/mainnet/wardenprotocol/chain.js +82 -0
- package/esm/mainnet/wardenprotocol/index.js +4 -0
- package/esm/mainnet/zigchain/asset-list.js +150 -3
- package/esm/mainnet/zigchain/chain.js +1 -1
- package/esm/mainnet/zigchain/ibc-data.js +90 -0
- package/esm/mainnet/zigchain/index.js +2 -0
- package/esm/testnet/airchainstestnet/chain.js +4 -0
- package/esm/testnet/airchainsvaranasitestnet/asset-list.js +14 -2
- package/esm/testnet/airchainsvaranasitestnet/chain.js +6 -2
- package/esm/testnet/archwaytestnet/chain.js +7 -4
- package/esm/testnet/intentotestnet/asset-list.js +16 -4
- package/esm/testnet/junotestnet/asset-list.js +8 -4
- package/esm/testnet/likecointestnet/chain.js +7 -4
- package/esm/testnet/neutrontestnet/asset-list.js +32 -8
- package/esm/testnet/neutrontestnet/chain.js +16 -4
- package/esm/testnet/nolustestnet/asset-list.js +16 -4
- package/esm/testnet/nolustestnet/chain.js +7 -4
- package/esm/testnet/osmosistestnet/asset-list.js +5 -5
- package/esm/testnet/osmosistestnet/chain.js +7 -2
- package/esm/testnet/planqtestnet/asset-list.js +16 -4
- package/esm/testnet/planqtestnet/chain.js +8 -4
- package/esm/testnet/seitestnet/asset-list.js +21 -1
- package/esm/testnet/seitestnet2/asset-list.js +16 -2
- package/esm/testnet/sourcetestnet/asset-list.js +16 -4
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/axelar/asset-list.js +32 -0
- package/mainnet/axelar/ibc-data.js +29 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/cosmoshub/ibc-data.js +29 -0
- package/mainnet/cryptoorgchain/chain.js +4 -11
- package/mainnet/echelon/asset-list.js +2 -0
- package/mainnet/echelon/chain.js +8 -4
- package/mainnet/ethereum/asset-list.js +24 -0
- package/mainnet/ggezchain/asset-list.js +4 -8
- package/mainnet/ibc-data.js +3 -1
- package/mainnet/likecoin/chain.js +8 -4
- package/mainnet/mun/asset-list.js +2 -4
- package/mainnet/mun/chain.js +2 -4
- package/mainnet/neutron/chain.js +3 -3
- package/mainnet/noble/ibc-data.js +29 -0
- package/mainnet/shareledger/chain.js +2 -2
- package/mainnet/stafihub/chain.js +2 -2
- package/mainnet/terpnetwork/chain.js +2 -2
- package/mainnet/terra/asset-list.js +40 -6
- package/mainnet/tgrade/asset-list.js +20 -2
- package/mainnet/tgrade/chain.js +26 -4
- package/mainnet/union/chain.js +8 -0
- package/mainnet/wardenprotocol/asset-list.d.ts +3 -0
- package/mainnet/wardenprotocol/asset-list.js +36 -0
- package/mainnet/wardenprotocol/chain.d.ts +3 -0
- package/mainnet/wardenprotocol/chain.js +84 -0
- package/mainnet/wardenprotocol/index.d.ts +2 -0
- package/mainnet/wardenprotocol/index.js +10 -0
- package/mainnet/zigchain/asset-list.js +150 -3
- package/mainnet/zigchain/chain.js +1 -1
- package/mainnet/zigchain/ibc-data.d.ts +3 -0
- package/mainnet/zigchain/ibc-data.js +92 -0
- package/mainnet/zigchain/index.d.ts +1 -0
- package/mainnet/zigchain/index.js +3 -1
- package/package.json +3 -3
- package/testnet/airchainstestnet/chain.js +4 -0
- package/testnet/airchainsvaranasitestnet/asset-list.js +14 -2
- package/testnet/airchainsvaranasitestnet/chain.js +6 -2
- package/testnet/archwaytestnet/chain.js +7 -4
- package/testnet/intentotestnet/asset-list.js +16 -4
- package/testnet/junotestnet/asset-list.js +8 -4
- package/testnet/likecointestnet/chain.js +7 -4
- package/testnet/neutrontestnet/asset-list.js +32 -8
- package/testnet/neutrontestnet/chain.js +16 -4
- package/testnet/nolustestnet/asset-list.js +16 -4
- package/testnet/nolustestnet/chain.js +7 -4
- package/testnet/osmosistestnet/asset-list.js +5 -5
- package/testnet/osmosistestnet/chain.js +7 -2
- package/testnet/planqtestnet/asset-list.js +16 -4
- package/testnet/planqtestnet/chain.js +8 -4
- package/testnet/seitestnet/asset-list.js +21 -1
- package/testnet/seitestnet2/asset-list.js +16 -2
- package/testnet/sourcetestnet/asset-list.js +16 -4
|
@@ -15,13 +15,25 @@ const info = {
|
|
|
15
15
|
name: 'Neutron Testnet',
|
|
16
16
|
display: 'ntrn',
|
|
17
17
|
symbol: 'NTRN',
|
|
18
|
+
traces: [{
|
|
19
|
+
type: 'test-mintage',
|
|
20
|
+
counterparty: {
|
|
21
|
+
chainName: 'neutron',
|
|
22
|
+
baseDenom: 'untrn'
|
|
23
|
+
},
|
|
24
|
+
provider: 'Neutron'
|
|
25
|
+
}],
|
|
18
26
|
logoURIs: {
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
28
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
21
29
|
},
|
|
22
30
|
images: [{
|
|
23
|
-
|
|
24
|
-
|
|
31
|
+
imageSync: {
|
|
32
|
+
chainName: 'neutron',
|
|
33
|
+
baseDenom: 'untrn'
|
|
34
|
+
},
|
|
35
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
36
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
25
37
|
}],
|
|
26
38
|
typeAsset: 'sdk.coin'
|
|
27
39
|
},
|
|
@@ -38,13 +50,25 @@ const info = {
|
|
|
38
50
|
name: 'amATOM (Testnet)',
|
|
39
51
|
display: 'amATOM',
|
|
40
52
|
symbol: 'amATOM',
|
|
53
|
+
traces: [{
|
|
54
|
+
type: 'test-mintage',
|
|
55
|
+
counterparty: {
|
|
56
|
+
chainName: 'neutron',
|
|
57
|
+
baseDenom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom'
|
|
58
|
+
},
|
|
59
|
+
provider: 'Neutron'
|
|
60
|
+
}],
|
|
41
61
|
logoURIs: {
|
|
42
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
43
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
|
|
63
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
|
|
44
64
|
},
|
|
45
65
|
images: [{
|
|
46
|
-
|
|
47
|
-
|
|
66
|
+
imageSync: {
|
|
67
|
+
chainName: 'neutron',
|
|
68
|
+
baseDenom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom'
|
|
69
|
+
},
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
|
|
48
72
|
}],
|
|
49
73
|
typeAsset: 'sdk.coin'
|
|
50
74
|
},
|
|
@@ -44,8 +44,8 @@ const info = {
|
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
logoURIs: {
|
|
47
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
48
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
47
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.png',
|
|
48
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.svg'
|
|
49
49
|
},
|
|
50
50
|
apis: {
|
|
51
51
|
rpc: [
|
|
@@ -100,8 +100,20 @@ const info = {
|
|
|
100
100
|
accountPage: 'https://mintscan.io/neutron-testnet/account/${accountAddress}'
|
|
101
101
|
}],
|
|
102
102
|
images: [{
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
imageSync: {
|
|
104
|
+
chainName: 'neutron'
|
|
105
|
+
},
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.png',
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.svg',
|
|
108
|
+
theme: {
|
|
109
|
+
circle: false
|
|
110
|
+
}
|
|
111
|
+
}, {
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg',
|
|
114
|
+
theme: {
|
|
115
|
+
circle: false
|
|
116
|
+
}
|
|
105
117
|
}]
|
|
106
118
|
};
|
|
107
119
|
export default info;
|
|
@@ -14,13 +14,25 @@ const info = {
|
|
|
14
14
|
name: 'Nolus',
|
|
15
15
|
display: 'nls',
|
|
16
16
|
symbol: 'NLS',
|
|
17
|
+
traces: [{
|
|
18
|
+
type: 'test-mintage',
|
|
19
|
+
counterparty: {
|
|
20
|
+
chainName: 'nolus',
|
|
21
|
+
baseDenom: 'unls'
|
|
22
|
+
},
|
|
23
|
+
provider: 'Nolus'
|
|
24
|
+
}],
|
|
17
25
|
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
|
|
20
28
|
},
|
|
21
29
|
images: [{
|
|
22
|
-
|
|
23
|
-
|
|
30
|
+
imageSync: {
|
|
31
|
+
chainName: 'nolus',
|
|
32
|
+
baseDenom: 'unls'
|
|
33
|
+
},
|
|
34
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
|
|
35
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
|
|
24
36
|
}],
|
|
25
37
|
typeAsset: 'sdk.coin'
|
|
26
38
|
}]
|
|
@@ -54,8 +54,8 @@ const info = {
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
logoURIs: {
|
|
57
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
58
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
|
|
58
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
|
|
59
59
|
},
|
|
60
60
|
apis: {
|
|
61
61
|
rpc: [{
|
|
@@ -79,8 +79,11 @@ const info = {
|
|
|
79
79
|
}],
|
|
80
80
|
keywords: ['testnet'],
|
|
81
81
|
images: [{
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
imageSync: {
|
|
83
|
+
chainName: 'nolus'
|
|
84
|
+
},
|
|
85
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
|
|
86
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
|
|
84
87
|
}]
|
|
85
88
|
};
|
|
86
89
|
export default info;
|
|
@@ -261,16 +261,16 @@ const info = {
|
|
|
261
261
|
}
|
|
262
262
|
}],
|
|
263
263
|
logoURIs: {
|
|
264
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
265
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
264
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
265
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
266
266
|
},
|
|
267
267
|
images: [{
|
|
268
268
|
imageSync: {
|
|
269
|
-
chainName: '
|
|
269
|
+
chainName: 'junotestnet6',
|
|
270
270
|
baseDenom: 'ujunox'
|
|
271
271
|
},
|
|
272
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
273
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
274
274
|
}],
|
|
275
275
|
coingeckoId: 'juno-network'
|
|
276
276
|
},
|
|
@@ -85,7 +85,8 @@ const info = {
|
|
|
85
85
|
}]
|
|
86
86
|
},
|
|
87
87
|
logoURIs: {
|
|
88
|
-
|
|
88
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
89
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
|
|
89
90
|
},
|
|
90
91
|
explorers: [{
|
|
91
92
|
kind: 'mintscan',
|
|
@@ -100,7 +101,11 @@ const info = {
|
|
|
100
101
|
}],
|
|
101
102
|
keywords: ['dex', 'testnet'],
|
|
102
103
|
images: [{
|
|
103
|
-
|
|
104
|
+
imageSync: {
|
|
105
|
+
chainName: 'osmosis'
|
|
106
|
+
},
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
|
|
104
109
|
}]
|
|
105
110
|
};
|
|
106
111
|
export default info;
|
|
@@ -14,13 +14,25 @@ const info = {
|
|
|
14
14
|
name: 'Planq Atlas Testnet',
|
|
15
15
|
display: 'tplanq',
|
|
16
16
|
symbol: 'tPLQ',
|
|
17
|
+
traces: [{
|
|
18
|
+
type: 'test-mintage',
|
|
19
|
+
counterparty: {
|
|
20
|
+
chainName: 'planq',
|
|
21
|
+
baseDenom: 'aplanq'
|
|
22
|
+
},
|
|
23
|
+
provider: 'Planq'
|
|
24
|
+
}],
|
|
17
25
|
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
|
|
20
28
|
},
|
|
21
29
|
images: [{
|
|
22
|
-
|
|
23
|
-
|
|
30
|
+
imageSync: {
|
|
31
|
+
chainName: 'planq',
|
|
32
|
+
baseDenom: 'aplanq'
|
|
33
|
+
},
|
|
34
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
35
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
|
|
24
36
|
}],
|
|
25
37
|
typeAsset: 'sdk.coin'
|
|
26
38
|
}]
|
|
@@ -54,8 +54,8 @@ const info = {
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
logoURIs: {
|
|
57
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
58
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
58
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
|
|
59
59
|
},
|
|
60
60
|
apis: {
|
|
61
61
|
rpc: [{
|
|
@@ -102,8 +102,12 @@ const info = {
|
|
|
102
102
|
}
|
|
103
103
|
],
|
|
104
104
|
images: [{
|
|
105
|
-
|
|
106
|
-
|
|
105
|
+
imageSync: {
|
|
106
|
+
chainName: 'planq',
|
|
107
|
+
baseDenom: 'aplanq'
|
|
108
|
+
},
|
|
109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
|
|
107
111
|
}]
|
|
108
112
|
};
|
|
109
113
|
export default info;
|
|
@@ -14,7 +14,27 @@ const info = {
|
|
|
14
14
|
name: 'Sei',
|
|
15
15
|
display: 'sei',
|
|
16
16
|
symbol: 'SEI',
|
|
17
|
-
typeAsset: 'sdk.coin'
|
|
17
|
+
typeAsset: 'sdk.coin',
|
|
18
|
+
traces: [{
|
|
19
|
+
type: 'test-mintage',
|
|
20
|
+
counterparty: {
|
|
21
|
+
chainName: 'sei',
|
|
22
|
+
baseDenom: 'usei'
|
|
23
|
+
},
|
|
24
|
+
provider: 'Sei'
|
|
25
|
+
}],
|
|
26
|
+
logoURIs: {
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
|
|
28
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
|
|
29
|
+
},
|
|
30
|
+
images: [{
|
|
31
|
+
imageSync: {
|
|
32
|
+
chainName: 'sei',
|
|
33
|
+
baseDenom: 'usei'
|
|
34
|
+
},
|
|
35
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
|
|
36
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
|
|
37
|
+
}]
|
|
18
38
|
}]
|
|
19
39
|
};
|
|
20
40
|
export default info;
|
|
@@ -14,11 +14,25 @@ const info = {
|
|
|
14
14
|
name: 'Sei',
|
|
15
15
|
display: 'sei',
|
|
16
16
|
symbol: 'SEI',
|
|
17
|
+
traces: [{
|
|
18
|
+
type: 'test-mintage',
|
|
19
|
+
counterparty: {
|
|
20
|
+
chainName: 'sei',
|
|
21
|
+
baseDenom: 'usei'
|
|
22
|
+
},
|
|
23
|
+
provider: 'Sei'
|
|
24
|
+
}],
|
|
17
25
|
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
|
|
19
28
|
},
|
|
20
29
|
images: [{
|
|
21
|
-
|
|
30
|
+
imageSync: {
|
|
31
|
+
chainName: 'sei',
|
|
32
|
+
baseDenom: 'usei'
|
|
33
|
+
},
|
|
34
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
|
|
35
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
|
|
22
36
|
}],
|
|
23
37
|
typeAsset: 'sdk.coin'
|
|
24
38
|
}]
|
|
@@ -14,13 +14,25 @@ const info = {
|
|
|
14
14
|
name: 'Source Testnet',
|
|
15
15
|
display: 'source',
|
|
16
16
|
symbol: 'SOURCE',
|
|
17
|
+
traces: [{
|
|
18
|
+
type: 'test-mintage',
|
|
19
|
+
counterparty: {
|
|
20
|
+
chainName: 'source',
|
|
21
|
+
baseDenom: 'usource'
|
|
22
|
+
},
|
|
23
|
+
provider: 'Source'
|
|
24
|
+
}],
|
|
17
25
|
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
20
28
|
},
|
|
21
29
|
images: [{
|
|
22
|
-
|
|
23
|
-
|
|
30
|
+
imageSync: {
|
|
31
|
+
chainName: 'source',
|
|
32
|
+
baseDenom: 'usource'
|
|
33
|
+
},
|
|
34
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
35
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
24
36
|
}],
|
|
25
37
|
typeAsset: 'sdk.coin'
|
|
26
38
|
}]
|
package/mainnet/asset-lists.js
CHANGED
|
@@ -233,6 +233,7 @@ const _union = __importStar(require("./union"));
|
|
|
233
233
|
const _ununifi = __importStar(require("./ununifi"));
|
|
234
234
|
const _uptick = __importStar(require("./uptick"));
|
|
235
235
|
const _vector = __importStar(require("./vector"));
|
|
236
|
+
const _wardenprotocol = __importStar(require("./wardenprotocol"));
|
|
236
237
|
const _xarchain = __importStar(require("./xarchain"));
|
|
237
238
|
const _xion = __importStar(require("./xion"));
|
|
238
239
|
const _xpla = __importStar(require("./xpla"));
|
|
@@ -451,6 +452,7 @@ const assetList = [
|
|
|
451
452
|
_ununifi.assetList,
|
|
452
453
|
_uptick.assetList,
|
|
453
454
|
_vector.assetList,
|
|
455
|
+
_wardenprotocol.assetList,
|
|
454
456
|
_xarchain.assetList,
|
|
455
457
|
_xion.assetList,
|
|
456
458
|
_xpla.assetList,
|
|
@@ -1650,6 +1650,38 @@ const info = {
|
|
|
1650
1650
|
website: 'https://www.movementnetwork.xyz/',
|
|
1651
1651
|
twitter: 'https://twitter.com/movementfdn'
|
|
1652
1652
|
}
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
description: 'ZigCoin from Ethereum via Axelar Bridge',
|
|
1656
|
+
denomUnits: [{
|
|
1657
|
+
denom: 'unit-zig',
|
|
1658
|
+
exponent: 0
|
|
1659
|
+
}, {
|
|
1660
|
+
denom: 'zig',
|
|
1661
|
+
exponent: 18
|
|
1662
|
+
}],
|
|
1663
|
+
typeAsset: 'sdk.coin',
|
|
1664
|
+
base: 'unit-zig',
|
|
1665
|
+
name: 'ZigCoin',
|
|
1666
|
+
display: 'zig',
|
|
1667
|
+
symbol: 'ZigCoin',
|
|
1668
|
+
traces: [{
|
|
1669
|
+
type: 'bridge',
|
|
1670
|
+
counterparty: {
|
|
1671
|
+
chainName: 'ethereum',
|
|
1672
|
+
baseDenom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
|
|
1673
|
+
},
|
|
1674
|
+
provider: 'Axelar'
|
|
1675
|
+
}],
|
|
1676
|
+
images: [{
|
|
1677
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
1678
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
1679
|
+
}],
|
|
1680
|
+
logoURIs: {
|
|
1681
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
1682
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
1683
|
+
},
|
|
1684
|
+
coingeckoId: 'zignaly'
|
|
1653
1685
|
}
|
|
1654
1686
|
]
|
|
1655
1687
|
};
|
|
@@ -1497,6 +1497,35 @@ const info = [
|
|
|
1497
1497
|
preferred: true
|
|
1498
1498
|
}
|
|
1499
1499
|
}]
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
$schema: '../ibc_data.schema.json',
|
|
1503
|
+
chain1: {
|
|
1504
|
+
chainName: 'axelar',
|
|
1505
|
+
clientId: '07-tendermint-251',
|
|
1506
|
+
connectionId: 'connection-242'
|
|
1507
|
+
},
|
|
1508
|
+
chain2: {
|
|
1509
|
+
chainName: 'zigchain',
|
|
1510
|
+
clientId: '07-tendermint-1',
|
|
1511
|
+
connectionId: 'connection-1'
|
|
1512
|
+
},
|
|
1513
|
+
channels: [{
|
|
1514
|
+
chain1: {
|
|
1515
|
+
channelId: 'channel-182',
|
|
1516
|
+
portId: 'transfer'
|
|
1517
|
+
},
|
|
1518
|
+
chain2: {
|
|
1519
|
+
channelId: 'channel-1',
|
|
1520
|
+
portId: 'transfer'
|
|
1521
|
+
},
|
|
1522
|
+
ordering: 'unordered',
|
|
1523
|
+
version: 'ics20-1',
|
|
1524
|
+
tags: {
|
|
1525
|
+
status: 'live',
|
|
1526
|
+
preferred: true
|
|
1527
|
+
}
|
|
1528
|
+
}]
|
|
1500
1529
|
}
|
|
1501
1530
|
];
|
|
1502
1531
|
exports.default = info;
|
package/mainnet/chains.js
CHANGED
|
@@ -233,6 +233,7 @@ const _union = __importStar(require("./union"));
|
|
|
233
233
|
const _ununifi = __importStar(require("./ununifi"));
|
|
234
234
|
const _uptick = __importStar(require("./uptick"));
|
|
235
235
|
const _vector = __importStar(require("./vector"));
|
|
236
|
+
const _wardenprotocol = __importStar(require("./wardenprotocol"));
|
|
236
237
|
const _xarchain = __importStar(require("./xarchain"));
|
|
237
238
|
const _xion = __importStar(require("./xion"));
|
|
238
239
|
const _xpla = __importStar(require("./xpla"));
|
|
@@ -451,6 +452,7 @@ const chains = [
|
|
|
451
452
|
_ununifi.chain,
|
|
452
453
|
_uptick.chain,
|
|
453
454
|
_vector.chain,
|
|
455
|
+
_wardenprotocol.chain,
|
|
454
456
|
_xarchain.chain,
|
|
455
457
|
_xion.chain,
|
|
456
458
|
_xpla.chain,
|
|
@@ -2194,6 +2194,35 @@ const info = [
|
|
|
2194
2194
|
preferred: true
|
|
2195
2195
|
}
|
|
2196
2196
|
}]
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
$schema: '../ibc_data.schema.json',
|
|
2200
|
+
chain1: {
|
|
2201
|
+
chainName: 'cosmoshub',
|
|
2202
|
+
clientId: '07-tendermint-1439',
|
|
2203
|
+
connectionId: 'connection-1177'
|
|
2204
|
+
},
|
|
2205
|
+
chain2: {
|
|
2206
|
+
chainName: 'zigchain',
|
|
2207
|
+
clientId: '07-tendermint-4',
|
|
2208
|
+
connectionId: 'connection-4'
|
|
2209
|
+
},
|
|
2210
|
+
channels: [{
|
|
2211
|
+
chain1: {
|
|
2212
|
+
channelId: 'channel-1555',
|
|
2213
|
+
portId: 'transfer'
|
|
2214
|
+
},
|
|
2215
|
+
chain2: {
|
|
2216
|
+
channelId: 'channel-4',
|
|
2217
|
+
portId: 'transfer'
|
|
2218
|
+
},
|
|
2219
|
+
ordering: 'unordered',
|
|
2220
|
+
version: 'ics20-1',
|
|
2221
|
+
tags: {
|
|
2222
|
+
status: 'live',
|
|
2223
|
+
preferred: true
|
|
2224
|
+
}
|
|
2225
|
+
}]
|
|
2197
2226
|
}
|
|
2198
2227
|
];
|
|
2199
2228
|
exports.default = info;
|
|
@@ -164,17 +164,10 @@ const info = {
|
|
|
164
164
|
txPage: 'https://ping.pub/crypto-com-chain/tx/${txHash}'
|
|
165
165
|
}
|
|
166
166
|
],
|
|
167
|
-
images: [
|
|
168
|
-
{
|
|
167
|
+
images: [{
|
|
169
168
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cryptoorgchain/images/cronos.png'
|
|
170
|
-
},
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
|
|
176
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
177
|
-
}
|
|
178
|
-
]
|
|
169
|
+
}, {
|
|
170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png'
|
|
171
|
+
}]
|
|
179
172
|
};
|
|
180
173
|
exports.default = info;
|
|
@@ -17,9 +17,11 @@ const info = {
|
|
|
17
17
|
display: 'echelon',
|
|
18
18
|
symbol: 'ECH',
|
|
19
19
|
logoURIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
20
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
21
22
|
},
|
|
22
23
|
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
23
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
24
26
|
}],
|
|
25
27
|
typeAsset: 'sdk.coin'
|
package/mainnet/echelon/chain.js
CHANGED
|
@@ -40,8 +40,8 @@ const info = {
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
logoURIs: {
|
|
43
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/
|
|
44
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/
|
|
43
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
44
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
45
45
|
},
|
|
46
46
|
apis: {
|
|
47
47
|
rpc: [{
|
|
@@ -91,8 +91,12 @@ const info = {
|
|
|
91
91
|
}
|
|
92
92
|
],
|
|
93
93
|
images: [{
|
|
94
|
-
|
|
95
|
-
|
|
94
|
+
imageSync: {
|
|
95
|
+
chainName: 'echelon',
|
|
96
|
+
baseDenom: 'aechelon'
|
|
97
|
+
},
|
|
98
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
99
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
96
100
|
}]
|
|
97
101
|
};
|
|
98
102
|
exports.default = info;
|
|
@@ -2065,6 +2065,30 @@ const info = {
|
|
|
2065
2065
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
|
|
2066
2066
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
2067
2067
|
}]
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
typeAsset: 'erc20',
|
|
2071
|
+
address: '0xb2617246d0c6c0087f18703d576831899ca94f01',
|
|
2072
|
+
denomUnits: [{
|
|
2073
|
+
denom: '0xb2617246d0c6c0087f18703d576831899ca94f01',
|
|
2074
|
+
exponent: 0
|
|
2075
|
+
}, {
|
|
2076
|
+
denom: 'ZIG',
|
|
2077
|
+
exponent: 18
|
|
2078
|
+
}],
|
|
2079
|
+
base: '0xb2617246d0c6c0087f18703d576831899ca94f01',
|
|
2080
|
+
name: 'ZigCoin',
|
|
2081
|
+
display: 'ZIG',
|
|
2082
|
+
symbol: 'ZIG',
|
|
2083
|
+
logoURIs: {
|
|
2084
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
2085
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
2086
|
+
},
|
|
2087
|
+
coingeckoId: 'zignaly',
|
|
2088
|
+
images: [{
|
|
2089
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
2090
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
2091
|
+
}]
|
|
2068
2092
|
}
|
|
2069
2093
|
]
|
|
2070
2094
|
};
|
|
@@ -25,12 +25,10 @@ const info = {
|
|
|
25
25
|
symbol: 'GGEZ1',
|
|
26
26
|
coingeckoId: 'ggez1',
|
|
27
27
|
logoURIs: {
|
|
28
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png'
|
|
29
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.svg'
|
|
28
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png'
|
|
30
29
|
},
|
|
31
30
|
images: [{
|
|
32
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png'
|
|
33
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.svg'
|
|
31
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png'
|
|
34
32
|
}],
|
|
35
33
|
socials: {
|
|
36
34
|
website: 'https://ggez.one',
|
|
@@ -59,12 +57,10 @@ const info = {
|
|
|
59
57
|
display: 'uggz',
|
|
60
58
|
symbol: 'GGZ',
|
|
61
59
|
images: [{
|
|
62
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.png'
|
|
63
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.svg'
|
|
60
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.png'
|
|
64
61
|
}],
|
|
65
62
|
logoURIs: {
|
|
66
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.png'
|
|
67
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.svg'
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.png'
|
|
68
64
|
},
|
|
69
65
|
socials: {
|
|
70
66
|
website: 'https://ggez.one',
|
package/mainnet/ibc-data.js
CHANGED
|
@@ -191,6 +191,7 @@ const _xion = __importStar(require("./xion"));
|
|
|
191
191
|
const _xpla = __importStar(require("./xpla"));
|
|
192
192
|
const _xrplevm = __importStar(require("./xrplevm"));
|
|
193
193
|
const _zenrock = __importStar(require("./zenrock"));
|
|
194
|
+
const _zigchain = __importStar(require("./zigchain"));
|
|
194
195
|
const ibcData = [
|
|
195
196
|
..._ethereum.ibcData,
|
|
196
197
|
..._namada.ibcData,
|
|
@@ -359,6 +360,7 @@ const ibcData = [
|
|
|
359
360
|
..._xion.ibcData,
|
|
360
361
|
..._xpla.ibcData,
|
|
361
362
|
..._xrplevm.ibcData,
|
|
362
|
-
..._zenrock.ibcData
|
|
363
|
+
..._zenrock.ibcData,
|
|
364
|
+
..._zigchain.ibcData
|
|
363
365
|
];
|
|
364
366
|
exports.default = ibcData;
|