chain-registry 1.63.10 → 1.63.12
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/akash/assets.js +8 -1
- package/esm/mainnet/assets.js +2 -0
- package/esm/mainnet/axelar/ibc.js +29 -0
- package/esm/mainnet/canto/assets.js +8 -1
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/composable/assets.js +21 -3
- package/esm/mainnet/cosmoshub/assets.js +8 -1
- package/esm/mainnet/cosmoshub/ibc.js +29 -0
- package/esm/mainnet/cronos/assets.js +8 -1
- package/esm/mainnet/evmos/assets.js +8 -1
- package/esm/mainnet/gateway/assets.js +8 -1
- package/esm/mainnet/gravitybridge/assets.js +8 -1
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/injective/assets.js +8 -1
- package/esm/mainnet/injective/chain.js +3 -3
- package/esm/mainnet/kava/assets.js +8 -1
- package/esm/mainnet/kujira/assets.js +10 -1
- package/esm/mainnet/lava/chain.js +2 -10
- package/esm/mainnet/loop/chain.js +1 -2
- package/esm/mainnet/migaloo/assets.js +13 -2
- package/esm/mainnet/named.js +1 -0
- package/esm/mainnet/nomic/chain.js +8 -4
- package/esm/mainnet/omniflixhub/assets.js +6 -1
- package/esm/mainnet/osmosis/assets.js +97 -17
- package/esm/mainnet/osmosis/chain.js +6 -10
- package/esm/mainnet/osmosis/ibc.js +45 -0
- package/esm/mainnet/persistence/assets.js +8 -1
- package/esm/mainnet/self/assets.js +30 -0
- package/esm/mainnet/self/chain.js +53 -0
- package/esm/mainnet/self/ibc.js +90 -0
- package/esm/mainnet/self/index.js +6 -0
- package/esm/mainnet/sunrise/assets.js +34 -8
- package/esm/mainnet/sunrise/chain.js +3 -3
- package/esm/mainnet/terra/ibc.js +16 -0
- package/esm/mainnet/terra2/assets.js +28 -1
- package/esm/noncosmos/ethereum/assets.js +18 -3
- package/esm/noncosmos/solana/assets.js +7 -1
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/celestiatestnet/chain.js +1 -1
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/mantrachaintestnet/chain.js +0 -1
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/nobletestnet/assets.js +13 -25
- package/esm/testnet/sgetestnet4/assets.js +6 -1
- package/esm/testnet/sunrisetestnet/assets.js +58 -0
- package/esm/testnet/sunrisetestnet/chain.js +54 -0
- package/esm/testnet/sunrisetestnet/index.js +4 -0
- package/mainnet/akash/assets.js +8 -1
- package/mainnet/assets.js +2 -0
- package/mainnet/axelar/ibc.js +29 -0
- package/mainnet/canto/assets.js +8 -1
- package/mainnet/chains.js +2 -0
- package/mainnet/composable/assets.js +21 -3
- package/mainnet/cosmoshub/assets.js +8 -1
- package/mainnet/cosmoshub/ibc.js +29 -0
- package/mainnet/cronos/assets.js +8 -1
- package/mainnet/evmos/assets.js +8 -1
- package/mainnet/gateway/assets.js +8 -1
- package/mainnet/gravitybridge/assets.js +8 -1
- package/mainnet/ibc.js +2 -0
- package/mainnet/injective/assets.js +8 -1
- package/mainnet/injective/chain.js +3 -3
- package/mainnet/kava/assets.js +8 -1
- package/mainnet/kujira/assets.js +10 -1
- package/mainnet/lava/chain.js +2 -10
- package/mainnet/loop/chain.js +1 -2
- package/mainnet/migaloo/assets.js +13 -2
- package/mainnet/named.d.ts +1 -0
- package/mainnet/named.js +3 -2
- package/mainnet/nomic/chain.js +8 -4
- package/mainnet/omniflixhub/assets.js +6 -1
- package/mainnet/osmosis/assets.js +97 -17
- package/mainnet/osmosis/chain.js +6 -10
- package/mainnet/osmosis/ibc.js +45 -0
- package/mainnet/persistence/assets.js +8 -1
- package/mainnet/self/assets.d.ts +3 -0
- package/mainnet/self/assets.js +32 -0
- package/mainnet/self/chain.d.ts +3 -0
- package/mainnet/self/chain.js +55 -0
- package/mainnet/self/ibc.d.ts +3 -0
- package/mainnet/self/ibc.js +92 -0
- package/mainnet/self/index.d.ts +3 -0
- package/mainnet/self/index.js +12 -0
- package/mainnet/sunrise/assets.js +34 -8
- package/mainnet/sunrise/chain.js +3 -3
- package/mainnet/terra/ibc.js +16 -0
- package/mainnet/terra2/assets.js +28 -1
- package/noncosmos/ethereum/assets.js +18 -3
- package/noncosmos/solana/assets.js +7 -1
- package/package.json +4 -4
- package/testnet/assets.js +2 -0
- package/testnet/celestiatestnet/chain.js +1 -1
- package/testnet/chains.js +2 -0
- package/testnet/mantrachaintestnet/chain.js +0 -1
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +3 -2
- package/testnet/nobletestnet/assets.js +13 -25
- package/testnet/sgetestnet4/assets.js +6 -1
- package/testnet/sunrisetestnet/assets.d.ts +3 -0
- package/testnet/sunrisetestnet/assets.js +60 -0
- package/testnet/sunrisetestnet/chain.d.ts +3 -0
- package/testnet/sunrisetestnet/chain.js +56 -0
- package/testnet/sunrisetestnet/index.d.ts +2 -0
- package/testnet/sunrisetestnet/index.js +10 -0
|
@@ -58,9 +58,16 @@ const info = {
|
|
|
58
58
|
chain_name: 'kava',
|
|
59
59
|
base_denom: 'erc20/tether/usdt'
|
|
60
60
|
},
|
|
61
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
61
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
63
|
+
theme: {
|
|
64
|
+
circle: true,
|
|
65
|
+
primary_color_hex: '#009393',
|
|
66
|
+
background_color_hex: '#009393'
|
|
67
|
+
}
|
|
62
68
|
}],
|
|
63
69
|
logo_URIs: {
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
64
71
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
65
72
|
}
|
|
66
73
|
}]
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -138,6 +138,7 @@ import * as _scorum from './scorum';
|
|
|
138
138
|
import * as _secretnetwork from './secretnetwork';
|
|
139
139
|
import * as _seda from './seda';
|
|
140
140
|
import * as _sei from './sei';
|
|
141
|
+
import * as _self from './self';
|
|
141
142
|
import * as _sentinel from './sentinel';
|
|
142
143
|
import * as _sge from './sge';
|
|
143
144
|
import * as _shareledger from './shareledger';
|
|
@@ -308,6 +309,7 @@ const assets = [
|
|
|
308
309
|
_secretnetwork.assets,
|
|
309
310
|
_seda.assets,
|
|
310
311
|
_sei.assets,
|
|
312
|
+
_self.assets,
|
|
311
313
|
_sentinel.assets,
|
|
312
314
|
_sge.assets,
|
|
313
315
|
_shareledger.assets,
|
|
@@ -979,6 +979,35 @@ const info = [
|
|
|
979
979
|
}
|
|
980
980
|
}]
|
|
981
981
|
},
|
|
982
|
+
{
|
|
983
|
+
$schema: '../ibc_data.schema.json',
|
|
984
|
+
chain_1: {
|
|
985
|
+
chain_name: 'axelar',
|
|
986
|
+
client_id: '07-tendermint-226',
|
|
987
|
+
connection_id: 'connection-211'
|
|
988
|
+
},
|
|
989
|
+
chain_2: {
|
|
990
|
+
chain_name: 'self',
|
|
991
|
+
client_id: '07-tendermint-2',
|
|
992
|
+
connection_id: 'connection-2'
|
|
993
|
+
},
|
|
994
|
+
channels: [{
|
|
995
|
+
chain_1: {
|
|
996
|
+
channel_id: 'channel-157',
|
|
997
|
+
port_id: 'transfer'
|
|
998
|
+
},
|
|
999
|
+
chain_2: {
|
|
1000
|
+
channel_id: 'channel-1',
|
|
1001
|
+
port_id: 'transfer'
|
|
1002
|
+
},
|
|
1003
|
+
ordering: 'unordered',
|
|
1004
|
+
version: 'ics20-1',
|
|
1005
|
+
tags: {
|
|
1006
|
+
status: 'live',
|
|
1007
|
+
preferred: true
|
|
1008
|
+
}
|
|
1009
|
+
}]
|
|
1010
|
+
},
|
|
982
1011
|
{
|
|
983
1012
|
$schema: '../ibc_data.schema.json',
|
|
984
1013
|
chain_1: {
|
|
@@ -58,9 +58,16 @@ const info = {
|
|
|
58
58
|
chain_name: 'kava',
|
|
59
59
|
base_denom: 'erc20/tether/usdt'
|
|
60
60
|
},
|
|
61
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
61
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
63
|
+
theme: {
|
|
64
|
+
circle: true,
|
|
65
|
+
primary_color_hex: '#009393',
|
|
66
|
+
background_color_hex: '#009393'
|
|
67
|
+
}
|
|
62
68
|
}],
|
|
63
69
|
logo_URIs: {
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
64
71
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
65
72
|
}
|
|
66
73
|
}]
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -139,6 +139,7 @@ import * as _scorum from './scorum';
|
|
|
139
139
|
import * as _secretnetwork from './secretnetwork';
|
|
140
140
|
import * as _seda from './seda';
|
|
141
141
|
import * as _sei from './sei';
|
|
142
|
+
import * as _self from './self';
|
|
142
143
|
import * as _sentinel from './sentinel';
|
|
143
144
|
import * as _sge from './sge';
|
|
144
145
|
import * as _shareledger from './shareledger';
|
|
@@ -311,6 +312,7 @@ const chains = [
|
|
|
311
312
|
_secretnetwork.chain,
|
|
312
313
|
_seda.chain,
|
|
313
314
|
_sei.chain,
|
|
315
|
+
_self.chain,
|
|
314
316
|
_sentinel.chain,
|
|
315
317
|
_sge.chain,
|
|
316
318
|
_shareledger.chain,
|
|
@@ -527,6 +527,7 @@ const info = {
|
|
|
527
527
|
}
|
|
528
528
|
}],
|
|
529
529
|
logo_URIs: {
|
|
530
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
530
531
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
531
532
|
},
|
|
532
533
|
images: [{
|
|
@@ -534,7 +535,13 @@ const info = {
|
|
|
534
535
|
chain_name: 'ethereum',
|
|
535
536
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
536
537
|
},
|
|
537
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
538
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
539
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
540
|
+
theme: {
|
|
541
|
+
circle: true,
|
|
542
|
+
primary_color_hex: '#009393',
|
|
543
|
+
background_color_hex: '#009393'
|
|
544
|
+
}
|
|
538
545
|
}],
|
|
539
546
|
socials: {
|
|
540
547
|
website: 'https://www.tether.to/',
|
|
@@ -1295,7 +1302,13 @@ const info = {
|
|
|
1295
1302
|
chain_name: 'solana',
|
|
1296
1303
|
base_denom: 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB'
|
|
1297
1304
|
},
|
|
1298
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1305
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1306
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1307
|
+
theme: {
|
|
1308
|
+
circle: true,
|
|
1309
|
+
primary_color_hex: '#009393',
|
|
1310
|
+
background_color_hex: '#009393'
|
|
1311
|
+
}
|
|
1299
1312
|
}]
|
|
1300
1313
|
},
|
|
1301
1314
|
{
|
|
@@ -1330,7 +1343,12 @@ const info = {
|
|
|
1330
1343
|
chain_name: 'solana',
|
|
1331
1344
|
base_denom: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump'
|
|
1332
1345
|
},
|
|
1333
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png'
|
|
1346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png',
|
|
1347
|
+
theme: {
|
|
1348
|
+
primary_color_hex: '#FFFFFF',
|
|
1349
|
+
background_color_hex: '#FFFFFF',
|
|
1350
|
+
circle: false
|
|
1351
|
+
}
|
|
1334
1352
|
}]
|
|
1335
1353
|
}
|
|
1336
1354
|
]
|
|
@@ -60,9 +60,16 @@ const info = {
|
|
|
60
60
|
chain_name: 'kava',
|
|
61
61
|
base_denom: 'erc20/tether/usdt'
|
|
62
62
|
},
|
|
63
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
63
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
65
|
+
theme: {
|
|
66
|
+
circle: true,
|
|
67
|
+
primary_color_hex: '#009393',
|
|
68
|
+
background_color_hex: '#009393'
|
|
69
|
+
}
|
|
64
70
|
}],
|
|
65
71
|
logo_URIs: {
|
|
72
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
66
73
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
67
74
|
}
|
|
68
75
|
},
|
|
@@ -1312,6 +1312,35 @@ const info = [
|
|
|
1312
1312
|
}
|
|
1313
1313
|
}]
|
|
1314
1314
|
},
|
|
1315
|
+
{
|
|
1316
|
+
$schema: '../ibc_data.schema.json',
|
|
1317
|
+
chain_1: {
|
|
1318
|
+
chain_name: 'cosmoshub',
|
|
1319
|
+
client_id: '07-tendermint-1310',
|
|
1320
|
+
connection_id: 'connection-1043'
|
|
1321
|
+
},
|
|
1322
|
+
chain_2: {
|
|
1323
|
+
chain_name: 'self',
|
|
1324
|
+
client_id: '07-tendermint-0',
|
|
1325
|
+
connection_id: 'connection-0'
|
|
1326
|
+
},
|
|
1327
|
+
channels: [{
|
|
1328
|
+
chain_1: {
|
|
1329
|
+
channel_id: 'channel-892',
|
|
1330
|
+
port_id: 'transfer'
|
|
1331
|
+
},
|
|
1332
|
+
chain_2: {
|
|
1333
|
+
channel_id: 'channel-0',
|
|
1334
|
+
port_id: 'transfer'
|
|
1335
|
+
},
|
|
1336
|
+
ordering: 'unordered',
|
|
1337
|
+
version: 'ics20-1',
|
|
1338
|
+
tags: {
|
|
1339
|
+
status: 'live',
|
|
1340
|
+
preferred: true
|
|
1341
|
+
}
|
|
1342
|
+
}]
|
|
1343
|
+
},
|
|
1315
1344
|
{
|
|
1316
1345
|
$schema: '../ibc_data.schema.json',
|
|
1317
1346
|
chain_1: {
|
|
@@ -63,9 +63,16 @@ const info = {
|
|
|
63
63
|
chain_name: 'kava',
|
|
64
64
|
base_denom: 'erc20/tether/usdt'
|
|
65
65
|
},
|
|
66
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
66
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
68
|
+
theme: {
|
|
69
|
+
circle: true,
|
|
70
|
+
primary_color_hex: '#009393',
|
|
71
|
+
background_color_hex: '#009393'
|
|
72
|
+
}
|
|
67
73
|
}],
|
|
68
74
|
logo_URIs: {
|
|
75
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
69
76
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
70
77
|
}
|
|
71
78
|
}]
|
|
@@ -60,9 +60,16 @@ const info = {
|
|
|
60
60
|
chain_name: 'kava',
|
|
61
61
|
base_denom: 'erc20/tether/usdt'
|
|
62
62
|
},
|
|
63
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
63
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
65
|
+
theme: {
|
|
66
|
+
circle: true,
|
|
67
|
+
primary_color_hex: '#009393',
|
|
68
|
+
background_color_hex: '#009393'
|
|
69
|
+
}
|
|
64
70
|
}],
|
|
65
71
|
logo_URIs: {
|
|
72
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
66
73
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
67
74
|
}
|
|
68
75
|
},
|
|
@@ -189,9 +189,16 @@ const info = {
|
|
|
189
189
|
chain_name: 'ethereum',
|
|
190
190
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
191
191
|
},
|
|
192
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
192
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
193
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
194
|
+
theme: {
|
|
195
|
+
circle: true,
|
|
196
|
+
primary_color_hex: '#009393',
|
|
197
|
+
background_color_hex: '#009393'
|
|
198
|
+
}
|
|
193
199
|
}],
|
|
194
200
|
logo_URIs: {
|
|
201
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
195
202
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
196
203
|
}
|
|
197
204
|
},
|
|
@@ -163,6 +163,7 @@ const info = {
|
|
|
163
163
|
display: 'gusdt',
|
|
164
164
|
symbol: 'USDT',
|
|
165
165
|
logo_URIs: {
|
|
166
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
166
167
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
167
168
|
},
|
|
168
169
|
traces: [{
|
|
@@ -185,7 +186,13 @@ const info = {
|
|
|
185
186
|
chain_name: 'ethereum',
|
|
186
187
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
187
188
|
},
|
|
188
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
189
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
190
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
191
|
+
theme: {
|
|
192
|
+
circle: true,
|
|
193
|
+
primary_color_hex: '#009393',
|
|
194
|
+
background_color_hex: '#009393'
|
|
195
|
+
}
|
|
189
196
|
}]
|
|
190
197
|
},
|
|
191
198
|
{
|
package/esm/mainnet/ibc.js
CHANGED
|
@@ -111,6 +111,7 @@ import * as _scorum from './scorum';
|
|
|
111
111
|
import * as _secretnetwork from './secretnetwork';
|
|
112
112
|
import * as _seda from './seda';
|
|
113
113
|
import * as _sei from './sei';
|
|
114
|
+
import * as _self from './self';
|
|
114
115
|
import * as _sentinel from './sentinel';
|
|
115
116
|
import * as _sge from './sge';
|
|
116
117
|
import * as _shareledger from './shareledger';
|
|
@@ -246,6 +247,7 @@ const ibc = [
|
|
|
246
247
|
..._secretnetwork.ibc,
|
|
247
248
|
..._seda.ibc,
|
|
248
249
|
..._sei.ibc,
|
|
250
|
+
..._self.ibc,
|
|
249
251
|
..._sentinel.ibc,
|
|
250
252
|
..._sge.ibc,
|
|
251
253
|
..._shareledger.ibc,
|
|
@@ -60,9 +60,16 @@ const info = {
|
|
|
60
60
|
chain_name: 'kava',
|
|
61
61
|
base_denom: 'erc20/tether/usdt'
|
|
62
62
|
},
|
|
63
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
63
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
65
|
+
theme: {
|
|
66
|
+
circle: true,
|
|
67
|
+
primary_color_hex: '#009393',
|
|
68
|
+
background_color_hex: '#009393'
|
|
69
|
+
}
|
|
64
70
|
}],
|
|
65
71
|
logo_URIs: {
|
|
72
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
66
73
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
67
74
|
}
|
|
68
75
|
},
|
|
@@ -34,7 +34,7 @@ const info = {
|
|
|
34
34
|
apis: {
|
|
35
35
|
rpc: [
|
|
36
36
|
{
|
|
37
|
-
address: 'https://
|
|
37
|
+
address: 'https://6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-rpc.newmetric.xyz',
|
|
38
38
|
provider: 'NewMetric'
|
|
39
39
|
},
|
|
40
40
|
{
|
|
@@ -92,7 +92,7 @@ const info = {
|
|
|
92
92
|
],
|
|
93
93
|
rest: [
|
|
94
94
|
{
|
|
95
|
-
address: 'https://
|
|
95
|
+
address: 'https://6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-rest.newmetric.xyz',
|
|
96
96
|
provider: 'NewMetric'
|
|
97
97
|
},
|
|
98
98
|
{
|
|
@@ -150,7 +150,7 @@ const info = {
|
|
|
150
150
|
],
|
|
151
151
|
grpc: [
|
|
152
152
|
{
|
|
153
|
-
address: '
|
|
153
|
+
address: '6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-grpc.newmetric.xyz:80',
|
|
154
154
|
provider: 'NewMetric'
|
|
155
155
|
},
|
|
156
156
|
{
|
|
@@ -125,9 +125,16 @@ const info = {
|
|
|
125
125
|
chain_name: 'ethereum',
|
|
126
126
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
127
127
|
},
|
|
128
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
128
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
130
|
+
theme: {
|
|
131
|
+
circle: true,
|
|
132
|
+
primary_color_hex: '#009393',
|
|
133
|
+
background_color_hex: '#009393'
|
|
134
|
+
}
|
|
129
135
|
}],
|
|
130
136
|
logo_URIs: {
|
|
137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
131
138
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
132
139
|
}
|
|
133
140
|
}
|
|
@@ -230,9 +230,16 @@ const info = {
|
|
|
230
230
|
chain_name: 'kava',
|
|
231
231
|
base_denom: 'erc20/tether/usdt'
|
|
232
232
|
},
|
|
233
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
233
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
234
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
235
|
+
theme: {
|
|
236
|
+
circle: true,
|
|
237
|
+
primary_color_hex: '#009393',
|
|
238
|
+
background_color_hex: '#009393'
|
|
239
|
+
}
|
|
234
240
|
}],
|
|
235
241
|
logo_URIs: {
|
|
242
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
236
243
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
237
244
|
}
|
|
238
245
|
},
|
|
@@ -249,6 +256,7 @@ const info = {
|
|
|
249
256
|
name: 'Fuzion',
|
|
250
257
|
display: 'fuzn',
|
|
251
258
|
symbol: 'FUZN',
|
|
259
|
+
coingecko_id: 'fuzion',
|
|
252
260
|
logo_URIs: {
|
|
253
261
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
|
|
254
262
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
|
|
@@ -362,6 +370,7 @@ const info = {
|
|
|
362
370
|
name: 'AQLA',
|
|
363
371
|
display: 'AQLA',
|
|
364
372
|
symbol: 'AQLA',
|
|
373
|
+
coingecko_id: 'aqualibre',
|
|
365
374
|
logo_URIs: {
|
|
366
375
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg'
|
|
367
376
|
},
|
|
@@ -34,18 +34,10 @@ const info = {
|
|
|
34
34
|
cosmwasm_enabled: false
|
|
35
35
|
},
|
|
36
36
|
images: [{
|
|
37
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava
|
|
38
|
-
theme: {
|
|
39
|
-
primary_color_hex: '#FF3900'
|
|
40
|
-
},
|
|
41
|
-
layout: 'logo',
|
|
42
|
-
text_position: 'right'
|
|
43
|
-
}, {
|
|
44
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
45
|
-
layout: 'logomark'
|
|
37
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
46
38
|
}],
|
|
47
39
|
logo_URIs: {
|
|
48
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava
|
|
40
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
49
41
|
},
|
|
50
42
|
description: 'Lava (LAVA) is the data access layer of the modular stack. developers and ecosystems permissionlessly add services to be served or accessed through lava. featuring a fully decentralized open source sdk integrable in frontends and a battle tested fully scalable open source server kit and can be used locally or through managed endpoints. Lava features rpc data access, indexing services, debug apis, archive access and more. Service providers can join the network, earn rewards either in the native token of the chain via token bought subscriptions on chain or through any ibc transferred token via incentive pools created and funded by ecosystems and DAOs. Developers can use the abstraction and go multi chain in seconds, not needing to choose what tools to use, having the access aggregated for them. Build whatever, wherever.',
|
|
51
43
|
apis: {
|
|
@@ -30,8 +30,7 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
images: [{
|
|
32
32
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.png',
|
|
33
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg'
|
|
34
|
-
layout: 'logomark'
|
|
33
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg'
|
|
35
34
|
}],
|
|
36
35
|
logo_URIs: {
|
|
37
36
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.png',
|
|
@@ -195,9 +195,16 @@ const info = {
|
|
|
195
195
|
chain_name: 'kava',
|
|
196
196
|
base_denom: 'erc20/tether/usdt'
|
|
197
197
|
},
|
|
198
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
198
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
199
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
200
|
+
theme: {
|
|
201
|
+
circle: true,
|
|
202
|
+
primary_color_hex: '#009393',
|
|
203
|
+
background_color_hex: '#009393'
|
|
204
|
+
}
|
|
199
205
|
}],
|
|
200
206
|
logo_URIs: {
|
|
207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
201
208
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
202
209
|
}
|
|
203
210
|
},
|
|
@@ -563,7 +570,11 @@ const info = {
|
|
|
563
570
|
base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos'
|
|
564
571
|
},
|
|
565
572
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png',
|
|
566
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg'
|
|
573
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg',
|
|
574
|
+
theme: {
|
|
575
|
+
primary_color_hex: '#639BFF',
|
|
576
|
+
circle: true
|
|
577
|
+
}
|
|
567
578
|
}],
|
|
568
579
|
logo_URIs: {
|
|
569
580
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png',
|
package/esm/mainnet/named.js
CHANGED
|
@@ -139,6 +139,7 @@ export * as scorum from './scorum';
|
|
|
139
139
|
export * as secretnetwork from './secretnetwork';
|
|
140
140
|
export * as seda from './seda';
|
|
141
141
|
export * as sei from './sei';
|
|
142
|
+
export * as self from './self';
|
|
142
143
|
export * as sentinel from './sentinel';
|
|
143
144
|
export * as sge from './sge';
|
|
144
145
|
export * as shareledger from './shareledger';
|
|
@@ -29,8 +29,8 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {},
|
|
31
31
|
logo_URIs: {
|
|
32
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/
|
|
33
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
|
|
33
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
|
|
34
34
|
},
|
|
35
35
|
description: 'The superior way to use Bitcoin in Cosmos DeFi. Use IBC to securely and efficiently bridge your BTC to Osmosis and more.',
|
|
36
36
|
apis: {
|
|
@@ -82,8 +82,12 @@ const info = {
|
|
|
82
82
|
}
|
|
83
83
|
],
|
|
84
84
|
images: [{
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
image_sync: {
|
|
86
|
+
chain_name: 'nomic',
|
|
87
|
+
base_denom: 'unom'
|
|
88
|
+
},
|
|
89
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
|
|
90
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
|
|
87
91
|
}],
|
|
88
92
|
bech32_config: {
|
|
89
93
|
bech32PrefixAccAddr: 'nomic',
|
|
@@ -255,7 +255,12 @@ const info = {
|
|
|
255
255
|
chain_name: 'osmosis',
|
|
256
256
|
base_denom: 'ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7'
|
|
257
257
|
},
|
|
258
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png'
|
|
258
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png',
|
|
259
|
+
theme: {
|
|
260
|
+
primary_color_hex: '#F7E3C0',
|
|
261
|
+
background_color_hex: '#F7E3C0',
|
|
262
|
+
circle: true
|
|
263
|
+
}
|
|
259
264
|
}, {
|
|
260
265
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png',
|
|
261
266
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg'
|