chain-registry 1.63.80 → 1.63.82
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/kyvedevnet/assets.js +3 -0
- package/devnet/neuradevnet/chain.js +4 -1
- package/esm/devnet/kyvedevnet/assets.js +3 -0
- package/esm/devnet/neuradevnet/chain.js +4 -1
- package/esm/mainnet/andromeda/ibc.js +29 -0
- package/esm/mainnet/archway/assets.js +4 -4
- package/esm/mainnet/axelar/assets.js +5 -1
- package/esm/mainnet/axelar/chain.js +3 -4
- package/esm/mainnet/beezee/assets.js +45 -0
- package/esm/mainnet/beezee/ibc.js +35 -3
- package/esm/mainnet/carbon/assets.js +8 -2
- package/esm/mainnet/composable/assets.js +8 -3
- package/esm/mainnet/dydx/assets.js +6 -5
- package/esm/mainnet/ethereum/assets.js +4 -1
- package/esm/mainnet/gateway/assets.js +29 -5
- package/esm/mainnet/gitopia/chain.js +1 -1
- package/esm/mainnet/gravitybridge/assets.js +7 -1
- package/esm/mainnet/injective/assets.js +10 -9
- package/esm/mainnet/joltify/assets.js +4 -3
- package/esm/mainnet/juno/assets.js +6 -5
- package/esm/mainnet/kujira/assets.js +15 -8
- package/esm/mainnet/meme/assets.js +3 -0
- package/esm/mainnet/migaloo/assets.js +8 -1
- package/esm/mainnet/neutron/assets.js +6 -5
- package/esm/mainnet/neutron/chain.js +12 -5
- package/esm/mainnet/noble/assets.js +10 -5
- package/esm/mainnet/noble/ibc.js +29 -0
- package/esm/mainnet/nolus/assets.js +9 -13
- package/esm/mainnet/oraichain/assets.js +57 -14
- package/esm/mainnet/osmosis/assets.js +114 -76
- package/esm/mainnet/osmosis/chain.js +6 -1
- package/esm/mainnet/osmosis/ibc.js +29 -0
- package/esm/mainnet/persistence/assets.js +8 -7
- package/esm/mainnet/planq/assets.js +3 -0
- package/esm/mainnet/pryzm/assets.js +44 -13
- package/esm/mainnet/quasar/chain.js +3 -3
- package/esm/mainnet/quicksilver/assets.js +4 -3
- package/esm/mainnet/realio/chain.js +18 -0
- package/esm/mainnet/routerchain/assets.js +2 -2
- package/esm/mainnet/solana/assets.js +17 -4
- package/esm/mainnet/stargaze/assets.js +20 -0
- package/esm/mainnet/teritori/assets.js +6 -5
- package/esm/mainnet/terra/assets.js +7 -10
- package/esm/mainnet/terra2/assets.js +10 -5
- package/esm/mainnet/vidulum/assets.js +5 -2
- package/esm/noncosmos/arbitrum/assets.js +16 -6
- package/esm/noncosmos/avalanche/assets.js +9 -4
- package/esm/noncosmos/avalanchetestnet/assets.js +7 -1
- package/esm/noncosmos/base/assets.js +17 -6
- package/esm/noncosmos/bitcoin/assets.js +2 -2
- package/esm/noncosmos/optimism/assets.js +16 -6
- package/esm/noncosmos/polygon/assets.js +8 -4
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/dhealthtestnet/assets.js +30 -0
- package/esm/testnet/dhealthtestnet/chain.js +49 -0
- package/esm/testnet/dhealthtestnet/index.js +4 -0
- package/esm/testnet/dydxtestnet/assets.js +4 -1
- package/esm/testnet/dydxtestnet/chain.js +4 -1
- package/esm/testnet/elystestnet/assets.js +12 -5
- package/esm/testnet/impacthubtestnet/assets.js +4 -1
- package/esm/testnet/jackaltestnet2/assets.js +3 -0
- package/esm/testnet/junotestnet/assets.js +4 -1
- package/esm/testnet/kyvetestnet/assets.js +3 -0
- package/esm/testnet/mantrachaintestnet/assets.js +2 -1
- package/esm/testnet/mantrachaintestnet/chain.js +2 -1
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/neuratestnet/chain.js +4 -1
- package/esm/testnet/nobletestnet/assets.js +11 -1
- package/esm/testnet/osmosistestnet/assets.js +14 -2
- package/esm/testnet/sgetestnet/chain.js +4 -1
- package/esm/testnet/sgetestnet4/chain.js +4 -1
- package/esm/testnet/synternettestnet/assets.js +4 -1
- package/esm/testnet/xiontestnet/assets.js +7 -1
- package/mainnet/andromeda/ibc.js +29 -0
- package/mainnet/archway/assets.js +4 -4
- package/mainnet/axelar/assets.js +5 -1
- package/mainnet/axelar/chain.js +3 -4
- package/mainnet/beezee/assets.js +45 -0
- package/mainnet/beezee/ibc.js +35 -3
- package/mainnet/carbon/assets.js +8 -2
- package/mainnet/composable/assets.js +8 -3
- package/mainnet/dydx/assets.js +6 -5
- package/mainnet/ethereum/assets.js +4 -1
- package/mainnet/gateway/assets.js +29 -5
- package/mainnet/gitopia/chain.js +1 -1
- package/mainnet/gravitybridge/assets.js +7 -1
- package/mainnet/injective/assets.js +10 -9
- package/mainnet/joltify/assets.js +4 -3
- package/mainnet/juno/assets.js +6 -5
- package/mainnet/kujira/assets.js +15 -8
- package/mainnet/meme/assets.js +3 -0
- package/mainnet/migaloo/assets.js +8 -1
- package/mainnet/neutron/assets.js +6 -5
- package/mainnet/neutron/chain.js +12 -5
- package/mainnet/noble/assets.js +10 -5
- package/mainnet/noble/ibc.js +29 -0
- package/mainnet/nolus/assets.js +9 -13
- package/mainnet/oraichain/assets.js +57 -14
- package/mainnet/osmosis/assets.js +114 -76
- package/mainnet/osmosis/chain.js +6 -1
- package/mainnet/osmosis/ibc.js +29 -0
- package/mainnet/persistence/assets.js +8 -7
- package/mainnet/planq/assets.js +3 -0
- package/mainnet/pryzm/assets.js +44 -13
- package/mainnet/quasar/chain.js +3 -3
- package/mainnet/quicksilver/assets.js +4 -3
- package/mainnet/realio/chain.js +18 -0
- package/mainnet/routerchain/assets.js +2 -2
- package/mainnet/solana/assets.js +17 -4
- package/mainnet/stargaze/assets.js +20 -0
- package/mainnet/teritori/assets.js +6 -5
- package/mainnet/terra/assets.js +7 -10
- package/mainnet/terra2/assets.js +10 -5
- package/mainnet/vidulum/assets.js +5 -2
- package/noncosmos/arbitrum/assets.js +16 -6
- package/noncosmos/avalanche/assets.js +9 -4
- package/noncosmos/avalanchetestnet/assets.js +7 -1
- package/noncosmos/base/assets.js +17 -6
- package/noncosmos/bitcoin/assets.js +2 -2
- package/noncosmos/optimism/assets.js +16 -6
- package/noncosmos/polygon/assets.js +8 -4
- package/package.json +4 -4
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/dhealthtestnet/assets.d.ts +3 -0
- package/testnet/dhealthtestnet/assets.js +32 -0
- package/testnet/dhealthtestnet/chain.d.ts +3 -0
- package/testnet/dhealthtestnet/chain.js +51 -0
- package/testnet/dhealthtestnet/index.d.ts +2 -0
- package/testnet/dhealthtestnet/index.js +10 -0
- package/testnet/dydxtestnet/assets.js +4 -1
- package/testnet/dydxtestnet/chain.js +4 -1
- package/testnet/elystestnet/assets.js +12 -5
- package/testnet/impacthubtestnet/assets.js +4 -1
- package/testnet/jackaltestnet2/assets.js +3 -0
- package/testnet/junotestnet/assets.js +4 -1
- package/testnet/kyvetestnet/assets.js +3 -0
- package/testnet/mantrachaintestnet/assets.js +2 -1
- package/testnet/mantrachaintestnet/chain.js +2 -1
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +4 -3
- package/testnet/neuratestnet/chain.js +4 -1
- package/testnet/nobletestnet/assets.js +11 -1
- package/testnet/osmosistestnet/assets.js +14 -2
- package/testnet/sgetestnet/chain.js +4 -1
- package/testnet/sgetestnet4/chain.js +4 -1
- package/testnet/synternettestnet/assets.js +4 -1
- package/testnet/xiontestnet/assets.js +7 -1
|
@@ -31,7 +31,10 @@ const info = {
|
|
|
31
31
|
image_sync: {
|
|
32
32
|
chain_name: 'neura'
|
|
33
33
|
},
|
|
34
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png'
|
|
34
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png',
|
|
35
|
+
theme: {
|
|
36
|
+
primary_color_hex: '#4e5afc'
|
|
37
|
+
}
|
|
35
38
|
}]
|
|
36
39
|
};
|
|
37
40
|
exports.default = info;
|
|
@@ -29,7 +29,10 @@ const info = {
|
|
|
29
29
|
image_sync: {
|
|
30
30
|
chain_name: 'neura'
|
|
31
31
|
},
|
|
32
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png'
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png',
|
|
33
|
+
theme: {
|
|
34
|
+
primary_color_hex: '#4e5afc'
|
|
35
|
+
}
|
|
33
36
|
}]
|
|
34
37
|
};
|
|
35
38
|
export default info;
|
|
@@ -116,6 +116,35 @@ const info = [
|
|
|
116
116
|
}
|
|
117
117
|
}]
|
|
118
118
|
},
|
|
119
|
+
{
|
|
120
|
+
$schema: '../ibc_data.schema.json',
|
|
121
|
+
chain_1: {
|
|
122
|
+
chain_name: 'andromeda',
|
|
123
|
+
client_id: '07-tendermint-19',
|
|
124
|
+
connection_id: 'connection-15'
|
|
125
|
+
},
|
|
126
|
+
chain_2: {
|
|
127
|
+
chain_name: 'osmosis',
|
|
128
|
+
client_id: '07-tendermint-3250',
|
|
129
|
+
connection_id: 'connection-2735'
|
|
130
|
+
},
|
|
131
|
+
channels: [{
|
|
132
|
+
chain_1: {
|
|
133
|
+
channel_id: 'channel-17',
|
|
134
|
+
port_id: 'transfer'
|
|
135
|
+
},
|
|
136
|
+
chain_2: {
|
|
137
|
+
channel_id: 'channel-81924',
|
|
138
|
+
port_id: 'transfer'
|
|
139
|
+
},
|
|
140
|
+
ordering: 'unordered',
|
|
141
|
+
version: 'ics20-1',
|
|
142
|
+
tags: {
|
|
143
|
+
status: 'live',
|
|
144
|
+
preferred: true
|
|
145
|
+
}
|
|
146
|
+
}]
|
|
147
|
+
},
|
|
119
148
|
{
|
|
120
149
|
$schema: '../ibc_data.schema.json',
|
|
121
150
|
chain_1: {
|
|
@@ -133,16 +133,16 @@ const info = {
|
|
|
133
133
|
}
|
|
134
134
|
}],
|
|
135
135
|
logo_URIs: {
|
|
136
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
137
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
136
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
|
|
137
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
|
|
138
138
|
},
|
|
139
139
|
images: [{
|
|
140
140
|
image_sync: {
|
|
141
141
|
chain_name: 'vidulum',
|
|
142
142
|
base_denom: 'uvdl'
|
|
143
143
|
},
|
|
144
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
145
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
144
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
|
|
145
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg',
|
|
146
146
|
theme: {
|
|
147
147
|
primary_color_hex: '#3454bc'
|
|
148
148
|
}
|
|
@@ -455,7 +455,11 @@ const info = {
|
|
|
455
455
|
chain_name: 'ethereum',
|
|
456
456
|
base_denom: '0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce'
|
|
457
457
|
},
|
|
458
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
458
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg',
|
|
459
|
+
theme: {
|
|
460
|
+
primary_color_hex: '#FFA409',
|
|
461
|
+
background_color_hex: '#00000000'
|
|
462
|
+
}
|
|
459
463
|
}]
|
|
460
464
|
},
|
|
461
465
|
{
|
|
@@ -32,8 +32,8 @@ const info = {
|
|
|
32
32
|
cosmwasm_version: 'v0.33.0'
|
|
33
33
|
},
|
|
34
34
|
logo_URIs: {
|
|
35
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/
|
|
36
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/
|
|
35
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
36
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
37
37
|
},
|
|
38
38
|
description: 'Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.',
|
|
39
39
|
apis: {
|
|
@@ -300,8 +300,7 @@ const info = {
|
|
|
300
300
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
301
301
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
302
302
|
theme: {
|
|
303
|
-
primary_color_hex: '#040404'
|
|
304
|
-
circle: true
|
|
303
|
+
primary_color_hex: '#040404'
|
|
305
304
|
}
|
|
306
305
|
}, {
|
|
307
306
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axelar-chain-logo.png',
|
|
@@ -170,6 +170,51 @@ const info = {
|
|
|
170
170
|
primary_color_hex: '#fc4c04'
|
|
171
171
|
}
|
|
172
172
|
}]
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
description: 'USDC from Noble',
|
|
176
|
+
denom_units: [{
|
|
177
|
+
denom: 'ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4',
|
|
178
|
+
exponent: 0,
|
|
179
|
+
aliases: ['uusdc']
|
|
180
|
+
}, {
|
|
181
|
+
denom: 'usdc',
|
|
182
|
+
exponent: 6,
|
|
183
|
+
aliases: []
|
|
184
|
+
}],
|
|
185
|
+
type_asset: 'ics20',
|
|
186
|
+
base: 'ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4',
|
|
187
|
+
name: 'USDC',
|
|
188
|
+
display: 'usdc',
|
|
189
|
+
symbol: 'USDC',
|
|
190
|
+
traces: [{
|
|
191
|
+
type: 'ibc',
|
|
192
|
+
counterparty: {
|
|
193
|
+
chain_name: 'noble',
|
|
194
|
+
base_denom: 'uusdc',
|
|
195
|
+
channel_id: 'channel-95'
|
|
196
|
+
},
|
|
197
|
+
chain: {
|
|
198
|
+
channel_id: 'channel-3',
|
|
199
|
+
path: 'transfer/channel-3/uusdc'
|
|
200
|
+
}
|
|
201
|
+
}],
|
|
202
|
+
images: [{
|
|
203
|
+
image_sync: {
|
|
204
|
+
chain_name: 'noble',
|
|
205
|
+
base_denom: 'uusdc'
|
|
206
|
+
},
|
|
207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
208
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
209
|
+
theme: {
|
|
210
|
+
circle: true,
|
|
211
|
+
primary_color_hex: '#2775CA'
|
|
212
|
+
}
|
|
213
|
+
}],
|
|
214
|
+
logo_URIs: {
|
|
215
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
216
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
217
|
+
}
|
|
173
218
|
}
|
|
174
219
|
]
|
|
175
220
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
const info = [
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
2
3
|
$schema: '../ibc_data.schema.json',
|
|
3
4
|
chain_1: {
|
|
4
5
|
chain_name: 'archway',
|
|
@@ -25,7 +26,37 @@ const info = [{
|
|
|
25
26
|
status: 'live'
|
|
26
27
|
}
|
|
27
28
|
}]
|
|
28
|
-
},
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
$schema: '../ibc_data.schema.json',
|
|
32
|
+
chain_1: {
|
|
33
|
+
chain_name: 'beezee',
|
|
34
|
+
client_id: '07-tendermint-9',
|
|
35
|
+
connection_id: 'connection-3'
|
|
36
|
+
},
|
|
37
|
+
chain_2: {
|
|
38
|
+
chain_name: 'noble',
|
|
39
|
+
client_id: '07-tendermint-112',
|
|
40
|
+
connection_id: 'connection-107'
|
|
41
|
+
},
|
|
42
|
+
channels: [{
|
|
43
|
+
chain_1: {
|
|
44
|
+
channel_id: 'channel-3',
|
|
45
|
+
port_id: 'transfer'
|
|
46
|
+
},
|
|
47
|
+
chain_2: {
|
|
48
|
+
channel_id: 'channel-95',
|
|
49
|
+
port_id: 'transfer'
|
|
50
|
+
},
|
|
51
|
+
ordering: 'unordered',
|
|
52
|
+
version: 'ics20-1',
|
|
53
|
+
tags: {
|
|
54
|
+
status: 'live',
|
|
55
|
+
preferred: true
|
|
56
|
+
}
|
|
57
|
+
}]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
29
60
|
$schema: '../ibc_data.schema.json',
|
|
30
61
|
chain_1: {
|
|
31
62
|
chain_name: 'beezee',
|
|
@@ -54,5 +85,6 @@ const info = [{
|
|
|
54
85
|
dex: 'osmosis'
|
|
55
86
|
}
|
|
56
87
|
}]
|
|
57
|
-
}
|
|
88
|
+
}
|
|
89
|
+
];
|
|
58
90
|
export default info;
|
|
@@ -347,7 +347,7 @@ const info = {
|
|
|
347
347
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
348
348
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
349
349
|
theme: {
|
|
350
|
-
primary_color_hex: '#
|
|
350
|
+
primary_color_hex: '#db2777'
|
|
351
351
|
}
|
|
352
352
|
}]
|
|
353
353
|
},
|
|
@@ -891,6 +891,7 @@ const info = {
|
|
|
891
891
|
provider: 'PolyNetwork'
|
|
892
892
|
}],
|
|
893
893
|
logo_URIs: {
|
|
894
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
894
895
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
895
896
|
},
|
|
896
897
|
images: [{
|
|
@@ -898,7 +899,12 @@ const info = {
|
|
|
898
899
|
chain_name: 'ethereum',
|
|
899
900
|
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
900
901
|
},
|
|
901
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
902
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
903
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
904
|
+
theme: {
|
|
905
|
+
circle: true,
|
|
906
|
+
primary_color_hex: '#2775CA'
|
|
907
|
+
}
|
|
902
908
|
}]
|
|
903
909
|
},
|
|
904
910
|
{
|
|
@@ -1042,7 +1042,12 @@ const info = {
|
|
|
1042
1042
|
chain_name: 'solana',
|
|
1043
1043
|
base_denom: 'So11111111111111111111111111111111111111112'
|
|
1044
1044
|
},
|
|
1045
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/
|
|
1045
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
|
|
1046
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
1047
|
+
theme: {
|
|
1048
|
+
circle: true,
|
|
1049
|
+
background_color_hex: '#000000'
|
|
1050
|
+
}
|
|
1046
1051
|
}]
|
|
1047
1052
|
},
|
|
1048
1053
|
{
|
|
@@ -1187,9 +1192,9 @@ const info = {
|
|
|
1187
1192
|
chain_name: 'solana',
|
|
1188
1193
|
base_denom: 'mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So'
|
|
1189
1194
|
},
|
|
1190
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/
|
|
1195
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png',
|
|
1191
1196
|
theme: {
|
|
1192
|
-
primary_color_hex: '#
|
|
1197
|
+
primary_color_hex: '#cbebe3'
|
|
1193
1198
|
}
|
|
1194
1199
|
}]
|
|
1195
1200
|
},
|
|
@@ -67,15 +67,16 @@ const info = {
|
|
|
67
67
|
chain_name: 'noble',
|
|
68
68
|
base_denom: 'uusdc'
|
|
69
69
|
},
|
|
70
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
71
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
72
72
|
theme: {
|
|
73
|
-
|
|
73
|
+
circle: true,
|
|
74
|
+
primary_color_hex: '#2775CA'
|
|
74
75
|
}
|
|
75
76
|
}],
|
|
76
77
|
logo_URIs: {
|
|
77
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
78
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
78
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
79
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
79
80
|
}
|
|
80
81
|
}]
|
|
81
82
|
};
|
|
@@ -578,13 +578,16 @@ const info = {
|
|
|
578
578
|
provider: 'Circle'
|
|
579
579
|
}],
|
|
580
580
|
logo_URIs: {
|
|
581
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
581
582
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
582
583
|
},
|
|
583
584
|
coingecko_id: 'usd-coin',
|
|
584
585
|
images: [{
|
|
585
586
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
587
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
586
588
|
theme: {
|
|
587
|
-
circle: true
|
|
589
|
+
circle: true,
|
|
590
|
+
primary_color_hex: '#2775CA'
|
|
588
591
|
}
|
|
589
592
|
}]
|
|
590
593
|
},
|
|
@@ -232,10 +232,16 @@ const info = {
|
|
|
232
232
|
chain_name: 'solana',
|
|
233
233
|
base_denom: 'So11111111111111111111111111111111111111112'
|
|
234
234
|
},
|
|
235
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/
|
|
235
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
|
|
236
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
237
|
+
theme: {
|
|
238
|
+
circle: true,
|
|
239
|
+
background_color_hex: '#000000'
|
|
240
|
+
}
|
|
236
241
|
}],
|
|
237
242
|
logo_URIs: {
|
|
238
|
-
|
|
243
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
244
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
239
245
|
}
|
|
240
246
|
},
|
|
241
247
|
{
|
|
@@ -405,9 +411,15 @@ const info = {
|
|
|
405
411
|
chain_name: 'ethereum',
|
|
406
412
|
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
407
413
|
},
|
|
408
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
414
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
415
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
416
|
+
theme: {
|
|
417
|
+
circle: true,
|
|
418
|
+
primary_color_hex: '#2775CA'
|
|
419
|
+
}
|
|
409
420
|
}],
|
|
410
421
|
logo_URIs: {
|
|
422
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
411
423
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
412
424
|
}
|
|
413
425
|
},
|
|
@@ -438,9 +450,15 @@ const info = {
|
|
|
438
450
|
chain_name: 'avalanche',
|
|
439
451
|
base_denom: '0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E'
|
|
440
452
|
},
|
|
441
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
453
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
454
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
455
|
+
theme: {
|
|
456
|
+
circle: true,
|
|
457
|
+
primary_color_hex: '#2775CA'
|
|
458
|
+
}
|
|
442
459
|
}],
|
|
443
460
|
logo_URIs: {
|
|
461
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
444
462
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
445
463
|
}
|
|
446
464
|
},
|
|
@@ -505,9 +523,15 @@ const info = {
|
|
|
505
523
|
chain_name: 'solana',
|
|
506
524
|
base_denom: 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v'
|
|
507
525
|
},
|
|
508
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
526
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
527
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
528
|
+
theme: {
|
|
529
|
+
circle: true,
|
|
530
|
+
primary_color_hex: '#2775CA'
|
|
531
|
+
}
|
|
509
532
|
}],
|
|
510
533
|
logo_URIs: {
|
|
534
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
511
535
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
512
536
|
}
|
|
513
537
|
},
|
|
@@ -130,6 +130,7 @@ const info = {
|
|
|
130
130
|
symbol: 'USDC',
|
|
131
131
|
coingecko_id: 'gravity-bridge-usdc',
|
|
132
132
|
logo_URIs: {
|
|
133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
133
134
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
134
135
|
},
|
|
135
136
|
traces: [{
|
|
@@ -152,7 +153,12 @@ const info = {
|
|
|
152
153
|
chain_name: 'ethereum',
|
|
153
154
|
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
154
155
|
},
|
|
155
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
156
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
157
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
158
|
+
theme: {
|
|
159
|
+
circle: true,
|
|
160
|
+
primary_color_hex: '#2775CA'
|
|
161
|
+
}
|
|
156
162
|
}]
|
|
157
163
|
},
|
|
158
164
|
{
|
|
@@ -307,15 +307,15 @@ const info = {
|
|
|
307
307
|
chain_name: 'ethereum',
|
|
308
308
|
base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'
|
|
309
309
|
},
|
|
310
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
311
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
310
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
|
|
311
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg',
|
|
312
312
|
theme: {
|
|
313
313
|
primary_color_hex: '#501cad'
|
|
314
314
|
}
|
|
315
315
|
}],
|
|
316
316
|
logo_URIs: {
|
|
317
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
318
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
317
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
|
|
318
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg'
|
|
319
319
|
},
|
|
320
320
|
socials: {
|
|
321
321
|
website: 'https://gelotto.io/',
|
|
@@ -753,18 +753,19 @@ const info = {
|
|
|
753
753
|
}
|
|
754
754
|
],
|
|
755
755
|
logo_URIs: {
|
|
756
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
757
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
758
758
|
},
|
|
759
759
|
images: [{
|
|
760
760
|
image_sync: {
|
|
761
761
|
chain_name: 'noble',
|
|
762
762
|
base_denom: 'uusdc'
|
|
763
763
|
},
|
|
764
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
765
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
764
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
765
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
766
766
|
theme: {
|
|
767
|
-
|
|
767
|
+
circle: true,
|
|
768
|
+
primary_color_hex: '#2775CA'
|
|
768
769
|
}
|
|
769
770
|
}, {
|
|
770
771
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
@@ -101,10 +101,11 @@ const info = {
|
|
|
101
101
|
chain_name: 'noble',
|
|
102
102
|
base_denom: 'uusdc'
|
|
103
103
|
},
|
|
104
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
105
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
104
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
105
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
106
106
|
theme: {
|
|
107
|
-
|
|
107
|
+
circle: true,
|
|
108
|
+
primary_color_hex: '#2775CA'
|
|
108
109
|
}
|
|
109
110
|
}]
|
|
110
111
|
}
|
|
@@ -1937,18 +1937,19 @@ const info = {
|
|
|
1937
1937
|
symbol: 'USDC',
|
|
1938
1938
|
coingecko_id: 'usd-coin',
|
|
1939
1939
|
logo_URIs: {
|
|
1940
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1941
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1940
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
1941
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1942
1942
|
},
|
|
1943
1943
|
images: [{
|
|
1944
1944
|
image_sync: {
|
|
1945
1945
|
chain_name: 'noble',
|
|
1946
1946
|
base_denom: 'uusdc'
|
|
1947
1947
|
},
|
|
1948
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1949
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1948
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
1949
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
1950
1950
|
theme: {
|
|
1951
|
-
|
|
1951
|
+
circle: true,
|
|
1952
|
+
primary_color_hex: '#2775CA'
|
|
1952
1953
|
}
|
|
1953
1954
|
}],
|
|
1954
1955
|
traces: [{
|
|
@@ -499,10 +499,16 @@ const info = {
|
|
|
499
499
|
chain_name: 'gateway',
|
|
500
500
|
base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
|
|
501
501
|
},
|
|
502
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/
|
|
502
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
|
|
503
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
504
|
+
theme: {
|
|
505
|
+
circle: true,
|
|
506
|
+
background_color_hex: '#000000'
|
|
507
|
+
}
|
|
503
508
|
}],
|
|
504
509
|
logo_URIs: {
|
|
505
|
-
|
|
510
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
511
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
506
512
|
}
|
|
507
513
|
},
|
|
508
514
|
{
|
|
@@ -611,15 +617,16 @@ const info = {
|
|
|
611
617
|
chain_name: 'noble',
|
|
612
618
|
base_denom: 'uusdc'
|
|
613
619
|
},
|
|
614
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
615
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
620
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
621
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
616
622
|
theme: {
|
|
617
|
-
|
|
623
|
+
circle: true,
|
|
624
|
+
primary_color_hex: '#2775CA'
|
|
618
625
|
}
|
|
619
626
|
}],
|
|
620
627
|
logo_URIs: {
|
|
621
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
622
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
628
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
629
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
623
630
|
}
|
|
624
631
|
},
|
|
625
632
|
{
|
|
@@ -938,7 +945,7 @@ const info = {
|
|
|
938
945
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
939
946
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
940
947
|
theme: {
|
|
941
|
-
primary_color_hex: '#
|
|
948
|
+
primary_color_hex: '#db2777'
|
|
942
949
|
}
|
|
943
950
|
}],
|
|
944
951
|
logo_URIs: {
|
|
@@ -126,6 +126,10 @@ const info = {
|
|
|
126
126
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
|
|
127
127
|
},
|
|
128
128
|
images: [{
|
|
129
|
+
image_sync: {
|
|
130
|
+
chain_name: 'terra2',
|
|
131
|
+
base_denom: 'cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml'
|
|
132
|
+
},
|
|
129
133
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
130
134
|
theme: {
|
|
131
135
|
primary_color_hex: '#070707'
|
|
@@ -690,7 +694,10 @@ const info = {
|
|
|
690
694
|
chain_name: 'injective',
|
|
691
695
|
base_denom: 'factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN'
|
|
692
696
|
},
|
|
693
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png'
|
|
697
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png',
|
|
698
|
+
theme: {
|
|
699
|
+
primary_color_hex: '#04a2fc'
|
|
700
|
+
}
|
|
694
701
|
}],
|
|
695
702
|
logo_URIs: {
|
|
696
703
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png'
|