@chain-registry/assets 1.64.52 → 1.64.54
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/assets.js +2 -1
- package/esm/mainnet/carbon.js +470 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/kujira.js +470 -2
- package/esm/mainnet/migaloo.js +470 -2
- package/esm/mainnet/neutron.js +470 -2
- package/esm/mainnet/osmosis.js +546 -2
- package/esm/mainnet/routerchain.js +182 -0
- package/esm/mainnet/secretnetwork.js +470 -2
- package/esm/testnet/nobletestnet.js +94 -0
- package/esm/testnet/titantestnet.js +172 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/carbon.js +470 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/kujira.js +470 -2
- package/mainnet/migaloo.js +470 -2
- package/mainnet/neutron.js +470 -2
- package/mainnet/osmosis.js +546 -2
- package/mainnet/routerchain.d.ts +3 -0
- package/mainnet/routerchain.js +184 -0
- package/mainnet/secretnetwork.js +470 -2
- package/package.json +5 -5
- package/testnet/nobletestnet.js +94 -0
- package/testnet/titantestnet.js +172 -0
package/esm/mainnet/assets.js
CHANGED
|
@@ -112,6 +112,7 @@ import _realio from './realio';
|
|
|
112
112
|
import _rebus from './rebus';
|
|
113
113
|
import _regen from './regen';
|
|
114
114
|
import _rizon from './rizon';
|
|
115
|
+
import _routerchain from './routerchain';
|
|
115
116
|
import _saga from './saga';
|
|
116
117
|
import _scorum from './scorum';
|
|
117
118
|
import _secretnetwork from './secretnetwork';
|
|
@@ -139,5 +140,5 @@ import _unification from './unification';
|
|
|
139
140
|
import _uptick from './uptick';
|
|
140
141
|
import _vidulum from './vidulum';
|
|
141
142
|
import _xpla from './xpla';
|
|
142
|
-
const assets = [_ethereum, _solana, _8ball, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _cerberus, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _cudos, _decentr, _desmos, _dhealth, _dig, _doravota, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _konstellation, _kujira, _kyve, _lambda, _lava, _likecoin, _lumenx, _lumnetwork, _mande, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutaro, _neutron, _nibiru, _nim, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stride, _teritori, _terra, _terra2, _tgrade, _umee, _unification, _uptick, _vidulum, _xpla];
|
|
143
|
+
const assets = [_ethereum, _solana, _8ball, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _cerberus, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _cudos, _decentr, _desmos, _dhealth, _dig, _doravota, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _konstellation, _kujira, _kyve, _lambda, _lava, _likecoin, _lumenx, _lumnetwork, _mande, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutaro, _neutron, _nibiru, _nim, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stride, _teritori, _terra, _terra2, _tgrade, _umee, _unification, _uptick, _vidulum, _xpla];
|
|
143
144
|
export default assets;
|
package/esm/mainnet/carbon.js
CHANGED
|
@@ -1244,7 +1244,7 @@ const assets = {
|
|
|
1244
1244
|
}]
|
|
1245
1245
|
},
|
|
1246
1246
|
{
|
|
1247
|
-
description: 'Alem is
|
|
1247
|
+
description: 'Alem is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.',
|
|
1248
1248
|
denom_units: [{
|
|
1249
1249
|
denom: 'ibc/15089D94EC7158374C4B22244E1A6EC817F63282D0138ED964738D30FA357DD7',
|
|
1250
1250
|
exponent: 0,
|
|
@@ -1282,6 +1282,240 @@ const assets = {
|
|
|
1282
1282
|
}
|
|
1283
1283
|
}]
|
|
1284
1284
|
},
|
|
1285
|
+
{
|
|
1286
|
+
description: 'almagem is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.',
|
|
1287
|
+
denom_units: [{
|
|
1288
|
+
denom: 'ibc/6A6E374A6BBF21084B8CC28DB82674C9B3AF0EBC759E613B9E0E1D6333E7B66B',
|
|
1289
|
+
exponent: 0,
|
|
1290
|
+
aliases: ['cw20:terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40']
|
|
1291
|
+
}, {
|
|
1292
|
+
denom: 'AMG',
|
|
1293
|
+
exponent: 6
|
|
1294
|
+
}],
|
|
1295
|
+
type_asset: 'cw20',
|
|
1296
|
+
address: 'terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40',
|
|
1297
|
+
base: 'ibc/6A6E374A6BBF21084B8CC28DB82674C9B3AF0EBC759E613B9E0E1D6333E7B66B',
|
|
1298
|
+
name: 'almagem',
|
|
1299
|
+
display: 'AMG',
|
|
1300
|
+
symbol: 'AMG',
|
|
1301
|
+
logo_URIs: {
|
|
1302
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/almagem.png'
|
|
1303
|
+
},
|
|
1304
|
+
images: [{
|
|
1305
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/almagem.png',
|
|
1306
|
+
theme: {
|
|
1307
|
+
primary_color_hex: '#d1b295'
|
|
1308
|
+
}
|
|
1309
|
+
}],
|
|
1310
|
+
traces: [{
|
|
1311
|
+
type: 'ibc-cw20',
|
|
1312
|
+
counterparty: {
|
|
1313
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
1314
|
+
channel_id: 'channel-41',
|
|
1315
|
+
base_denom: 'cw20:terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40',
|
|
1316
|
+
chain_name: 'terra2'
|
|
1317
|
+
},
|
|
1318
|
+
chain: {
|
|
1319
|
+
port: 'transfer',
|
|
1320
|
+
channel_id: 'channel-16'
|
|
1321
|
+
}
|
|
1322
|
+
}]
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
description: 'arika is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.',
|
|
1326
|
+
denom_units: [{
|
|
1327
|
+
denom: 'ibc/137A008E03E1EA2B5A86C4E4A947DF33E6876FEF48AC31FAB507A09DB66CC699',
|
|
1328
|
+
exponent: 0,
|
|
1329
|
+
aliases: ['cw20:terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y']
|
|
1330
|
+
}, {
|
|
1331
|
+
denom: 'ARK',
|
|
1332
|
+
exponent: 6
|
|
1333
|
+
}],
|
|
1334
|
+
type_asset: 'cw20',
|
|
1335
|
+
address: 'terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y',
|
|
1336
|
+
base: 'ibc/137A008E03E1EA2B5A86C4E4A947DF33E6876FEF48AC31FAB507A09DB66CC699',
|
|
1337
|
+
name: 'arika',
|
|
1338
|
+
display: 'ARK',
|
|
1339
|
+
symbol: 'ARK',
|
|
1340
|
+
logo_URIs: {
|
|
1341
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arika.png'
|
|
1342
|
+
},
|
|
1343
|
+
images: [{
|
|
1344
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arika.png',
|
|
1345
|
+
theme: {
|
|
1346
|
+
primary_color_hex: '#d1b295'
|
|
1347
|
+
}
|
|
1348
|
+
}],
|
|
1349
|
+
traces: [{
|
|
1350
|
+
type: 'ibc-cw20',
|
|
1351
|
+
counterparty: {
|
|
1352
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
1353
|
+
channel_id: 'channel-41',
|
|
1354
|
+
base_denom: 'cw20:terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y',
|
|
1355
|
+
chain_name: 'terra2'
|
|
1356
|
+
},
|
|
1357
|
+
chain: {
|
|
1358
|
+
port: 'transfer',
|
|
1359
|
+
channel_id: 'channel-16'
|
|
1360
|
+
}
|
|
1361
|
+
}]
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
description: 'danu is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.',
|
|
1365
|
+
denom_units: [{
|
|
1366
|
+
denom: 'ibc/1CDC8DA88767C1FE76FAD24D2EDE13B90E0DCC6499D3E4DBA84C06BF1A586EE1',
|
|
1367
|
+
exponent: 0,
|
|
1368
|
+
aliases: ['cw20:terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr']
|
|
1369
|
+
}, {
|
|
1370
|
+
denom: 'DANU',
|
|
1371
|
+
exponent: 6
|
|
1372
|
+
}],
|
|
1373
|
+
type_asset: 'cw20',
|
|
1374
|
+
address: 'terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr',
|
|
1375
|
+
base: 'ibc/1CDC8DA88767C1FE76FAD24D2EDE13B90E0DCC6499D3E4DBA84C06BF1A586EE1',
|
|
1376
|
+
name: 'danu',
|
|
1377
|
+
display: 'DANU',
|
|
1378
|
+
symbol: 'DANU',
|
|
1379
|
+
logo_URIs: {
|
|
1380
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/danu.png'
|
|
1381
|
+
},
|
|
1382
|
+
images: [{
|
|
1383
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/danu.png',
|
|
1384
|
+
theme: {
|
|
1385
|
+
primary_color_hex: '#d1b295'
|
|
1386
|
+
}
|
|
1387
|
+
}],
|
|
1388
|
+
traces: [{
|
|
1389
|
+
type: 'ibc-cw20',
|
|
1390
|
+
counterparty: {
|
|
1391
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
1392
|
+
channel_id: 'channel-41',
|
|
1393
|
+
base_denom: 'cw20:terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr',
|
|
1394
|
+
chain_name: 'terra2'
|
|
1395
|
+
},
|
|
1396
|
+
chain: {
|
|
1397
|
+
port: 'transfer',
|
|
1398
|
+
channel_id: 'channel-16'
|
|
1399
|
+
}
|
|
1400
|
+
}]
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
description: 'torus is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.',
|
|
1404
|
+
denom_units: [{
|
|
1405
|
+
denom: 'ibc/1BF98308078B8438AC161E4FBBFAFFD196B4E69505660521F40C7AA7E853B301',
|
|
1406
|
+
exponent: 0,
|
|
1407
|
+
aliases: ['cw20:terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7']
|
|
1408
|
+
}, {
|
|
1409
|
+
denom: 'TRS',
|
|
1410
|
+
exponent: 6
|
|
1411
|
+
}],
|
|
1412
|
+
type_asset: 'cw20',
|
|
1413
|
+
address: 'terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7',
|
|
1414
|
+
base: 'ibc/1BF98308078B8438AC161E4FBBFAFFD196B4E69505660521F40C7AA7E853B301',
|
|
1415
|
+
name: 'torus',
|
|
1416
|
+
display: 'TRS',
|
|
1417
|
+
symbol: 'TRS',
|
|
1418
|
+
logo_URIs: {
|
|
1419
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/trs.png'
|
|
1420
|
+
},
|
|
1421
|
+
images: [{
|
|
1422
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/trs.png',
|
|
1423
|
+
theme: {
|
|
1424
|
+
primary_color_hex: '#d1b295'
|
|
1425
|
+
}
|
|
1426
|
+
}],
|
|
1427
|
+
traces: [{
|
|
1428
|
+
type: 'ibc-cw20',
|
|
1429
|
+
counterparty: {
|
|
1430
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
1431
|
+
channel_id: 'channel-41',
|
|
1432
|
+
base_denom: 'cw20:terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7',
|
|
1433
|
+
chain_name: 'terra2'
|
|
1434
|
+
},
|
|
1435
|
+
chain: {
|
|
1436
|
+
port: 'transfer',
|
|
1437
|
+
channel_id: 'channel-16'
|
|
1438
|
+
}
|
|
1439
|
+
}]
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
description: 'plasma is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.',
|
|
1443
|
+
denom_units: [{
|
|
1444
|
+
denom: 'ibc/A4BBB91ECE7322B26ED9FF7E851C2D17CE6E71D68928284BA6D61DE3614DDD1A',
|
|
1445
|
+
exponent: 0,
|
|
1446
|
+
aliases: ['cw20:terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp']
|
|
1447
|
+
}, {
|
|
1448
|
+
denom: 'PLASMA',
|
|
1449
|
+
exponent: 6
|
|
1450
|
+
}],
|
|
1451
|
+
type_asset: 'cw20',
|
|
1452
|
+
address: 'terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp',
|
|
1453
|
+
base: 'ibc/A4BBB91ECE7322B26ED9FF7E851C2D17CE6E71D68928284BA6D61DE3614DDD1A',
|
|
1454
|
+
name: 'plasma',
|
|
1455
|
+
display: 'PLASMA',
|
|
1456
|
+
symbol: 'PLASMA',
|
|
1457
|
+
logo_URIs: {
|
|
1458
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/plasma.png'
|
|
1459
|
+
},
|
|
1460
|
+
images: [{
|
|
1461
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/plasma.png',
|
|
1462
|
+
theme: {
|
|
1463
|
+
primary_color_hex: '#d1b295'
|
|
1464
|
+
}
|
|
1465
|
+
}],
|
|
1466
|
+
traces: [{
|
|
1467
|
+
type: 'ibc-cw20',
|
|
1468
|
+
counterparty: {
|
|
1469
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
1470
|
+
channel_id: 'channel-41',
|
|
1471
|
+
base_denom: 'cw20:terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp',
|
|
1472
|
+
chain_name: 'terra2'
|
|
1473
|
+
},
|
|
1474
|
+
chain: {
|
|
1475
|
+
port: 'transfer',
|
|
1476
|
+
channel_id: 'channel-16'
|
|
1477
|
+
}
|
|
1478
|
+
}]
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
description: 'dmt is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.',
|
|
1482
|
+
denom_units: [{
|
|
1483
|
+
denom: 'ibc/2987E86862728F098B49333041328D3916029B6E09D341AA16B740AFAC93019F',
|
|
1484
|
+
exponent: 0,
|
|
1485
|
+
aliases: ['cw20:terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf']
|
|
1486
|
+
}, {
|
|
1487
|
+
denom: 'DMT',
|
|
1488
|
+
exponent: 6
|
|
1489
|
+
}],
|
|
1490
|
+
type_asset: 'cw20',
|
|
1491
|
+
address: 'terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf',
|
|
1492
|
+
base: 'ibc/2987E86862728F098B49333041328D3916029B6E09D341AA16B740AFAC93019F',
|
|
1493
|
+
name: 'dmt',
|
|
1494
|
+
display: 'DMT',
|
|
1495
|
+
symbol: 'DMT',
|
|
1496
|
+
logo_URIs: {
|
|
1497
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/dmt.png'
|
|
1498
|
+
},
|
|
1499
|
+
images: [{
|
|
1500
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/dmt.png',
|
|
1501
|
+
theme: {
|
|
1502
|
+
primary_color_hex: '#d1b295'
|
|
1503
|
+
}
|
|
1504
|
+
}],
|
|
1505
|
+
traces: [{
|
|
1506
|
+
type: 'ibc-cw20',
|
|
1507
|
+
counterparty: {
|
|
1508
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
1509
|
+
channel_id: 'channel-41',
|
|
1510
|
+
base_denom: 'cw20:terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf',
|
|
1511
|
+
chain_name: 'terra2'
|
|
1512
|
+
},
|
|
1513
|
+
chain: {
|
|
1514
|
+
port: 'transfer',
|
|
1515
|
+
channel_id: 'channel-16'
|
|
1516
|
+
}
|
|
1517
|
+
}]
|
|
1518
|
+
},
|
|
1285
1519
|
{
|
|
1286
1520
|
description: 'ERIS liquid staked LUNA.',
|
|
1287
1521
|
type_asset: 'cw20',
|
|
@@ -2306,7 +2540,7 @@ const assets = {
|
|
|
2306
2540
|
}]
|
|
2307
2541
|
},
|
|
2308
2542
|
{
|
|
2309
|
-
description: 'Alem is
|
|
2543
|
+
description: 'Alem is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.',
|
|
2310
2544
|
denom_units: [{
|
|
2311
2545
|
denom: 'ibc/15089D94EC7158374C4B22244E1A6EC817F63282D0138ED964738D30FA357DD7',
|
|
2312
2546
|
exponent: 0,
|
|
@@ -2344,6 +2578,240 @@ const assets = {
|
|
|
2344
2578
|
}
|
|
2345
2579
|
}]
|
|
2346
2580
|
},
|
|
2581
|
+
{
|
|
2582
|
+
description: 'almagem is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.',
|
|
2583
|
+
denom_units: [{
|
|
2584
|
+
denom: 'ibc/6A6E374A6BBF21084B8CC28DB82674C9B3AF0EBC759E613B9E0E1D6333E7B66B',
|
|
2585
|
+
exponent: 0,
|
|
2586
|
+
aliases: ['cw20:terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40']
|
|
2587
|
+
}, {
|
|
2588
|
+
denom: 'AMG',
|
|
2589
|
+
exponent: 6
|
|
2590
|
+
}],
|
|
2591
|
+
type_asset: 'cw20',
|
|
2592
|
+
address: 'terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40',
|
|
2593
|
+
base: 'ibc/6A6E374A6BBF21084B8CC28DB82674C9B3AF0EBC759E613B9E0E1D6333E7B66B',
|
|
2594
|
+
name: 'almagem',
|
|
2595
|
+
display: 'AMG',
|
|
2596
|
+
symbol: 'AMG',
|
|
2597
|
+
logo_URIs: {
|
|
2598
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/almagem.png'
|
|
2599
|
+
},
|
|
2600
|
+
images: [{
|
|
2601
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/almagem.png',
|
|
2602
|
+
theme: {
|
|
2603
|
+
primary_color_hex: '#d1b295'
|
|
2604
|
+
}
|
|
2605
|
+
}],
|
|
2606
|
+
traces: [{
|
|
2607
|
+
type: 'ibc-cw20',
|
|
2608
|
+
counterparty: {
|
|
2609
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
2610
|
+
channel_id: 'channel-41',
|
|
2611
|
+
base_denom: 'cw20:terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40',
|
|
2612
|
+
chain_name: 'terra2'
|
|
2613
|
+
},
|
|
2614
|
+
chain: {
|
|
2615
|
+
port: 'transfer',
|
|
2616
|
+
channel_id: 'channel-16'
|
|
2617
|
+
}
|
|
2618
|
+
}]
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
description: 'arika is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.',
|
|
2622
|
+
denom_units: [{
|
|
2623
|
+
denom: 'ibc/137A008E03E1EA2B5A86C4E4A947DF33E6876FEF48AC31FAB507A09DB66CC699',
|
|
2624
|
+
exponent: 0,
|
|
2625
|
+
aliases: ['cw20:terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y']
|
|
2626
|
+
}, {
|
|
2627
|
+
denom: 'ARK',
|
|
2628
|
+
exponent: 6
|
|
2629
|
+
}],
|
|
2630
|
+
type_asset: 'cw20',
|
|
2631
|
+
address: 'terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y',
|
|
2632
|
+
base: 'ibc/137A008E03E1EA2B5A86C4E4A947DF33E6876FEF48AC31FAB507A09DB66CC699',
|
|
2633
|
+
name: 'arika',
|
|
2634
|
+
display: 'ARK',
|
|
2635
|
+
symbol: 'ARK',
|
|
2636
|
+
logo_URIs: {
|
|
2637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arika.png'
|
|
2638
|
+
},
|
|
2639
|
+
images: [{
|
|
2640
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arika.png',
|
|
2641
|
+
theme: {
|
|
2642
|
+
primary_color_hex: '#d1b295'
|
|
2643
|
+
}
|
|
2644
|
+
}],
|
|
2645
|
+
traces: [{
|
|
2646
|
+
type: 'ibc-cw20',
|
|
2647
|
+
counterparty: {
|
|
2648
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
2649
|
+
channel_id: 'channel-41',
|
|
2650
|
+
base_denom: 'cw20:terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y',
|
|
2651
|
+
chain_name: 'terra2'
|
|
2652
|
+
},
|
|
2653
|
+
chain: {
|
|
2654
|
+
port: 'transfer',
|
|
2655
|
+
channel_id: 'channel-16'
|
|
2656
|
+
}
|
|
2657
|
+
}]
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
description: 'danu is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.',
|
|
2661
|
+
denom_units: [{
|
|
2662
|
+
denom: 'ibc/1CDC8DA88767C1FE76FAD24D2EDE13B90E0DCC6499D3E4DBA84C06BF1A586EE1',
|
|
2663
|
+
exponent: 0,
|
|
2664
|
+
aliases: ['cw20:terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr']
|
|
2665
|
+
}, {
|
|
2666
|
+
denom: 'DANU',
|
|
2667
|
+
exponent: 6
|
|
2668
|
+
}],
|
|
2669
|
+
type_asset: 'cw20',
|
|
2670
|
+
address: 'terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr',
|
|
2671
|
+
base: 'ibc/1CDC8DA88767C1FE76FAD24D2EDE13B90E0DCC6499D3E4DBA84C06BF1A586EE1',
|
|
2672
|
+
name: 'danu',
|
|
2673
|
+
display: 'DANU',
|
|
2674
|
+
symbol: 'DANU',
|
|
2675
|
+
logo_URIs: {
|
|
2676
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/danu.png'
|
|
2677
|
+
},
|
|
2678
|
+
images: [{
|
|
2679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/danu.png',
|
|
2680
|
+
theme: {
|
|
2681
|
+
primary_color_hex: '#d1b295'
|
|
2682
|
+
}
|
|
2683
|
+
}],
|
|
2684
|
+
traces: [{
|
|
2685
|
+
type: 'ibc-cw20',
|
|
2686
|
+
counterparty: {
|
|
2687
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
2688
|
+
channel_id: 'channel-41',
|
|
2689
|
+
base_denom: 'cw20:terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr',
|
|
2690
|
+
chain_name: 'terra2'
|
|
2691
|
+
},
|
|
2692
|
+
chain: {
|
|
2693
|
+
port: 'transfer',
|
|
2694
|
+
channel_id: 'channel-16'
|
|
2695
|
+
}
|
|
2696
|
+
}]
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
description: 'torus is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.',
|
|
2700
|
+
denom_units: [{
|
|
2701
|
+
denom: 'ibc/1BF98308078B8438AC161E4FBBFAFFD196B4E69505660521F40C7AA7E853B301',
|
|
2702
|
+
exponent: 0,
|
|
2703
|
+
aliases: ['cw20:terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7']
|
|
2704
|
+
}, {
|
|
2705
|
+
denom: 'TRS',
|
|
2706
|
+
exponent: 6
|
|
2707
|
+
}],
|
|
2708
|
+
type_asset: 'cw20',
|
|
2709
|
+
address: 'terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7',
|
|
2710
|
+
base: 'ibc/1BF98308078B8438AC161E4FBBFAFFD196B4E69505660521F40C7AA7E853B301',
|
|
2711
|
+
name: 'torus',
|
|
2712
|
+
display: 'TRS',
|
|
2713
|
+
symbol: 'TRS',
|
|
2714
|
+
logo_URIs: {
|
|
2715
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/trs.png'
|
|
2716
|
+
},
|
|
2717
|
+
images: [{
|
|
2718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/trs.png',
|
|
2719
|
+
theme: {
|
|
2720
|
+
primary_color_hex: '#d1b295'
|
|
2721
|
+
}
|
|
2722
|
+
}],
|
|
2723
|
+
traces: [{
|
|
2724
|
+
type: 'ibc-cw20',
|
|
2725
|
+
counterparty: {
|
|
2726
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
2727
|
+
channel_id: 'channel-41',
|
|
2728
|
+
base_denom: 'cw20:terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7',
|
|
2729
|
+
chain_name: 'terra2'
|
|
2730
|
+
},
|
|
2731
|
+
chain: {
|
|
2732
|
+
port: 'transfer',
|
|
2733
|
+
channel_id: 'channel-16'
|
|
2734
|
+
}
|
|
2735
|
+
}]
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
description: 'plasma is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.',
|
|
2739
|
+
denom_units: [{
|
|
2740
|
+
denom: 'ibc/A4BBB91ECE7322B26ED9FF7E851C2D17CE6E71D68928284BA6D61DE3614DDD1A',
|
|
2741
|
+
exponent: 0,
|
|
2742
|
+
aliases: ['cw20:terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp']
|
|
2743
|
+
}, {
|
|
2744
|
+
denom: 'PLASMA',
|
|
2745
|
+
exponent: 6
|
|
2746
|
+
}],
|
|
2747
|
+
type_asset: 'cw20',
|
|
2748
|
+
address: 'terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp',
|
|
2749
|
+
base: 'ibc/A4BBB91ECE7322B26ED9FF7E851C2D17CE6E71D68928284BA6D61DE3614DDD1A',
|
|
2750
|
+
name: 'plasma',
|
|
2751
|
+
display: 'PLASMA',
|
|
2752
|
+
symbol: 'PLASMA',
|
|
2753
|
+
logo_URIs: {
|
|
2754
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/plasma.png'
|
|
2755
|
+
},
|
|
2756
|
+
images: [{
|
|
2757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/plasma.png',
|
|
2758
|
+
theme: {
|
|
2759
|
+
primary_color_hex: '#d1b295'
|
|
2760
|
+
}
|
|
2761
|
+
}],
|
|
2762
|
+
traces: [{
|
|
2763
|
+
type: 'ibc-cw20',
|
|
2764
|
+
counterparty: {
|
|
2765
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
2766
|
+
channel_id: 'channel-41',
|
|
2767
|
+
base_denom: 'cw20:terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp',
|
|
2768
|
+
chain_name: 'terra2'
|
|
2769
|
+
},
|
|
2770
|
+
chain: {
|
|
2771
|
+
port: 'transfer',
|
|
2772
|
+
channel_id: 'channel-16'
|
|
2773
|
+
}
|
|
2774
|
+
}]
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
description: 'dmt is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.',
|
|
2778
|
+
denom_units: [{
|
|
2779
|
+
denom: 'ibc/2987E86862728F098B49333041328D3916029B6E09D341AA16B740AFAC93019F',
|
|
2780
|
+
exponent: 0,
|
|
2781
|
+
aliases: ['cw20:terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf']
|
|
2782
|
+
}, {
|
|
2783
|
+
denom: 'DMT',
|
|
2784
|
+
exponent: 6
|
|
2785
|
+
}],
|
|
2786
|
+
type_asset: 'cw20',
|
|
2787
|
+
address: 'terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf',
|
|
2788
|
+
base: 'ibc/2987E86862728F098B49333041328D3916029B6E09D341AA16B740AFAC93019F',
|
|
2789
|
+
name: 'dmt',
|
|
2790
|
+
display: 'DMT',
|
|
2791
|
+
symbol: 'DMT',
|
|
2792
|
+
logo_URIs: {
|
|
2793
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/dmt.png'
|
|
2794
|
+
},
|
|
2795
|
+
images: [{
|
|
2796
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/dmt.png',
|
|
2797
|
+
theme: {
|
|
2798
|
+
primary_color_hex: '#d1b295'
|
|
2799
|
+
}
|
|
2800
|
+
}],
|
|
2801
|
+
traces: [{
|
|
2802
|
+
type: 'ibc-cw20',
|
|
2803
|
+
counterparty: {
|
|
2804
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
2805
|
+
channel_id: 'channel-41',
|
|
2806
|
+
base_denom: 'cw20:terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf',
|
|
2807
|
+
chain_name: 'terra2'
|
|
2808
|
+
},
|
|
2809
|
+
chain: {
|
|
2810
|
+
port: 'transfer',
|
|
2811
|
+
channel_id: 'channel-16'
|
|
2812
|
+
}
|
|
2813
|
+
}]
|
|
2814
|
+
},
|
|
2347
2815
|
{
|
|
2348
2816
|
description: 'ERIS liquid staked LUNA.',
|
|
2349
2817
|
type_asset: 'cw20',
|
package/esm/mainnet/index.js
CHANGED
|
@@ -112,6 +112,7 @@ export * as realio from './realio';
|
|
|
112
112
|
export * as rebus from './rebus';
|
|
113
113
|
export * as regen from './regen';
|
|
114
114
|
export * as rizon from './rizon';
|
|
115
|
+
export * as routerchain from './routerchain';
|
|
115
116
|
export * as saga from './saga';
|
|
116
117
|
export * as scorum from './scorum';
|
|
117
118
|
export * as secretnetwork from './secretnetwork';
|