@chain-registry/assets 1.70.247 → 1.70.249
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/allora.js +338 -0
- package/esm/mainnet/assets.js +3 -1
- package/esm/mainnet/axelar.js +70 -0
- package/esm/mainnet/bitbadges.js +182 -0
- package/esm/mainnet/cosmoshub.js +72 -2
- package/esm/mainnet/index.js +2 -0
- package/esm/mainnet/osmosis.js +148 -0
- package/esm/mainnet/sei.js +70 -0
- package/index.d.ts +1 -1
- package/mainnet/allora.d.ts +3 -0
- package/mainnet/allora.js +340 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/axelar.js +70 -0
- package/mainnet/bitbadges.d.ts +3 -0
- package/mainnet/bitbadges.js +184 -0
- package/mainnet/cosmoshub.js +72 -2
- package/mainnet/index.d.ts +2 -0
- package/mainnet/index.js +6 -4
- package/mainnet/osmosis.js +148 -0
- package/mainnet/sei.js +70 -0
- package/package.json +5 -5
package/mainnet/cosmoshub.js
CHANGED
|
@@ -300,6 +300,41 @@ const assets = {
|
|
|
300
300
|
}
|
|
301
301
|
}]
|
|
302
302
|
},
|
|
303
|
+
{
|
|
304
|
+
description: 'Allora Token (ALLO) is the Allora Network\'s native utility token, used as the primary means to govern, secure the blockchain, and incentivize network participants.',
|
|
305
|
+
denom_units: [{
|
|
306
|
+
denom: 'ibc/D9E40E9047E09AAC6CDF9D133AC54C778B44A03690A91B9F5EDFF9F53C2A0977',
|
|
307
|
+
exponent: 0,
|
|
308
|
+
aliases: ['uallo']
|
|
309
|
+
}, {
|
|
310
|
+
denom: 'allo',
|
|
311
|
+
exponent: 18
|
|
312
|
+
}],
|
|
313
|
+
base: 'ibc/D9E40E9047E09AAC6CDF9D133AC54C778B44A03690A91B9F5EDFF9F53C2A0977',
|
|
314
|
+
name: 'Allora Network',
|
|
315
|
+
display: 'allo',
|
|
316
|
+
symbol: 'ALLO',
|
|
317
|
+
logo_URIs: {
|
|
318
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
319
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
320
|
+
},
|
|
321
|
+
images: [{
|
|
322
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
323
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
324
|
+
}],
|
|
325
|
+
type_asset: 'sdk.coin',
|
|
326
|
+
traces: [{
|
|
327
|
+
type: 'ibc',
|
|
328
|
+
counterparty: {
|
|
329
|
+
channel_id: 'channel-2',
|
|
330
|
+
base_denom: 'uallo',
|
|
331
|
+
chain_name: 'allora'
|
|
332
|
+
},
|
|
333
|
+
chain: {
|
|
334
|
+
channel_id: 'channel-1353'
|
|
335
|
+
}
|
|
336
|
+
}]
|
|
337
|
+
},
|
|
303
338
|
{
|
|
304
339
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
305
340
|
denom_units: [
|
|
@@ -1463,6 +1498,41 @@ const assets = {
|
|
|
1463
1498
|
}
|
|
1464
1499
|
}]
|
|
1465
1500
|
},
|
|
1501
|
+
{
|
|
1502
|
+
description: 'Allora Token (ALLO) is the Allora Network\'s native utility token, used as the primary means to govern, secure the blockchain, and incentivize network participants.',
|
|
1503
|
+
denom_units: [{
|
|
1504
|
+
denom: 'ibc/D9E40E9047E09AAC6CDF9D133AC54C778B44A03690A91B9F5EDFF9F53C2A0977',
|
|
1505
|
+
exponent: 0,
|
|
1506
|
+
aliases: ['uallo']
|
|
1507
|
+
}, {
|
|
1508
|
+
denom: 'allo',
|
|
1509
|
+
exponent: 18
|
|
1510
|
+
}],
|
|
1511
|
+
base: 'ibc/D9E40E9047E09AAC6CDF9D133AC54C778B44A03690A91B9F5EDFF9F53C2A0977',
|
|
1512
|
+
name: 'Allora Network',
|
|
1513
|
+
display: 'allo',
|
|
1514
|
+
symbol: 'ALLO',
|
|
1515
|
+
logo_URIs: {
|
|
1516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
1517
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
1518
|
+
},
|
|
1519
|
+
images: [{
|
|
1520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
1521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
1522
|
+
}],
|
|
1523
|
+
type_asset: 'sdk.coin',
|
|
1524
|
+
traces: [{
|
|
1525
|
+
type: 'ibc',
|
|
1526
|
+
counterparty: {
|
|
1527
|
+
channel_id: 'channel-2',
|
|
1528
|
+
base_denom: 'uallo',
|
|
1529
|
+
chain_name: 'allora'
|
|
1530
|
+
},
|
|
1531
|
+
chain: {
|
|
1532
|
+
channel_id: 'channel-1353'
|
|
1533
|
+
}
|
|
1534
|
+
}]
|
|
1535
|
+
},
|
|
1466
1536
|
{
|
|
1467
1537
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
1468
1538
|
denom_units: [
|
|
@@ -4330,7 +4400,7 @@ const assets = {
|
|
|
4330
4400
|
}]
|
|
4331
4401
|
},
|
|
4332
4402
|
{
|
|
4333
|
-
description: 'ustake is a
|
|
4403
|
+
description: 'ustake is a synthetic token to implement a PoA with BFT features over CometBFT',
|
|
4334
4404
|
denom_units: [{
|
|
4335
4405
|
denom: 'ibc/5DB06CF0697F085EA4A630A9635819C5036299E9EFEFAE8402CF36D6014C04E7',
|
|
4336
4406
|
exponent: 0,
|
|
@@ -14787,7 +14857,7 @@ const assets = {
|
|
|
14787
14857
|
}]
|
|
14788
14858
|
},
|
|
14789
14859
|
{
|
|
14790
|
-
description: 'ustake is a
|
|
14860
|
+
description: 'ustake is a synthetic token to implement a PoA with BFT features over CometBFT',
|
|
14791
14861
|
denom_units: [{
|
|
14792
14862
|
denom: 'ibc/5DB06CF0697F085EA4A630A9635819C5036299E9EFEFAE8402CF36D6014C04E7',
|
|
14793
14863
|
exponent: 0,
|
package/mainnet/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export * as acrechain from './acrechain';
|
|
|
5
5
|
export * as agoric from './agoric';
|
|
6
6
|
export * as aioz from './aioz';
|
|
7
7
|
export * as akash from './akash';
|
|
8
|
+
export * as allora from './allora';
|
|
8
9
|
export * as andromeda from './andromeda';
|
|
9
10
|
export * as archway from './archway';
|
|
10
11
|
export * as arkeo from './arkeo';
|
|
@@ -16,6 +17,7 @@ export * as axelar from './axelar';
|
|
|
16
17
|
export * as babylon from './babylon';
|
|
17
18
|
export * as bandchain from './bandchain';
|
|
18
19
|
export * as beezee from './beezee';
|
|
20
|
+
export * as bitbadges from './bitbadges';
|
|
19
21
|
export * as bitcanna from './bitcanna';
|
|
20
22
|
export * as bitsong from './bitsong';
|
|
21
23
|
export * as bluzelle from './bluzelle';
|
package/mainnet/index.js
CHANGED
|
@@ -23,10 +23,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.zenrock = exports.xpla = exports.xion = exports.uptick = exports.unification = void 0;
|
|
26
|
+
exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.solana = exports.ethereum = void 0;
|
|
27
|
+
exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lorenzo = exports.lombardledger = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.fetchhub = exports.evmos = exports.empowerchain = void 0;
|
|
28
|
+
exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.synternet = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = void 0;
|
|
29
|
+
exports.zenrock = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.solana = __importStar(require("./solana"));
|
|
32
32
|
exports.aaronetwork = __importStar(require("./aaronetwork"));
|
|
@@ -34,6 +34,7 @@ exports.acrechain = __importStar(require("./acrechain"));
|
|
|
34
34
|
exports.agoric = __importStar(require("./agoric"));
|
|
35
35
|
exports.aioz = __importStar(require("./aioz"));
|
|
36
36
|
exports.akash = __importStar(require("./akash"));
|
|
37
|
+
exports.allora = __importStar(require("./allora"));
|
|
37
38
|
exports.andromeda = __importStar(require("./andromeda"));
|
|
38
39
|
exports.archway = __importStar(require("./archway"));
|
|
39
40
|
exports.arkeo = __importStar(require("./arkeo"));
|
|
@@ -45,6 +46,7 @@ exports.axelar = __importStar(require("./axelar"));
|
|
|
45
46
|
exports.babylon = __importStar(require("./babylon"));
|
|
46
47
|
exports.bandchain = __importStar(require("./bandchain"));
|
|
47
48
|
exports.beezee = __importStar(require("./beezee"));
|
|
49
|
+
exports.bitbadges = __importStar(require("./bitbadges"));
|
|
48
50
|
exports.bitcanna = __importStar(require("./bitcanna"));
|
|
49
51
|
exports.bitsong = __importStar(require("./bitsong"));
|
|
50
52
|
exports.bluzelle = __importStar(require("./bluzelle"));
|
package/mainnet/osmosis.js
CHANGED
|
@@ -879,6 +879,80 @@ const assets = {
|
|
|
879
879
|
}
|
|
880
880
|
}]
|
|
881
881
|
},
|
|
882
|
+
{
|
|
883
|
+
description: '$BADGE is the native in-app credits token for BitBadges.',
|
|
884
|
+
denom_units: [{
|
|
885
|
+
denom: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
886
|
+
exponent: 0,
|
|
887
|
+
aliases: ['ubadge']
|
|
888
|
+
}, {
|
|
889
|
+
denom: 'badge',
|
|
890
|
+
exponent: 9
|
|
891
|
+
}],
|
|
892
|
+
base: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
893
|
+
name: 'BitBadges Credits',
|
|
894
|
+
display: 'badge',
|
|
895
|
+
symbol: 'BADGE',
|
|
896
|
+
logo_URIs: {
|
|
897
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
898
|
+
},
|
|
899
|
+
images: [{
|
|
900
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
901
|
+
}],
|
|
902
|
+
socials: {
|
|
903
|
+
website: 'https://bitbadges.io/',
|
|
904
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
905
|
+
},
|
|
906
|
+
type_asset: 'sdk.coin',
|
|
907
|
+
traces: [{
|
|
908
|
+
type: 'ibc',
|
|
909
|
+
counterparty: {
|
|
910
|
+
channel_id: 'channel-0',
|
|
911
|
+
base_denom: 'ubadge',
|
|
912
|
+
chain_name: 'bitbadges'
|
|
913
|
+
},
|
|
914
|
+
chain: {
|
|
915
|
+
channel_id: 'channel-104311'
|
|
916
|
+
}
|
|
917
|
+
}]
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
description: 'The native staking denom for the BitBadges blockchain.',
|
|
921
|
+
denom_units: [{
|
|
922
|
+
denom: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
923
|
+
exponent: 0,
|
|
924
|
+
aliases: ['ustake']
|
|
925
|
+
}, {
|
|
926
|
+
denom: 'stake',
|
|
927
|
+
exponent: 9
|
|
928
|
+
}],
|
|
929
|
+
base: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
930
|
+
name: 'BitBadges Staking',
|
|
931
|
+
display: 'stake',
|
|
932
|
+
symbol: 'STAKE',
|
|
933
|
+
logo_URIs: {
|
|
934
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
935
|
+
},
|
|
936
|
+
images: [{
|
|
937
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
938
|
+
}],
|
|
939
|
+
socials: {
|
|
940
|
+
website: 'https://bitbadges.io/',
|
|
941
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
942
|
+
},
|
|
943
|
+
type_asset: 'sdk.coin',
|
|
944
|
+
traces: [{
|
|
945
|
+
type: 'ibc',
|
|
946
|
+
counterparty: {
|
|
947
|
+
channel_id: 'channel-0',
|
|
948
|
+
base_denom: 'ustake',
|
|
949
|
+
chain_name: 'bitbadges'
|
|
950
|
+
},
|
|
951
|
+
chain: {
|
|
952
|
+
channel_id: 'channel-104311'
|
|
953
|
+
}
|
|
954
|
+
}]
|
|
955
|
+
},
|
|
882
956
|
{
|
|
883
957
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
884
958
|
denom_units: [{
|
|
@@ -7350,6 +7424,80 @@ const assets = {
|
|
|
7350
7424
|
}
|
|
7351
7425
|
}]
|
|
7352
7426
|
},
|
|
7427
|
+
{
|
|
7428
|
+
description: '$BADGE is the native in-app credits token for BitBadges.',
|
|
7429
|
+
denom_units: [{
|
|
7430
|
+
denom: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
7431
|
+
exponent: 0,
|
|
7432
|
+
aliases: ['ubadge']
|
|
7433
|
+
}, {
|
|
7434
|
+
denom: 'badge',
|
|
7435
|
+
exponent: 9
|
|
7436
|
+
}],
|
|
7437
|
+
base: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
7438
|
+
name: 'BitBadges Credits',
|
|
7439
|
+
display: 'badge',
|
|
7440
|
+
symbol: 'BADGE',
|
|
7441
|
+
logo_URIs: {
|
|
7442
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7443
|
+
},
|
|
7444
|
+
images: [{
|
|
7445
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7446
|
+
}],
|
|
7447
|
+
socials: {
|
|
7448
|
+
website: 'https://bitbadges.io/',
|
|
7449
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
7450
|
+
},
|
|
7451
|
+
type_asset: 'sdk.coin',
|
|
7452
|
+
traces: [{
|
|
7453
|
+
type: 'ibc',
|
|
7454
|
+
counterparty: {
|
|
7455
|
+
channel_id: 'channel-0',
|
|
7456
|
+
base_denom: 'ubadge',
|
|
7457
|
+
chain_name: 'bitbadges'
|
|
7458
|
+
},
|
|
7459
|
+
chain: {
|
|
7460
|
+
channel_id: 'channel-104311'
|
|
7461
|
+
}
|
|
7462
|
+
}]
|
|
7463
|
+
},
|
|
7464
|
+
{
|
|
7465
|
+
description: 'The native staking denom for the BitBadges blockchain.',
|
|
7466
|
+
denom_units: [{
|
|
7467
|
+
denom: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
7468
|
+
exponent: 0,
|
|
7469
|
+
aliases: ['ustake']
|
|
7470
|
+
}, {
|
|
7471
|
+
denom: 'stake',
|
|
7472
|
+
exponent: 9
|
|
7473
|
+
}],
|
|
7474
|
+
base: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
7475
|
+
name: 'BitBadges Staking',
|
|
7476
|
+
display: 'stake',
|
|
7477
|
+
symbol: 'STAKE',
|
|
7478
|
+
logo_URIs: {
|
|
7479
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7480
|
+
},
|
|
7481
|
+
images: [{
|
|
7482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7483
|
+
}],
|
|
7484
|
+
socials: {
|
|
7485
|
+
website: 'https://bitbadges.io/',
|
|
7486
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
7487
|
+
},
|
|
7488
|
+
type_asset: 'sdk.coin',
|
|
7489
|
+
traces: [{
|
|
7490
|
+
type: 'ibc',
|
|
7491
|
+
counterparty: {
|
|
7492
|
+
channel_id: 'channel-0',
|
|
7493
|
+
base_denom: 'ustake',
|
|
7494
|
+
chain_name: 'bitbadges'
|
|
7495
|
+
},
|
|
7496
|
+
chain: {
|
|
7497
|
+
channel_id: 'channel-104311'
|
|
7498
|
+
}
|
|
7499
|
+
}]
|
|
7500
|
+
},
|
|
7353
7501
|
{
|
|
7354
7502
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
7355
7503
|
denom_units: [{
|
package/mainnet/sei.js
CHANGED
|
@@ -3,6 +3,41 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'sei',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Allora Token (ALLO) is the Allora Network\'s native utility token, used as the primary means to govern, secure the blockchain, and incentivize network participants.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/710F080B35CF9D6EA982FFDFED2EC54FBAE8AA10C3889237BB3AF03DDD4682F9',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uallo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'allo',
|
|
14
|
+
exponent: 18
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/710F080B35CF9D6EA982FFDFED2EC54FBAE8AA10C3889237BB3AF03DDD4682F9',
|
|
17
|
+
name: 'Allora Network',
|
|
18
|
+
display: 'allo',
|
|
19
|
+
symbol: 'ALLO',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
23
|
+
},
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
27
|
+
}],
|
|
28
|
+
type_asset: 'sdk.coin',
|
|
29
|
+
traces: [{
|
|
30
|
+
type: 'ibc',
|
|
31
|
+
counterparty: {
|
|
32
|
+
channel_id: 'channel-1',
|
|
33
|
+
base_denom: 'uallo',
|
|
34
|
+
chain_name: 'allora'
|
|
35
|
+
},
|
|
36
|
+
chain: {
|
|
37
|
+
channel_id: 'channel-79'
|
|
38
|
+
}
|
|
39
|
+
}]
|
|
40
|
+
},
|
|
6
41
|
{
|
|
7
42
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
8
43
|
denom_units: [{
|
|
@@ -1035,6 +1070,41 @@ const assets = {
|
|
|
1035
1070
|
},
|
|
1036
1071
|
type_asset: 'sdk.coin'
|
|
1037
1072
|
},
|
|
1073
|
+
{
|
|
1074
|
+
description: 'Allora Token (ALLO) is the Allora Network\'s native utility token, used as the primary means to govern, secure the blockchain, and incentivize network participants.',
|
|
1075
|
+
denom_units: [{
|
|
1076
|
+
denom: 'ibc/710F080B35CF9D6EA982FFDFED2EC54FBAE8AA10C3889237BB3AF03DDD4682F9',
|
|
1077
|
+
exponent: 0,
|
|
1078
|
+
aliases: ['uallo']
|
|
1079
|
+
}, {
|
|
1080
|
+
denom: 'allo',
|
|
1081
|
+
exponent: 18
|
|
1082
|
+
}],
|
|
1083
|
+
base: 'ibc/710F080B35CF9D6EA982FFDFED2EC54FBAE8AA10C3889237BB3AF03DDD4682F9',
|
|
1084
|
+
name: 'Allora Network',
|
|
1085
|
+
display: 'allo',
|
|
1086
|
+
symbol: 'ALLO',
|
|
1087
|
+
logo_URIs: {
|
|
1088
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
1089
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
1090
|
+
},
|
|
1091
|
+
images: [{
|
|
1092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
1093
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
1094
|
+
}],
|
|
1095
|
+
type_asset: 'sdk.coin',
|
|
1096
|
+
traces: [{
|
|
1097
|
+
type: 'ibc',
|
|
1098
|
+
counterparty: {
|
|
1099
|
+
channel_id: 'channel-1',
|
|
1100
|
+
base_denom: 'uallo',
|
|
1101
|
+
chain_name: 'allora'
|
|
1102
|
+
},
|
|
1103
|
+
chain: {
|
|
1104
|
+
channel_id: 'channel-79'
|
|
1105
|
+
}
|
|
1106
|
+
}]
|
|
1107
|
+
},
|
|
1038
1108
|
{
|
|
1039
1109
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
1040
1110
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.249",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.156",
|
|
33
|
+
"chain-registry": "^1.69.249"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.156"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "74079aa189278aae733e4e2a69a5e72210e41eda"
|
|
47
47
|
}
|