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
|
@@ -16,11 +16,25 @@ const info = {
|
|
|
16
16
|
name: 'Sei',
|
|
17
17
|
display: 'sei',
|
|
18
18
|
symbol: 'SEI',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'test-mintage',
|
|
21
|
+
counterparty: {
|
|
22
|
+
chainName: 'sei',
|
|
23
|
+
baseDenom: 'usei'
|
|
24
|
+
},
|
|
25
|
+
provider: 'Sei'
|
|
26
|
+
}],
|
|
19
27
|
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
28
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
|
|
21
30
|
},
|
|
22
31
|
images: [{
|
|
23
|
-
|
|
32
|
+
imageSync: {
|
|
33
|
+
chainName: 'sei',
|
|
34
|
+
baseDenom: 'usei'
|
|
35
|
+
},
|
|
36
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
|
|
37
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
|
|
24
38
|
}],
|
|
25
39
|
typeAsset: 'sdk.coin'
|
|
26
40
|
}]
|
|
@@ -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
|
}]
|
|
@@ -208,6 +208,7 @@ import * as _union from './union';
|
|
|
208
208
|
import * as _ununifi from './ununifi';
|
|
209
209
|
import * as _uptick from './uptick';
|
|
210
210
|
import * as _vector from './vector';
|
|
211
|
+
import * as _wardenprotocol from './wardenprotocol';
|
|
211
212
|
import * as _xarchain from './xarchain';
|
|
212
213
|
import * as _xion from './xion';
|
|
213
214
|
import * as _xpla from './xpla';
|
|
@@ -426,6 +427,7 @@ const assetList = [
|
|
|
426
427
|
_ununifi.assetList,
|
|
427
428
|
_uptick.assetList,
|
|
428
429
|
_vector.assetList,
|
|
430
|
+
_wardenprotocol.assetList,
|
|
429
431
|
_xarchain.assetList,
|
|
430
432
|
_xion.assetList,
|
|
431
433
|
_xpla.assetList,
|
|
@@ -1648,6 +1648,38 @@ const info = {
|
|
|
1648
1648
|
website: 'https://www.movementnetwork.xyz/',
|
|
1649
1649
|
twitter: 'https://twitter.com/movementfdn'
|
|
1650
1650
|
}
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
description: 'ZigCoin from Ethereum via Axelar Bridge',
|
|
1654
|
+
denomUnits: [{
|
|
1655
|
+
denom: 'unit-zig',
|
|
1656
|
+
exponent: 0
|
|
1657
|
+
}, {
|
|
1658
|
+
denom: 'zig',
|
|
1659
|
+
exponent: 18
|
|
1660
|
+
}],
|
|
1661
|
+
typeAsset: 'sdk.coin',
|
|
1662
|
+
base: 'unit-zig',
|
|
1663
|
+
name: 'ZigCoin',
|
|
1664
|
+
display: 'zig',
|
|
1665
|
+
symbol: 'ZigCoin',
|
|
1666
|
+
traces: [{
|
|
1667
|
+
type: 'bridge',
|
|
1668
|
+
counterparty: {
|
|
1669
|
+
chainName: 'ethereum',
|
|
1670
|
+
baseDenom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
|
|
1671
|
+
},
|
|
1672
|
+
provider: 'Axelar'
|
|
1673
|
+
}],
|
|
1674
|
+
images: [{
|
|
1675
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
1676
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
1677
|
+
}],
|
|
1678
|
+
logoURIs: {
|
|
1679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
1680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
1681
|
+
},
|
|
1682
|
+
coingeckoId: 'zignaly'
|
|
1651
1683
|
}
|
|
1652
1684
|
]
|
|
1653
1685
|
};
|
|
@@ -1495,6 +1495,35 @@ const info = [
|
|
|
1495
1495
|
preferred: true
|
|
1496
1496
|
}
|
|
1497
1497
|
}]
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
$schema: '../ibc_data.schema.json',
|
|
1501
|
+
chain1: {
|
|
1502
|
+
chainName: 'axelar',
|
|
1503
|
+
clientId: '07-tendermint-251',
|
|
1504
|
+
connectionId: 'connection-242'
|
|
1505
|
+
},
|
|
1506
|
+
chain2: {
|
|
1507
|
+
chainName: 'zigchain',
|
|
1508
|
+
clientId: '07-tendermint-1',
|
|
1509
|
+
connectionId: 'connection-1'
|
|
1510
|
+
},
|
|
1511
|
+
channels: [{
|
|
1512
|
+
chain1: {
|
|
1513
|
+
channelId: 'channel-182',
|
|
1514
|
+
portId: 'transfer'
|
|
1515
|
+
},
|
|
1516
|
+
chain2: {
|
|
1517
|
+
channelId: 'channel-1',
|
|
1518
|
+
portId: 'transfer'
|
|
1519
|
+
},
|
|
1520
|
+
ordering: 'unordered',
|
|
1521
|
+
version: 'ics20-1',
|
|
1522
|
+
tags: {
|
|
1523
|
+
status: 'live',
|
|
1524
|
+
preferred: true
|
|
1525
|
+
}
|
|
1526
|
+
}]
|
|
1498
1527
|
}
|
|
1499
1528
|
];
|
|
1500
1529
|
export default info;
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -208,6 +208,7 @@ import * as _union from './union';
|
|
|
208
208
|
import * as _ununifi from './ununifi';
|
|
209
209
|
import * as _uptick from './uptick';
|
|
210
210
|
import * as _vector from './vector';
|
|
211
|
+
import * as _wardenprotocol from './wardenprotocol';
|
|
211
212
|
import * as _xarchain from './xarchain';
|
|
212
213
|
import * as _xion from './xion';
|
|
213
214
|
import * as _xpla from './xpla';
|
|
@@ -426,6 +427,7 @@ const chains = [
|
|
|
426
427
|
_ununifi.chain,
|
|
427
428
|
_uptick.chain,
|
|
428
429
|
_vector.chain,
|
|
430
|
+
_wardenprotocol.chain,
|
|
429
431
|
_xarchain.chain,
|
|
430
432
|
_xion.chain,
|
|
431
433
|
_xpla.chain,
|
|
@@ -2192,6 +2192,35 @@ const info = [
|
|
|
2192
2192
|
preferred: true
|
|
2193
2193
|
}
|
|
2194
2194
|
}]
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
$schema: '../ibc_data.schema.json',
|
|
2198
|
+
chain1: {
|
|
2199
|
+
chainName: 'cosmoshub',
|
|
2200
|
+
clientId: '07-tendermint-1439',
|
|
2201
|
+
connectionId: 'connection-1177'
|
|
2202
|
+
},
|
|
2203
|
+
chain2: {
|
|
2204
|
+
chainName: 'zigchain',
|
|
2205
|
+
clientId: '07-tendermint-4',
|
|
2206
|
+
connectionId: 'connection-4'
|
|
2207
|
+
},
|
|
2208
|
+
channels: [{
|
|
2209
|
+
chain1: {
|
|
2210
|
+
channelId: 'channel-1555',
|
|
2211
|
+
portId: 'transfer'
|
|
2212
|
+
},
|
|
2213
|
+
chain2: {
|
|
2214
|
+
channelId: 'channel-4',
|
|
2215
|
+
portId: 'transfer'
|
|
2216
|
+
},
|
|
2217
|
+
ordering: 'unordered',
|
|
2218
|
+
version: 'ics20-1',
|
|
2219
|
+
tags: {
|
|
2220
|
+
status: 'live',
|
|
2221
|
+
preferred: true
|
|
2222
|
+
}
|
|
2223
|
+
}]
|
|
2195
2224
|
}
|
|
2196
2225
|
];
|
|
2197
2226
|
export default info;
|
|
@@ -162,17 +162,10 @@ const info = {
|
|
|
162
162
|
txPage: 'https://ping.pub/crypto-com-chain/tx/${txHash}'
|
|
163
163
|
}
|
|
164
164
|
],
|
|
165
|
-
images: [
|
|
166
|
-
{
|
|
165
|
+
images: [{
|
|
167
166
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cryptoorgchain/images/cronos.png'
|
|
168
|
-
},
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
|
|
174
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
175
|
-
}
|
|
176
|
-
]
|
|
167
|
+
}, {
|
|
168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png'
|
|
169
|
+
}]
|
|
177
170
|
};
|
|
178
171
|
export default info;
|
|
@@ -15,9 +15,11 @@ const info = {
|
|
|
15
15
|
display: 'echelon',
|
|
16
16
|
symbol: 'ECH',
|
|
17
17
|
logoURIs: {
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
18
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
19
20
|
},
|
|
20
21
|
images: [{
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
21
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
22
24
|
}],
|
|
23
25
|
typeAsset: 'sdk.coin'
|
|
@@ -38,8 +38,8 @@ const info = {
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
logoURIs: {
|
|
41
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/
|
|
42
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/
|
|
41
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
42
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
43
43
|
},
|
|
44
44
|
apis: {
|
|
45
45
|
rpc: [{
|
|
@@ -89,8 +89,12 @@ const info = {
|
|
|
89
89
|
}
|
|
90
90
|
],
|
|
91
91
|
images: [{
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
imageSync: {
|
|
93
|
+
chainName: 'echelon',
|
|
94
|
+
baseDenom: 'aechelon'
|
|
95
|
+
},
|
|
96
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
97
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
94
98
|
}]
|
|
95
99
|
};
|
|
96
100
|
export default info;
|
|
@@ -2063,6 +2063,30 @@ const info = {
|
|
|
2063
2063
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
|
|
2064
2064
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
2065
2065
|
}]
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
typeAsset: 'erc20',
|
|
2069
|
+
address: '0xb2617246d0c6c0087f18703d576831899ca94f01',
|
|
2070
|
+
denomUnits: [{
|
|
2071
|
+
denom: '0xb2617246d0c6c0087f18703d576831899ca94f01',
|
|
2072
|
+
exponent: 0
|
|
2073
|
+
}, {
|
|
2074
|
+
denom: 'ZIG',
|
|
2075
|
+
exponent: 18
|
|
2076
|
+
}],
|
|
2077
|
+
base: '0xb2617246d0c6c0087f18703d576831899ca94f01',
|
|
2078
|
+
name: 'ZigCoin',
|
|
2079
|
+
display: 'ZIG',
|
|
2080
|
+
symbol: 'ZIG',
|
|
2081
|
+
logoURIs: {
|
|
2082
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
2083
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
2084
|
+
},
|
|
2085
|
+
coingeckoId: 'zignaly',
|
|
2086
|
+
images: [{
|
|
2087
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
2088
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
2089
|
+
}]
|
|
2066
2090
|
}
|
|
2067
2091
|
]
|
|
2068
2092
|
};
|
|
@@ -23,12 +23,10 @@ const info = {
|
|
|
23
23
|
symbol: 'GGEZ1',
|
|
24
24
|
coingeckoId: 'ggez1',
|
|
25
25
|
logoURIs: {
|
|
26
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png'
|
|
27
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.svg'
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png'
|
|
28
27
|
},
|
|
29
28
|
images: [{
|
|
30
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png'
|
|
31
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.svg'
|
|
29
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png'
|
|
32
30
|
}],
|
|
33
31
|
socials: {
|
|
34
32
|
website: 'https://ggez.one',
|
|
@@ -57,12 +55,10 @@ const info = {
|
|
|
57
55
|
display: 'uggz',
|
|
58
56
|
symbol: 'GGZ',
|
|
59
57
|
images: [{
|
|
60
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.png'
|
|
61
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.svg'
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.png'
|
|
62
59
|
}],
|
|
63
60
|
logoURIs: {
|
|
64
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.png'
|
|
65
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.svg'
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.png'
|
|
66
62
|
},
|
|
67
63
|
socials: {
|
|
68
64
|
website: 'https://ggez.one',
|
package/esm/mainnet/ibc-data.js
CHANGED
|
@@ -166,6 +166,7 @@ import * as _xion from './xion';
|
|
|
166
166
|
import * as _xpla from './xpla';
|
|
167
167
|
import * as _xrplevm from './xrplevm';
|
|
168
168
|
import * as _zenrock from './zenrock';
|
|
169
|
+
import * as _zigchain from './zigchain';
|
|
169
170
|
const ibcData = [
|
|
170
171
|
..._ethereum.ibcData,
|
|
171
172
|
..._namada.ibcData,
|
|
@@ -334,6 +335,7 @@ const ibcData = [
|
|
|
334
335
|
..._xion.ibcData,
|
|
335
336
|
..._xpla.ibcData,
|
|
336
337
|
..._xrplevm.ibcData,
|
|
337
|
-
..._zenrock.ibcData
|
|
338
|
+
..._zenrock.ibcData,
|
|
339
|
+
..._zigchain.ibcData
|
|
338
340
|
];
|
|
339
341
|
export default ibcData;
|
|
@@ -169,8 +169,8 @@ const info = {
|
|
|
169
169
|
}
|
|
170
170
|
],
|
|
171
171
|
logoURIs: {
|
|
172
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/
|
|
173
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/
|
|
172
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
173
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
174
174
|
},
|
|
175
175
|
keywords: [
|
|
176
176
|
'ebook',
|
|
@@ -182,8 +182,12 @@ const info = {
|
|
|
182
182
|
'nft'
|
|
183
183
|
],
|
|
184
184
|
images: [{
|
|
185
|
-
|
|
186
|
-
|
|
185
|
+
imageSync: {
|
|
186
|
+
chainName: 'likecoin',
|
|
187
|
+
baseDenom: 'nanolike'
|
|
188
|
+
},
|
|
189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
187
191
|
}]
|
|
188
192
|
};
|
|
189
193
|
export default info;
|
|
@@ -15,12 +15,10 @@ const info = {
|
|
|
15
15
|
display: 'mun',
|
|
16
16
|
symbol: 'MUN',
|
|
17
17
|
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg'
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
20
19
|
},
|
|
21
20
|
images: [{
|
|
22
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
23
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg'
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
24
22
|
}],
|
|
25
23
|
typeAsset: 'sdk.coin'
|
|
26
24
|
}]
|
package/esm/mainnet/mun/chain.js
CHANGED
|
@@ -32,8 +32,7 @@ const info = {
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
logoURIs: {
|
|
35
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
36
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg'
|
|
35
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
37
36
|
},
|
|
38
37
|
apis: {
|
|
39
38
|
rpc: [
|
|
@@ -92,8 +91,7 @@ const info = {
|
|
|
92
91
|
}
|
|
93
92
|
],
|
|
94
93
|
images: [{
|
|
95
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
96
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg'
|
|
94
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
97
95
|
}]
|
|
98
96
|
};
|
|
99
97
|
export default info;
|
|
@@ -271,10 +271,10 @@ const info = {
|
|
|
271
271
|
circle: false
|
|
272
272
|
}
|
|
273
273
|
}, {
|
|
274
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/
|
|
275
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/
|
|
274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png',
|
|
275
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg',
|
|
276
276
|
theme: {
|
|
277
|
-
circle:
|
|
277
|
+
circle: false
|
|
278
278
|
}
|
|
279
279
|
}]
|
|
280
280
|
};
|
|
@@ -1648,6 +1648,35 @@ const info = [
|
|
|
1648
1648
|
preferred: true
|
|
1649
1649
|
}
|
|
1650
1650
|
}]
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
$schema: '../ibc_data.schema.json',
|
|
1654
|
+
chain1: {
|
|
1655
|
+
chainName: 'noble',
|
|
1656
|
+
clientId: '07-tendermint-184',
|
|
1657
|
+
connectionId: 'connection-179'
|
|
1658
|
+
},
|
|
1659
|
+
chain2: {
|
|
1660
|
+
chainName: 'zigchain',
|
|
1661
|
+
clientId: '07-tendermint-3',
|
|
1662
|
+
connectionId: 'connection-3'
|
|
1663
|
+
},
|
|
1664
|
+
channels: [{
|
|
1665
|
+
chain1: {
|
|
1666
|
+
channelId: 'channel-175',
|
|
1667
|
+
portId: 'transfer'
|
|
1668
|
+
},
|
|
1669
|
+
chain2: {
|
|
1670
|
+
channelId: 'channel-3',
|
|
1671
|
+
portId: 'transfer'
|
|
1672
|
+
},
|
|
1673
|
+
ordering: 'unordered',
|
|
1674
|
+
version: 'ics20-1',
|
|
1675
|
+
tags: {
|
|
1676
|
+
status: 'live',
|
|
1677
|
+
preferred: true
|
|
1678
|
+
}
|
|
1679
|
+
}]
|
|
1651
1680
|
}
|
|
1652
1681
|
];
|
|
1653
1682
|
export default info;
|
|
@@ -82,12 +82,12 @@ const info = {
|
|
|
82
82
|
accountPage: 'https://staking-explorer.com/account.php?chain=shareledger&addr=${accountAddress}'
|
|
83
83
|
}],
|
|
84
84
|
logoURIs: {
|
|
85
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/
|
|
85
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png',
|
|
86
86
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg'
|
|
87
87
|
},
|
|
88
88
|
keywords: ['id'],
|
|
89
89
|
images: [{
|
|
90
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/
|
|
90
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png',
|
|
91
91
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg'
|
|
92
92
|
}]
|
|
93
93
|
};
|
|
@@ -131,11 +131,11 @@ const info = {
|
|
|
131
131
|
}
|
|
132
132
|
],
|
|
133
133
|
logoURIs: {
|
|
134
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub
|
|
134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub.png'
|
|
135
135
|
},
|
|
136
136
|
keywords: ['liquid staking'],
|
|
137
137
|
images: [{
|
|
138
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub
|
|
138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub.png'
|
|
139
139
|
}]
|
|
140
140
|
};
|
|
141
141
|
export default info;
|
|
@@ -43,7 +43,7 @@ const info = {
|
|
|
43
43
|
}]
|
|
44
44
|
},
|
|
45
45
|
logoURIs: {
|
|
46
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/
|
|
46
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png'
|
|
47
47
|
},
|
|
48
48
|
apis: {
|
|
49
49
|
rpc: [
|
|
@@ -120,7 +120,7 @@ const info = {
|
|
|
120
120
|
}
|
|
121
121
|
],
|
|
122
122
|
images: [{
|
|
123
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/
|
|
123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png'
|
|
124
124
|
}]
|
|
125
125
|
};
|
|
126
126
|
export default info;
|
|
@@ -1640,11 +1640,21 @@ const info = {
|
|
|
1640
1640
|
name: 'Chainlink (Portal)',
|
|
1641
1641
|
display: 'link',
|
|
1642
1642
|
symbol: 'LINK',
|
|
1643
|
+
traces: [{
|
|
1644
|
+
type: 'bridge',
|
|
1645
|
+
counterparty: {
|
|
1646
|
+
chainName: 'ethereum',
|
|
1647
|
+
baseDenom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
1648
|
+
},
|
|
1649
|
+
provider: 'Portal'
|
|
1650
|
+
}],
|
|
1643
1651
|
logoURIs: {
|
|
1644
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1652
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
1653
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
1645
1654
|
},
|
|
1646
1655
|
images: [{
|
|
1647
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1656
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
1657
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
1648
1658
|
}]
|
|
1649
1659
|
},
|
|
1650
1660
|
{
|
|
@@ -2856,11 +2866,25 @@ const info = {
|
|
|
2856
2866
|
name: 'Paxos Gold (Portal)',
|
|
2857
2867
|
display: 'paxg',
|
|
2858
2868
|
symbol: 'PAXG',
|
|
2869
|
+
traces: [{
|
|
2870
|
+
type: 'bridge',
|
|
2871
|
+
counterparty: {
|
|
2872
|
+
chainName: 'ethereum',
|
|
2873
|
+
baseDenom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
2874
|
+
},
|
|
2875
|
+
provider: 'Portal'
|
|
2876
|
+
}],
|
|
2859
2877
|
logoURIs: {
|
|
2860
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2878
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
2879
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
2861
2880
|
},
|
|
2862
2881
|
images: [{
|
|
2863
|
-
|
|
2882
|
+
imageSync: {
|
|
2883
|
+
chainName: 'ethereum',
|
|
2884
|
+
baseDenom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
2885
|
+
},
|
|
2886
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
2887
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
2864
2888
|
}]
|
|
2865
2889
|
},
|
|
2866
2890
|
{
|
|
@@ -2898,11 +2922,21 @@ const info = {
|
|
|
2898
2922
|
name: 'ChainLink Token',
|
|
2899
2923
|
display: 'link',
|
|
2900
2924
|
symbol: 'LINK',
|
|
2925
|
+
traces: [{
|
|
2926
|
+
type: 'synthetic',
|
|
2927
|
+
counterparty: {
|
|
2928
|
+
chainName: 'ethereum',
|
|
2929
|
+
baseDenom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
2930
|
+
},
|
|
2931
|
+
provider: 'Unknown'
|
|
2932
|
+
}],
|
|
2901
2933
|
logoURIs: {
|
|
2902
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2934
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
2935
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
2903
2936
|
},
|
|
2904
2937
|
images: [{
|
|
2905
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2938
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
2939
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
2906
2940
|
}]
|
|
2907
2941
|
},
|
|
2908
2942
|
{
|
|
@@ -18,10 +18,28 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
20
20
|
},
|
|
21
|
-
images: [
|
|
21
|
+
images: [
|
|
22
|
+
{
|
|
22
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
23
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
24
|
-
}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
28
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
32
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
36
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
40
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
41
|
+
}
|
|
42
|
+
],
|
|
25
43
|
typeAsset: 'sdk.coin'
|
|
26
44
|
}]
|
|
27
45
|
};
|