chain-registry 2.0.58 → 2.0.59
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/asset-lists.js +3 -1
- package/esm/mainnet/atomone/chain.js +18 -0
- package/esm/mainnet/axelar/asset-list.js +8 -2
- package/esm/mainnet/babylon/asset-list.js +217 -15
- package/esm/mainnet/beezee/asset-list.js +8 -0
- package/esm/mainnet/buycex/asset-list.js +4 -1
- package/esm/mainnet/buycex/chain.js +4 -1
- package/esm/mainnet/chains.js +3 -1
- package/esm/mainnet/composable/asset-list.js +5 -0
- package/esm/mainnet/cosmoshub/asset-list.js +98 -9
- package/esm/mainnet/dydx/ibc-data.js +29 -0
- package/esm/mainnet/dyson/asset-list.js +27 -13
- package/esm/mainnet/elys/asset-list.js +1 -4
- package/esm/mainnet/elys/chain.js +4 -1
- package/esm/mainnet/ethereum/asset-list.js +100 -19
- package/esm/mainnet/gonka/chain.js +2 -2
- package/esm/mainnet/initia/chain.js +2 -2
- package/esm/mainnet/injective/asset-list.js +15 -0
- package/esm/mainnet/kopi/asset-list.js +44 -2
- package/esm/mainnet/kujira/asset-list.js +5 -1
- package/esm/mainnet/lombardledger/asset-list.js +11 -0
- package/esm/mainnet/lumera/chain.js +6 -0
- package/esm/mainnet/lumera/ibc-data.js +28 -0
- package/esm/mainnet/manifest/asset-list.js +4 -0
- package/esm/mainnet/mantrachain/asset-list.js +2 -2
- package/esm/mainnet/migaloo/asset-list.js +18 -0
- package/esm/mainnet/milkyway/asset-list.js +2 -2
- package/esm/mainnet/milkyway/chain.js +5 -2
- package/esm/mainnet/namada/asset-list.js +8 -1
- package/esm/mainnet/namada/chain.js +4 -1
- package/esm/mainnet/neutron/asset-list.js +23 -17
- package/esm/mainnet/nibiru/asset-list.js +8 -0
- package/esm/mainnet/nolus/asset-list.js +43 -27
- package/esm/mainnet/opct/asset-list.js +4 -1
- package/esm/mainnet/oraichain/asset-list.js +24 -0
- package/esm/mainnet/osmosis/asset-list.js +228 -129
- package/esm/mainnet/quasar/asset-list.js +4 -4
- package/esm/mainnet/routerchain/asset-list.js +12 -1
- package/esm/mainnet/stargaze/asset-list.js +0 -6
- package/esm/mainnet/terra/asset-list.js +7 -4
- package/esm/mainnet/terra2/asset-list.js +4 -1
- package/esm/mainnet/titan/asset-list.js +47 -5
- package/esm/mainnet/xion/asset-list.js +18 -2
- package/esm/mainnet/xpla/chain.js +7 -7
- package/esm/mainnet/xrplevm/asset-list.js +4 -0
- package/esm/mainnet/zigchain/asset-list.js +52 -0
- package/esm/mainnet/zigchain/chain.js +108 -0
- package/esm/mainnet/zigchain/index.js +4 -0
- package/esm/noncosmos/avalanchetestnet/asset-list.js +10 -1
- package/esm/noncosmos/binancesmartchaintestnet/asset-list.js +10 -1
- package/esm/noncosmos/dogecointestnet/asset-list.js +1 -4
- package/esm/noncosmos/ethereumtestnet/asset-list.js +15 -2
- package/esm/noncosmos/moonbeamtestnet/asset-list.js +15 -2
- package/esm/noncosmos/picasso/asset-list.js +5 -0
- package/esm/noncosmos/polkadottestnet/asset-list.js +6 -0
- package/esm/noncosmos/polygon/asset-list.js +4 -4
- package/esm/noncosmos/polygontestnet/asset-list.js +6 -1
- package/esm/noncosmos/solanatestnet/asset-list.js +9 -1
- package/esm/noncosmos/statemine/asset-list.js +11 -0
- package/esm/noncosmos/tontestnet/asset-list.js +5 -1
- package/esm/noncosmos/xrpltestnet/asset-list.js +11 -8
- package/esm/testnet/agoricdevnet/chain.js +5 -1
- package/esm/testnet/autheotestnet/asset-list.js +4 -1
- package/esm/testnet/axelartestnet/asset-list.js +13 -2
- package/esm/testnet/babylontestnet/asset-list.js +24 -0
- package/esm/testnet/coreumtestnet/asset-list.js +4 -0
- package/esm/testnet/epixtestnet/asset-list.js +8 -0
- package/esm/testnet/fetchhubtestnet/asset-list.js +4 -0
- package/esm/testnet/injectivetestnet/asset-list.js +28 -4
- package/esm/testnet/iopntestnet/asset-list.js +4 -1
- package/esm/testnet/kichaintestnet/asset-list.js +4 -0
- package/esm/testnet/mantrachaintestnet2/asset-list.js +2 -2
- package/esm/testnet/neutrontestnet/asset-list.js +8 -0
- package/esm/testnet/osmosistestnet/asset-list.js +28 -12
- package/esm/testnet/persistencetestnet/asset-list.js +8 -1
- package/esm/testnet/persistencetestnet2/asset-list.js +8 -1
- package/esm/testnet/quicksilvertestnet/asset-list.js +4 -0
- package/esm/testnet/safrochaintestnet/chain.js +5 -1
- package/esm/testnet/secretnetworktestnet/asset-list.js +4 -0
- package/esm/testnet/shentutestnet/asset-list.js +8 -0
- package/esm/testnet/stargazetestnet/asset-list.js +8 -2
- package/esm/testnet/synternettestnet/asset-list.js +8 -0
- package/esm/testnet/terra2testnet/asset-list.js +4 -0
- package/esm/testnet/titantestnet/asset-list.js +35 -4
- package/esm/testnet/xplatestnet/asset-list.js +4 -0
- package/mainnet/asset-lists.js +3 -1
- package/mainnet/atomone/chain.js +18 -0
- package/mainnet/axelar/asset-list.js +8 -2
- package/mainnet/babylon/asset-list.js +217 -15
- package/mainnet/beezee/asset-list.js +8 -0
- package/mainnet/buycex/asset-list.js +4 -1
- package/mainnet/buycex/chain.js +4 -1
- package/mainnet/chains.js +3 -1
- package/mainnet/composable/asset-list.js +5 -0
- package/mainnet/cosmoshub/asset-list.js +98 -9
- package/mainnet/dydx/ibc-data.js +29 -0
- package/mainnet/dyson/asset-list.js +27 -13
- package/mainnet/elys/asset-list.js +1 -4
- package/mainnet/elys/chain.js +4 -1
- package/mainnet/ethereum/asset-list.js +100 -19
- package/mainnet/gonka/chain.js +2 -2
- package/mainnet/initia/chain.js +2 -2
- package/mainnet/injective/asset-list.js +15 -0
- package/mainnet/kopi/asset-list.js +44 -2
- package/mainnet/kujira/asset-list.js +5 -1
- package/mainnet/lombardledger/asset-list.js +11 -0
- package/mainnet/lumera/chain.js +6 -0
- package/mainnet/lumera/ibc-data.js +28 -0
- package/mainnet/manifest/asset-list.js +4 -0
- package/mainnet/mantrachain/asset-list.js +2 -2
- package/mainnet/migaloo/asset-list.js +18 -0
- package/mainnet/milkyway/asset-list.js +2 -2
- package/mainnet/milkyway/chain.js +5 -2
- package/mainnet/namada/asset-list.js +8 -1
- package/mainnet/namada/chain.js +4 -1
- package/mainnet/neutron/asset-list.js +23 -17
- package/mainnet/nibiru/asset-list.js +8 -0
- package/mainnet/nolus/asset-list.js +43 -27
- package/mainnet/opct/asset-list.js +4 -1
- package/mainnet/oraichain/asset-list.js +24 -0
- package/mainnet/osmosis/asset-list.js +228 -129
- package/mainnet/quasar/asset-list.js +4 -4
- package/mainnet/routerchain/asset-list.js +12 -1
- package/mainnet/stargaze/asset-list.js +0 -6
- package/mainnet/terra/asset-list.js +7 -4
- package/mainnet/terra2/asset-list.js +4 -1
- package/mainnet/titan/asset-list.js +47 -5
- package/mainnet/xion/asset-list.js +18 -2
- package/mainnet/xpla/chain.js +7 -7
- package/mainnet/xrplevm/asset-list.js +4 -0
- package/mainnet/zigchain/asset-list.d.ts +3 -0
- package/mainnet/zigchain/asset-list.js +54 -0
- package/mainnet/zigchain/chain.d.ts +3 -0
- package/mainnet/zigchain/chain.js +110 -0
- package/mainnet/zigchain/index.d.ts +2 -0
- package/mainnet/zigchain/index.js +10 -0
- package/noncosmos/avalanchetestnet/asset-list.js +10 -1
- package/noncosmos/binancesmartchaintestnet/asset-list.js +10 -1
- package/noncosmos/dogecointestnet/asset-list.js +1 -4
- package/noncosmos/ethereumtestnet/asset-list.js +15 -2
- package/noncosmos/moonbeamtestnet/asset-list.js +15 -2
- package/noncosmos/picasso/asset-list.js +5 -0
- package/noncosmos/polkadottestnet/asset-list.js +6 -0
- package/noncosmos/polygon/asset-list.js +4 -4
- package/noncosmos/polygontestnet/asset-list.js +6 -1
- package/noncosmos/solanatestnet/asset-list.js +9 -1
- package/noncosmos/statemine/asset-list.js +11 -0
- package/noncosmos/tontestnet/asset-list.js +5 -1
- package/noncosmos/xrpltestnet/asset-list.js +11 -8
- package/package.json +3 -3
- package/testnet/agoricdevnet/chain.js +5 -1
- package/testnet/autheotestnet/asset-list.js +4 -1
- package/testnet/axelartestnet/asset-list.js +13 -2
- package/testnet/babylontestnet/asset-list.js +24 -0
- package/testnet/coreumtestnet/asset-list.js +4 -0
- package/testnet/epixtestnet/asset-list.js +8 -0
- package/testnet/fetchhubtestnet/asset-list.js +4 -0
- package/testnet/injectivetestnet/asset-list.js +28 -4
- package/testnet/iopntestnet/asset-list.js +4 -1
- package/testnet/kichaintestnet/asset-list.js +4 -0
- package/testnet/mantrachaintestnet2/asset-list.js +2 -2
- package/testnet/neutrontestnet/asset-list.js +8 -0
- package/testnet/osmosistestnet/asset-list.js +28 -12
- package/testnet/persistencetestnet/asset-list.js +8 -1
- package/testnet/persistencetestnet2/asset-list.js +8 -1
- package/testnet/quicksilvertestnet/asset-list.js +4 -0
- package/testnet/safrochaintestnet/chain.js +5 -1
- package/testnet/secretnetworktestnet/asset-list.js +4 -0
- package/testnet/shentutestnet/asset-list.js +8 -0
- package/testnet/stargazetestnet/asset-list.js +8 -2
- package/testnet/synternettestnet/asset-list.js +8 -0
- package/testnet/terra2testnet/asset-list.js +4 -0
- package/testnet/titantestnet/asset-list.js +35 -4
- package/testnet/xplatestnet/asset-list.js +4 -0
|
@@ -29,10 +29,16 @@ const info = {
|
|
|
29
29
|
provider: 'Moonbeam'
|
|
30
30
|
}],
|
|
31
31
|
logoURIs: {
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png',
|
|
32
33
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
|
|
33
34
|
},
|
|
34
35
|
coingeckoId: 'moonbeam',
|
|
35
36
|
images: [{
|
|
37
|
+
imageSync: {
|
|
38
|
+
chainName: 'moonbeam',
|
|
39
|
+
baseDenom: 'Wei'
|
|
40
|
+
},
|
|
41
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png',
|
|
36
42
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
|
|
37
43
|
}]
|
|
38
44
|
},
|
|
@@ -61,6 +67,7 @@ const info = {
|
|
|
61
67
|
provider: 'Moonbeam'
|
|
62
68
|
}],
|
|
63
69
|
logoURIs: {
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png',
|
|
64
71
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
|
|
65
72
|
},
|
|
66
73
|
coingeckoId: 'wrapped-moonbeam',
|
|
@@ -69,7 +76,8 @@ const info = {
|
|
|
69
76
|
chainName: 'moonbeamtestnet',
|
|
70
77
|
baseDenom: 'Wei'
|
|
71
78
|
},
|
|
72
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
|
|
79
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg',
|
|
80
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png'
|
|
73
81
|
}]
|
|
74
82
|
},
|
|
75
83
|
{
|
|
@@ -97,6 +105,7 @@ const info = {
|
|
|
97
105
|
provider: 'Axelar'
|
|
98
106
|
}],
|
|
99
107
|
logoURIs: {
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
100
109
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
101
110
|
},
|
|
102
111
|
images: [{
|
|
@@ -104,7 +113,11 @@ const info = {
|
|
|
104
113
|
chainName: 'axelartestnet',
|
|
105
114
|
baseDenom: 'uausdc'
|
|
106
115
|
},
|
|
107
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
116
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
118
|
+
theme: {
|
|
119
|
+
circle: true
|
|
120
|
+
}
|
|
108
121
|
}]
|
|
109
122
|
}
|
|
110
123
|
]
|
|
@@ -122,6 +122,11 @@ const info = {
|
|
|
122
122
|
imageSync: {
|
|
123
123
|
chainName: 'statemine',
|
|
124
124
|
baseDenom: '130'
|
|
125
|
+
},
|
|
126
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
127
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
128
|
+
theme: {
|
|
129
|
+
circle: true
|
|
125
130
|
}
|
|
126
131
|
}]
|
|
127
132
|
},
|
|
@@ -58,10 +58,16 @@ const info = {
|
|
|
58
58
|
provider: 'Polkadot'
|
|
59
59
|
}],
|
|
60
60
|
logoURIs: {
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
61
62
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
|
|
62
63
|
},
|
|
63
64
|
coingeckoId: 'polkadot',
|
|
64
65
|
images: [{
|
|
66
|
+
imageSync: {
|
|
67
|
+
chainName: 'polkadot',
|
|
68
|
+
baseDenom: 'Planck'
|
|
69
|
+
},
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
65
71
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
|
|
66
72
|
}]
|
|
67
73
|
}]
|
|
@@ -26,10 +26,6 @@ const info = {
|
|
|
26
26
|
},
|
|
27
27
|
coingeckoId: 'polygon-ecosystem-token',
|
|
28
28
|
images: [{
|
|
29
|
-
imageSync: {
|
|
30
|
-
chainName: 'polygon',
|
|
31
|
-
baseDenom: 'wei'
|
|
32
|
-
},
|
|
33
29
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
|
|
34
30
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
|
|
35
31
|
}]
|
|
@@ -64,6 +60,10 @@ const info = {
|
|
|
64
60
|
},
|
|
65
61
|
coingeckoId: 'matic-network',
|
|
66
62
|
images: [{
|
|
63
|
+
imageSync: {
|
|
64
|
+
chainName: 'polygon',
|
|
65
|
+
baseDenom: '0x0000000000000000000000000000000000001010'
|
|
66
|
+
},
|
|
67
67
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
|
|
68
68
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
|
|
69
69
|
}]
|
|
@@ -95,6 +95,7 @@ const info = {
|
|
|
95
95
|
provider: 'Axelar'
|
|
96
96
|
}],
|
|
97
97
|
logoURIs: {
|
|
98
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
98
99
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
99
100
|
},
|
|
100
101
|
images: [{
|
|
@@ -102,7 +103,11 @@ const info = {
|
|
|
102
103
|
chainName: 'axelartestnet',
|
|
103
104
|
baseDenom: 'uausdc'
|
|
104
105
|
},
|
|
105
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
108
|
+
theme: {
|
|
109
|
+
circle: true
|
|
110
|
+
}
|
|
106
111
|
}]
|
|
107
112
|
}
|
|
108
113
|
]
|
|
@@ -32,8 +32,12 @@ const info = {
|
|
|
32
32
|
},
|
|
33
33
|
coingeckoId: 'solana',
|
|
34
34
|
images: [{
|
|
35
|
-
|
|
35
|
+
imageSync: {
|
|
36
|
+
chainName: 'solana',
|
|
37
|
+
baseDenom: 'Lamport'
|
|
38
|
+
},
|
|
36
39
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
40
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
|
|
37
41
|
theme: {
|
|
38
42
|
circle: true
|
|
39
43
|
}
|
|
@@ -111,6 +115,10 @@ const info = {
|
|
|
111
115
|
},
|
|
112
116
|
coingeckoId: 'meow',
|
|
113
117
|
images: [{
|
|
118
|
+
imageSync: {
|
|
119
|
+
chainName: 'solana',
|
|
120
|
+
baseDenom: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf'
|
|
121
|
+
},
|
|
114
122
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
|
|
115
123
|
}]
|
|
116
124
|
},
|
|
@@ -24,6 +24,17 @@ const info = {
|
|
|
24
24
|
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
25
25
|
},
|
|
26
26
|
provider: 'Tether'
|
|
27
|
+
}],
|
|
28
|
+
images: [{
|
|
29
|
+
imageSync: {
|
|
30
|
+
chainName: 'ethereum',
|
|
31
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
32
|
+
},
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
34
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
35
|
+
theme: {
|
|
36
|
+
circle: true
|
|
37
|
+
}
|
|
27
38
|
}]
|
|
28
39
|
}]
|
|
29
40
|
};
|
|
@@ -28,8 +28,12 @@ const info = {
|
|
|
28
28
|
}],
|
|
29
29
|
coingeckoId: 'the-open-network',
|
|
30
30
|
images: [{
|
|
31
|
-
|
|
31
|
+
imageSync: {
|
|
32
|
+
chainName: 'ton',
|
|
33
|
+
baseDenom: 'nanoton'
|
|
34
|
+
},
|
|
32
35
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png',
|
|
36
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg',
|
|
33
37
|
theme: {
|
|
34
38
|
circle: true
|
|
35
39
|
}
|
|
@@ -31,16 +31,19 @@ const info = {
|
|
|
31
31
|
},
|
|
32
32
|
coingeckoId: 'ripple',
|
|
33
33
|
images: [{
|
|
34
|
-
|
|
34
|
+
imageSync: {
|
|
35
|
+
chainName: 'xrpl',
|
|
36
|
+
baseDenom: 'drop'
|
|
37
|
+
},
|
|
35
38
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
36
|
-
|
|
37
|
-
circle: true
|
|
38
|
-
}
|
|
39
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
39
40
|
}, {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}
|
|
41
|
+
imageSync: {
|
|
42
|
+
chainName: 'xrpl',
|
|
43
|
+
baseDenom: 'drop'
|
|
44
|
+
},
|
|
45
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
46
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
44
47
|
}]
|
|
45
48
|
}]
|
|
46
49
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.59",
|
|
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.59"
|
|
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": "85d14149c0520863ac26aae8471bd37fe25b56f6"
|
|
43
43
|
}
|
|
@@ -81,6 +81,10 @@ const info = {
|
|
|
81
81
|
address: 'devnet.grpc.agoric.net:443'
|
|
82
82
|
}]
|
|
83
83
|
},
|
|
84
|
-
explorers: []
|
|
84
|
+
explorers: [],
|
|
85
|
+
images: [{
|
|
86
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png',
|
|
87
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.svg'
|
|
88
|
+
}]
|
|
85
89
|
};
|
|
86
90
|
exports.default = info;
|
|
@@ -22,7 +22,10 @@ const info = {
|
|
|
22
22
|
socials: {
|
|
23
23
|
website: 'https://autheo.com'
|
|
24
24
|
},
|
|
25
|
-
typeAsset: 'sdk.coin'
|
|
25
|
+
typeAsset: 'sdk.coin',
|
|
26
|
+
images: [{
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/autheotestnet/images/autheo_logo.png'
|
|
28
|
+
}]
|
|
26
29
|
}]
|
|
27
30
|
};
|
|
28
31
|
exports.default = info;
|
|
@@ -31,6 +31,10 @@ const info = {
|
|
|
31
31
|
},
|
|
32
32
|
coingeckoId: 'axelar',
|
|
33
33
|
images: [{
|
|
34
|
+
imageSync: {
|
|
35
|
+
chainName: 'axelar',
|
|
36
|
+
baseDenom: 'uaxl'
|
|
37
|
+
},
|
|
34
38
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
35
39
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
36
40
|
}],
|
|
@@ -62,9 +66,14 @@ const info = {
|
|
|
62
66
|
chainName: 'ethereumtestnet',
|
|
63
67
|
baseDenom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
|
|
64
68
|
},
|
|
65
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
71
|
+
theme: {
|
|
72
|
+
circle: true
|
|
73
|
+
}
|
|
66
74
|
}],
|
|
67
75
|
logoURIs: {
|
|
76
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
68
77
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
69
78
|
},
|
|
70
79
|
typeAsset: 'sdk.coin'
|
|
@@ -128,9 +137,11 @@ const info = {
|
|
|
128
137
|
chainName: 'moonbeamtestnet',
|
|
129
138
|
baseDenom: '0x1436aE0dF0A8663F18c0Ec51d7e2E46591730715'
|
|
130
139
|
},
|
|
131
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
|
|
140
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg',
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png'
|
|
132
142
|
}],
|
|
133
143
|
logoURIs: {
|
|
144
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png',
|
|
134
145
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
|
|
135
146
|
},
|
|
136
147
|
typeAsset: 'sdk.coin'
|
|
@@ -54,6 +54,10 @@ const info = {
|
|
|
54
54
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
55
55
|
},
|
|
56
56
|
images: [{
|
|
57
|
+
imageSync: {
|
|
58
|
+
chainName: 'neutrontestnet',
|
|
59
|
+
baseDenom: 'factory/neutron1aphhmsv5lglvvycldlveckjq8zcgwvg34cn0cs/test-token-6'
|
|
60
|
+
},
|
|
57
61
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
58
62
|
}],
|
|
59
63
|
typeAsset: 'ics20'
|
|
@@ -87,6 +91,10 @@ const info = {
|
|
|
87
91
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
88
92
|
},
|
|
89
93
|
images: [{
|
|
94
|
+
imageSync: {
|
|
95
|
+
chainName: 'neutrontestnet',
|
|
96
|
+
baseDenom: 'factory/neutron1aphhmsv5lglvvycldlveckjq8zcgwvg34cn0cs/test-token-1'
|
|
97
|
+
},
|
|
90
98
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
91
99
|
}],
|
|
92
100
|
typeAsset: 'ics20'
|
|
@@ -120,6 +128,10 @@ const info = {
|
|
|
120
128
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
121
129
|
},
|
|
122
130
|
images: [{
|
|
131
|
+
imageSync: {
|
|
132
|
+
chainName: 'neutrontestnet',
|
|
133
|
+
baseDenom: 'factory/neutron1aphhmsv5lglvvycldlveckjq8zcgwvg34cn0cs/test-token-5'
|
|
134
|
+
},
|
|
123
135
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
124
136
|
}],
|
|
125
137
|
typeAsset: 'ics20'
|
|
@@ -153,6 +165,10 @@ const info = {
|
|
|
153
165
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
154
166
|
},
|
|
155
167
|
images: [{
|
|
168
|
+
imageSync: {
|
|
169
|
+
chainName: 'neutrontestnet',
|
|
170
|
+
baseDenom: 'factory/neutron1aphhmsv5lglvvycldlveckjq8zcgwvg34cn0cs/test-token-4'
|
|
171
|
+
},
|
|
156
172
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
157
173
|
}],
|
|
158
174
|
typeAsset: 'ics20'
|
|
@@ -186,6 +202,10 @@ const info = {
|
|
|
186
202
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
187
203
|
},
|
|
188
204
|
images: [{
|
|
205
|
+
imageSync: {
|
|
206
|
+
chainName: 'neutrontestnet',
|
|
207
|
+
baseDenom: 'factory/neutron1aphhmsv5lglvvycldlveckjq8zcgwvg34cn0cs/test-token-3'
|
|
208
|
+
},
|
|
189
209
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
190
210
|
}],
|
|
191
211
|
typeAsset: 'ics20'
|
|
@@ -219,6 +239,10 @@ const info = {
|
|
|
219
239
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
220
240
|
},
|
|
221
241
|
images: [{
|
|
242
|
+
imageSync: {
|
|
243
|
+
chainName: 'neutrontestnet',
|
|
244
|
+
baseDenom: 'factory/neutron1aphhmsv5lglvvycldlveckjq8zcgwvg34cn0cs/test-token-2'
|
|
245
|
+
},
|
|
222
246
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
223
247
|
}],
|
|
224
248
|
typeAsset: 'ics20'
|
|
@@ -38,6 +38,10 @@ const info = {
|
|
|
38
38
|
'XRPL'
|
|
39
39
|
],
|
|
40
40
|
images: [{
|
|
41
|
+
imageSync: {
|
|
42
|
+
chainName: 'coreum',
|
|
43
|
+
baseDenom: 'ucore'
|
|
44
|
+
},
|
|
41
45
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
42
46
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
43
47
|
}],
|
|
@@ -20,6 +20,14 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
|
|
22
22
|
},
|
|
23
|
+
traces: [{
|
|
24
|
+
type: 'test-mintage',
|
|
25
|
+
counterparty: {
|
|
26
|
+
chainName: 'epix',
|
|
27
|
+
baseDenom: 'aepix'
|
|
28
|
+
},
|
|
29
|
+
provider: 'Epix'
|
|
30
|
+
}],
|
|
23
31
|
images: [{
|
|
24
32
|
imageSync: {
|
|
25
33
|
chainName: 'epix',
|
|
@@ -30,6 +30,10 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
coingeckoId: 'fetch-ai',
|
|
32
32
|
images: [{
|
|
33
|
+
imageSync: {
|
|
34
|
+
chainName: 'fetchhub',
|
|
35
|
+
baseDenom: 'afet'
|
|
36
|
+
},
|
|
33
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
|
|
34
38
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
35
39
|
}],
|
|
@@ -31,6 +31,10 @@ const info = {
|
|
|
31
31
|
},
|
|
32
32
|
coingeckoId: 'injective-protocol',
|
|
33
33
|
images: [{
|
|
34
|
+
imageSync: {
|
|
35
|
+
chainName: 'injective',
|
|
36
|
+
baseDenom: 'inj'
|
|
37
|
+
},
|
|
34
38
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
35
39
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
36
40
|
}],
|
|
@@ -63,8 +67,15 @@ const info = {
|
|
|
63
67
|
provider: 'Circle'
|
|
64
68
|
}],
|
|
65
69
|
images: [{
|
|
70
|
+
imageSync: {
|
|
71
|
+
chainName: 'ethereumtestnet',
|
|
72
|
+
baseDenom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
|
|
73
|
+
},
|
|
66
74
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
67
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
75
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
76
|
+
theme: {
|
|
77
|
+
circle: true
|
|
78
|
+
}
|
|
68
79
|
}],
|
|
69
80
|
typeAsset: 'sdk.coin'
|
|
70
81
|
},
|
|
@@ -82,7 +93,8 @@ const info = {
|
|
|
82
93
|
display: 'OSMO',
|
|
83
94
|
symbol: 'OSMO',
|
|
84
95
|
logoURIs: {
|
|
85
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
|
|
96
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
97
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
86
98
|
},
|
|
87
99
|
coingeckoId: 'osmosis',
|
|
88
100
|
traces: [{
|
|
@@ -98,7 +110,12 @@ const info = {
|
|
|
98
110
|
}
|
|
99
111
|
}],
|
|
100
112
|
images: [{
|
|
101
|
-
|
|
113
|
+
imageSync: {
|
|
114
|
+
chainName: 'osmosistestnet',
|
|
115
|
+
baseDenom: 'uosmo'
|
|
116
|
+
},
|
|
117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
118
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
102
119
|
}],
|
|
103
120
|
typeAsset: 'ics20'
|
|
104
121
|
},
|
|
@@ -128,8 +145,15 @@ const info = {
|
|
|
128
145
|
provider: 'Peggy'
|
|
129
146
|
}],
|
|
130
147
|
images: [{
|
|
148
|
+
imageSync: {
|
|
149
|
+
chainName: 'ethereumtestnet',
|
|
150
|
+
baseDenom: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0'
|
|
151
|
+
},
|
|
131
152
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
132
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
154
|
+
theme: {
|
|
155
|
+
circle: true
|
|
156
|
+
}
|
|
133
157
|
}],
|
|
134
158
|
typeAsset: 'sdk.coin'
|
|
135
159
|
}
|
|
@@ -22,7 +22,10 @@ const info = {
|
|
|
22
22
|
socials: {
|
|
23
23
|
website: 'https://iopn.tech'
|
|
24
24
|
},
|
|
25
|
-
typeAsset: 'sdk.coin'
|
|
25
|
+
typeAsset: 'sdk.coin',
|
|
26
|
+
images: [{
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_Dark.png'
|
|
28
|
+
}]
|
|
26
29
|
}]
|
|
27
30
|
};
|
|
28
31
|
exports.default = info;
|
|
@@ -30,6 +30,10 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
coingeckoId: 'ki',
|
|
32
32
|
images: [{
|
|
33
|
+
imageSync: {
|
|
34
|
+
chainName: 'kichain',
|
|
35
|
+
baseDenom: 'uxki'
|
|
36
|
+
},
|
|
33
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png',
|
|
34
38
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
35
39
|
}],
|
|
@@ -87,8 +87,8 @@ const info = {
|
|
|
87
87
|
}
|
|
88
88
|
}],
|
|
89
89
|
logoURIs: {
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
91
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
92
92
|
},
|
|
93
93
|
images: [{
|
|
94
94
|
imageSync: {
|
|
@@ -68,6 +68,14 @@ const info = {
|
|
|
68
68
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png',
|
|
69
69
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg'
|
|
70
70
|
},
|
|
71
|
+
traces: [{
|
|
72
|
+
type: 'test-mintage',
|
|
73
|
+
counterparty: {
|
|
74
|
+
chainName: 'neutron',
|
|
75
|
+
baseDenom: 'factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena'
|
|
76
|
+
},
|
|
77
|
+
provider: 'Arena Token'
|
|
78
|
+
}],
|
|
71
79
|
images: [{
|
|
72
80
|
imageSync: {
|
|
73
81
|
chainName: 'neutron',
|