@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/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -298,6 +298,41 @@ const assets = {
|
|
|
298
298
|
}
|
|
299
299
|
}]
|
|
300
300
|
},
|
|
301
|
+
{
|
|
302
|
+
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.',
|
|
303
|
+
denom_units: [{
|
|
304
|
+
denom: 'ibc/D9E40E9047E09AAC6CDF9D133AC54C778B44A03690A91B9F5EDFF9F53C2A0977',
|
|
305
|
+
exponent: 0,
|
|
306
|
+
aliases: ['uallo']
|
|
307
|
+
}, {
|
|
308
|
+
denom: 'allo',
|
|
309
|
+
exponent: 18
|
|
310
|
+
}],
|
|
311
|
+
base: 'ibc/D9E40E9047E09AAC6CDF9D133AC54C778B44A03690A91B9F5EDFF9F53C2A0977',
|
|
312
|
+
name: 'Allora Network',
|
|
313
|
+
display: 'allo',
|
|
314
|
+
symbol: 'ALLO',
|
|
315
|
+
logo_URIs: {
|
|
316
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
317
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
318
|
+
},
|
|
319
|
+
images: [{
|
|
320
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
321
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
322
|
+
}],
|
|
323
|
+
type_asset: 'sdk.coin',
|
|
324
|
+
traces: [{
|
|
325
|
+
type: 'ibc',
|
|
326
|
+
counterparty: {
|
|
327
|
+
channel_id: 'channel-2',
|
|
328
|
+
base_denom: 'uallo',
|
|
329
|
+
chain_name: 'allora'
|
|
330
|
+
},
|
|
331
|
+
chain: {
|
|
332
|
+
channel_id: 'channel-1353'
|
|
333
|
+
}
|
|
334
|
+
}]
|
|
335
|
+
},
|
|
301
336
|
{
|
|
302
337
|
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.',
|
|
303
338
|
denom_units: [
|
|
@@ -1461,6 +1496,41 @@ const assets = {
|
|
|
1461
1496
|
}
|
|
1462
1497
|
}]
|
|
1463
1498
|
},
|
|
1499
|
+
{
|
|
1500
|
+
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.',
|
|
1501
|
+
denom_units: [{
|
|
1502
|
+
denom: 'ibc/D9E40E9047E09AAC6CDF9D133AC54C778B44A03690A91B9F5EDFF9F53C2A0977',
|
|
1503
|
+
exponent: 0,
|
|
1504
|
+
aliases: ['uallo']
|
|
1505
|
+
}, {
|
|
1506
|
+
denom: 'allo',
|
|
1507
|
+
exponent: 18
|
|
1508
|
+
}],
|
|
1509
|
+
base: 'ibc/D9E40E9047E09AAC6CDF9D133AC54C778B44A03690A91B9F5EDFF9F53C2A0977',
|
|
1510
|
+
name: 'Allora Network',
|
|
1511
|
+
display: 'allo',
|
|
1512
|
+
symbol: 'ALLO',
|
|
1513
|
+
logo_URIs: {
|
|
1514
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
1515
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
1516
|
+
},
|
|
1517
|
+
images: [{
|
|
1518
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
1519
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
1520
|
+
}],
|
|
1521
|
+
type_asset: 'sdk.coin',
|
|
1522
|
+
traces: [{
|
|
1523
|
+
type: 'ibc',
|
|
1524
|
+
counterparty: {
|
|
1525
|
+
channel_id: 'channel-2',
|
|
1526
|
+
base_denom: 'uallo',
|
|
1527
|
+
chain_name: 'allora'
|
|
1528
|
+
},
|
|
1529
|
+
chain: {
|
|
1530
|
+
channel_id: 'channel-1353'
|
|
1531
|
+
}
|
|
1532
|
+
}]
|
|
1533
|
+
},
|
|
1464
1534
|
{
|
|
1465
1535
|
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.',
|
|
1466
1536
|
denom_units: [
|
|
@@ -4328,7 +4398,7 @@ const assets = {
|
|
|
4328
4398
|
}]
|
|
4329
4399
|
},
|
|
4330
4400
|
{
|
|
4331
|
-
description: 'ustake is a
|
|
4401
|
+
description: 'ustake is a synthetic token to implement a PoA with BFT features over CometBFT',
|
|
4332
4402
|
denom_units: [{
|
|
4333
4403
|
denom: 'ibc/5DB06CF0697F085EA4A630A9635819C5036299E9EFEFAE8402CF36D6014C04E7',
|
|
4334
4404
|
exponent: 0,
|
|
@@ -14785,7 +14855,7 @@ const assets = {
|
|
|
14785
14855
|
}]
|
|
14786
14856
|
},
|
|
14787
14857
|
{
|
|
14788
|
-
description: 'ustake is a
|
|
14858
|
+
description: 'ustake is a synthetic token to implement a PoA with BFT features over CometBFT',
|
|
14789
14859
|
denom_units: [{
|
|
14790
14860
|
denom: 'ibc/5DB06CF0697F085EA4A630A9635819C5036299E9EFEFAE8402CF36D6014C04E7',
|
|
14791
14861
|
exponent: 0,
|
package/esm/mainnet/index.js
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/esm/mainnet/osmosis.js
CHANGED
|
@@ -877,6 +877,80 @@ const assets = {
|
|
|
877
877
|
}
|
|
878
878
|
}]
|
|
879
879
|
},
|
|
880
|
+
{
|
|
881
|
+
description: '$BADGE is the native in-app credits token for BitBadges.',
|
|
882
|
+
denom_units: [{
|
|
883
|
+
denom: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
884
|
+
exponent: 0,
|
|
885
|
+
aliases: ['ubadge']
|
|
886
|
+
}, {
|
|
887
|
+
denom: 'badge',
|
|
888
|
+
exponent: 9
|
|
889
|
+
}],
|
|
890
|
+
base: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
891
|
+
name: 'BitBadges Credits',
|
|
892
|
+
display: 'badge',
|
|
893
|
+
symbol: 'BADGE',
|
|
894
|
+
logo_URIs: {
|
|
895
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
896
|
+
},
|
|
897
|
+
images: [{
|
|
898
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
899
|
+
}],
|
|
900
|
+
socials: {
|
|
901
|
+
website: 'https://bitbadges.io/',
|
|
902
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
903
|
+
},
|
|
904
|
+
type_asset: 'sdk.coin',
|
|
905
|
+
traces: [{
|
|
906
|
+
type: 'ibc',
|
|
907
|
+
counterparty: {
|
|
908
|
+
channel_id: 'channel-0',
|
|
909
|
+
base_denom: 'ubadge',
|
|
910
|
+
chain_name: 'bitbadges'
|
|
911
|
+
},
|
|
912
|
+
chain: {
|
|
913
|
+
channel_id: 'channel-104311'
|
|
914
|
+
}
|
|
915
|
+
}]
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
description: 'The native staking denom for the BitBadges blockchain.',
|
|
919
|
+
denom_units: [{
|
|
920
|
+
denom: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
921
|
+
exponent: 0,
|
|
922
|
+
aliases: ['ustake']
|
|
923
|
+
}, {
|
|
924
|
+
denom: 'stake',
|
|
925
|
+
exponent: 9
|
|
926
|
+
}],
|
|
927
|
+
base: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
928
|
+
name: 'BitBadges Staking',
|
|
929
|
+
display: 'stake',
|
|
930
|
+
symbol: 'STAKE',
|
|
931
|
+
logo_URIs: {
|
|
932
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
933
|
+
},
|
|
934
|
+
images: [{
|
|
935
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
936
|
+
}],
|
|
937
|
+
socials: {
|
|
938
|
+
website: 'https://bitbadges.io/',
|
|
939
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
940
|
+
},
|
|
941
|
+
type_asset: 'sdk.coin',
|
|
942
|
+
traces: [{
|
|
943
|
+
type: 'ibc',
|
|
944
|
+
counterparty: {
|
|
945
|
+
channel_id: 'channel-0',
|
|
946
|
+
base_denom: 'ustake',
|
|
947
|
+
chain_name: 'bitbadges'
|
|
948
|
+
},
|
|
949
|
+
chain: {
|
|
950
|
+
channel_id: 'channel-104311'
|
|
951
|
+
}
|
|
952
|
+
}]
|
|
953
|
+
},
|
|
880
954
|
{
|
|
881
955
|
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.',
|
|
882
956
|
denom_units: [{
|
|
@@ -7348,6 +7422,80 @@ const assets = {
|
|
|
7348
7422
|
}
|
|
7349
7423
|
}]
|
|
7350
7424
|
},
|
|
7425
|
+
{
|
|
7426
|
+
description: '$BADGE is the native in-app credits token for BitBadges.',
|
|
7427
|
+
denom_units: [{
|
|
7428
|
+
denom: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
7429
|
+
exponent: 0,
|
|
7430
|
+
aliases: ['ubadge']
|
|
7431
|
+
}, {
|
|
7432
|
+
denom: 'badge',
|
|
7433
|
+
exponent: 9
|
|
7434
|
+
}],
|
|
7435
|
+
base: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
7436
|
+
name: 'BitBadges Credits',
|
|
7437
|
+
display: 'badge',
|
|
7438
|
+
symbol: 'BADGE',
|
|
7439
|
+
logo_URIs: {
|
|
7440
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7441
|
+
},
|
|
7442
|
+
images: [{
|
|
7443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7444
|
+
}],
|
|
7445
|
+
socials: {
|
|
7446
|
+
website: 'https://bitbadges.io/',
|
|
7447
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
7448
|
+
},
|
|
7449
|
+
type_asset: 'sdk.coin',
|
|
7450
|
+
traces: [{
|
|
7451
|
+
type: 'ibc',
|
|
7452
|
+
counterparty: {
|
|
7453
|
+
channel_id: 'channel-0',
|
|
7454
|
+
base_denom: 'ubadge',
|
|
7455
|
+
chain_name: 'bitbadges'
|
|
7456
|
+
},
|
|
7457
|
+
chain: {
|
|
7458
|
+
channel_id: 'channel-104311'
|
|
7459
|
+
}
|
|
7460
|
+
}]
|
|
7461
|
+
},
|
|
7462
|
+
{
|
|
7463
|
+
description: 'The native staking denom for the BitBadges blockchain.',
|
|
7464
|
+
denom_units: [{
|
|
7465
|
+
denom: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
7466
|
+
exponent: 0,
|
|
7467
|
+
aliases: ['ustake']
|
|
7468
|
+
}, {
|
|
7469
|
+
denom: 'stake',
|
|
7470
|
+
exponent: 9
|
|
7471
|
+
}],
|
|
7472
|
+
base: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
7473
|
+
name: 'BitBadges Staking',
|
|
7474
|
+
display: 'stake',
|
|
7475
|
+
symbol: 'STAKE',
|
|
7476
|
+
logo_URIs: {
|
|
7477
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7478
|
+
},
|
|
7479
|
+
images: [{
|
|
7480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7481
|
+
}],
|
|
7482
|
+
socials: {
|
|
7483
|
+
website: 'https://bitbadges.io/',
|
|
7484
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
7485
|
+
},
|
|
7486
|
+
type_asset: 'sdk.coin',
|
|
7487
|
+
traces: [{
|
|
7488
|
+
type: 'ibc',
|
|
7489
|
+
counterparty: {
|
|
7490
|
+
channel_id: 'channel-0',
|
|
7491
|
+
base_denom: 'ustake',
|
|
7492
|
+
chain_name: 'bitbadges'
|
|
7493
|
+
},
|
|
7494
|
+
chain: {
|
|
7495
|
+
channel_id: 'channel-104311'
|
|
7496
|
+
}
|
|
7497
|
+
}]
|
|
7498
|
+
},
|
|
7351
7499
|
{
|
|
7352
7500
|
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.',
|
|
7353
7501
|
denom_units: [{
|
package/esm/mainnet/sei.js
CHANGED
|
@@ -1,6 +1,41 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'sei',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
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.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/710F080B35CF9D6EA982FFDFED2EC54FBAE8AA10C3889237BB3AF03DDD4682F9',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uallo']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'allo',
|
|
12
|
+
exponent: 18
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/710F080B35CF9D6EA982FFDFED2EC54FBAE8AA10C3889237BB3AF03DDD4682F9',
|
|
15
|
+
name: 'Allora Network',
|
|
16
|
+
display: 'allo',
|
|
17
|
+
symbol: 'ALLO',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
25
|
+
}],
|
|
26
|
+
type_asset: 'sdk.coin',
|
|
27
|
+
traces: [{
|
|
28
|
+
type: 'ibc',
|
|
29
|
+
counterparty: {
|
|
30
|
+
channel_id: 'channel-1',
|
|
31
|
+
base_denom: 'uallo',
|
|
32
|
+
chain_name: 'allora'
|
|
33
|
+
},
|
|
34
|
+
chain: {
|
|
35
|
+
channel_id: 'channel-79'
|
|
36
|
+
}
|
|
37
|
+
}]
|
|
38
|
+
},
|
|
4
39
|
{
|
|
5
40
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
6
41
|
denom_units: [{
|
|
@@ -1033,6 +1068,41 @@ const assets = {
|
|
|
1033
1068
|
},
|
|
1034
1069
|
type_asset: 'sdk.coin'
|
|
1035
1070
|
},
|
|
1071
|
+
{
|
|
1072
|
+
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.',
|
|
1073
|
+
denom_units: [{
|
|
1074
|
+
denom: 'ibc/710F080B35CF9D6EA982FFDFED2EC54FBAE8AA10C3889237BB3AF03DDD4682F9',
|
|
1075
|
+
exponent: 0,
|
|
1076
|
+
aliases: ['uallo']
|
|
1077
|
+
}, {
|
|
1078
|
+
denom: 'allo',
|
|
1079
|
+
exponent: 18
|
|
1080
|
+
}],
|
|
1081
|
+
base: 'ibc/710F080B35CF9D6EA982FFDFED2EC54FBAE8AA10C3889237BB3AF03DDD4682F9',
|
|
1082
|
+
name: 'Allora Network',
|
|
1083
|
+
display: 'allo',
|
|
1084
|
+
symbol: 'ALLO',
|
|
1085
|
+
logo_URIs: {
|
|
1086
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
1087
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
1088
|
+
},
|
|
1089
|
+
images: [{
|
|
1090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
1091
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
1092
|
+
}],
|
|
1093
|
+
type_asset: 'sdk.coin',
|
|
1094
|
+
traces: [{
|
|
1095
|
+
type: 'ibc',
|
|
1096
|
+
counterparty: {
|
|
1097
|
+
channel_id: 'channel-1',
|
|
1098
|
+
base_denom: 'uallo',
|
|
1099
|
+
chain_name: 'allora'
|
|
1100
|
+
},
|
|
1101
|
+
chain: {
|
|
1102
|
+
channel_id: 'channel-79'
|
|
1103
|
+
}
|
|
1104
|
+
}]
|
|
1105
|
+
},
|
|
1036
1106
|
{
|
|
1037
1107
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
1038
1108
|
denom_units: [{
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists: AssetList[];
|
|
7
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|