@chain-registry/assets 1.70.176 → 1.70.178
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/axelar.js +76 -10
- package/esm/mainnet/babylon.js +668 -0
- package/esm/mainnet/cosmoshub.js +68 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/jackal.js +8 -8
- package/esm/mainnet/mantrachain.js +306 -0
- package/esm/mainnet/neutron.js +130 -0
- package/esm/mainnet/noble.js +66 -0
- package/esm/mainnet/osmosis.js +68 -2
- package/esm/mainnet/pundix.js +2 -2
- package/esm/mainnet/secretnetwork.js +2 -2
- package/esm/mainnet/terra.js +2 -2
- package/esm/mainnet/terra2.js +2 -2
- package/index.d.ts +1 -1
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +76 -10
- package/mainnet/babylon.d.ts +3 -0
- package/mainnet/babylon.js +670 -0
- package/mainnet/cosmoshub.js +68 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- package/mainnet/jackal.js +8 -8
- package/mainnet/mantrachain.js +306 -0
- package/mainnet/neutron.js +130 -0
- package/mainnet/noble.js +66 -0
- package/mainnet/osmosis.js +68 -2
- package/mainnet/pundix.js +2 -2
- package/mainnet/secretnetwork.js +2 -2
- package/mainnet/terra.js +2 -2
- package/mainnet/terra2.js +2 -2
- package/package.json +5 -5
package/mainnet/noble.js
CHANGED
|
@@ -208,6 +208,39 @@ const assets = {
|
|
|
208
208
|
}
|
|
209
209
|
}]
|
|
210
210
|
},
|
|
211
|
+
{
|
|
212
|
+
description: 'The native token of Babylon Genesis.',
|
|
213
|
+
denom_units: [{
|
|
214
|
+
denom: 'ibc/0C817F0C77FAE08034E5354D1BDEF1672104ECC3E5B1B8811A580290A4A80614',
|
|
215
|
+
exponent: 0,
|
|
216
|
+
aliases: ['ubbn']
|
|
217
|
+
}, {
|
|
218
|
+
denom: 'BABY',
|
|
219
|
+
exponent: 6
|
|
220
|
+
}],
|
|
221
|
+
base: 'ibc/0C817F0C77FAE08034E5354D1BDEF1672104ECC3E5B1B8811A580290A4A80614',
|
|
222
|
+
name: 'Babylon',
|
|
223
|
+
display: 'BABY',
|
|
224
|
+
symbol: 'BABY',
|
|
225
|
+
logo_URIs: {
|
|
226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
227
|
+
},
|
|
228
|
+
images: [{
|
|
229
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
230
|
+
}],
|
|
231
|
+
type_asset: 'sdk.coin',
|
|
232
|
+
traces: [{
|
|
233
|
+
type: 'ibc',
|
|
234
|
+
counterparty: {
|
|
235
|
+
channel_id: 'channel-1',
|
|
236
|
+
base_denom: 'ubbn',
|
|
237
|
+
chain_name: 'babylon'
|
|
238
|
+
},
|
|
239
|
+
chain: {
|
|
240
|
+
channel_id: 'channel-132'
|
|
241
|
+
}
|
|
242
|
+
}]
|
|
243
|
+
},
|
|
211
244
|
{
|
|
212
245
|
description: 'BeeZee network native coin',
|
|
213
246
|
denom_units: [{
|
|
@@ -2653,6 +2686,39 @@ const assets = {
|
|
|
2653
2686
|
}
|
|
2654
2687
|
}]
|
|
2655
2688
|
},
|
|
2689
|
+
{
|
|
2690
|
+
description: 'The native token of Babylon Genesis.',
|
|
2691
|
+
denom_units: [{
|
|
2692
|
+
denom: 'ibc/0C817F0C77FAE08034E5354D1BDEF1672104ECC3E5B1B8811A580290A4A80614',
|
|
2693
|
+
exponent: 0,
|
|
2694
|
+
aliases: ['ubbn']
|
|
2695
|
+
}, {
|
|
2696
|
+
denom: 'BABY',
|
|
2697
|
+
exponent: 6
|
|
2698
|
+
}],
|
|
2699
|
+
base: 'ibc/0C817F0C77FAE08034E5354D1BDEF1672104ECC3E5B1B8811A580290A4A80614',
|
|
2700
|
+
name: 'Babylon',
|
|
2701
|
+
display: 'BABY',
|
|
2702
|
+
symbol: 'BABY',
|
|
2703
|
+
logo_URIs: {
|
|
2704
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
2705
|
+
},
|
|
2706
|
+
images: [{
|
|
2707
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
2708
|
+
}],
|
|
2709
|
+
type_asset: 'sdk.coin',
|
|
2710
|
+
traces: [{
|
|
2711
|
+
type: 'ibc',
|
|
2712
|
+
counterparty: {
|
|
2713
|
+
channel_id: 'channel-1',
|
|
2714
|
+
base_denom: 'ubbn',
|
|
2715
|
+
chain_name: 'babylon'
|
|
2716
|
+
},
|
|
2717
|
+
chain: {
|
|
2718
|
+
channel_id: 'channel-132'
|
|
2719
|
+
}
|
|
2720
|
+
}]
|
|
2721
|
+
},
|
|
2656
2722
|
{
|
|
2657
2723
|
description: 'BeeZee network native coin',
|
|
2658
2724
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -676,6 +676,39 @@ const assets = {
|
|
|
676
676
|
}
|
|
677
677
|
}]
|
|
678
678
|
},
|
|
679
|
+
{
|
|
680
|
+
description: 'The native token of Babylon Genesis.',
|
|
681
|
+
denom_units: [{
|
|
682
|
+
denom: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
683
|
+
exponent: 0,
|
|
684
|
+
aliases: ['ubbn']
|
|
685
|
+
}, {
|
|
686
|
+
denom: 'BABY',
|
|
687
|
+
exponent: 6
|
|
688
|
+
}],
|
|
689
|
+
base: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
690
|
+
name: 'Babylon',
|
|
691
|
+
display: 'BABY',
|
|
692
|
+
symbol: 'BABY',
|
|
693
|
+
logo_URIs: {
|
|
694
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
695
|
+
},
|
|
696
|
+
images: [{
|
|
697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
698
|
+
}],
|
|
699
|
+
type_asset: 'sdk.coin',
|
|
700
|
+
traces: [{
|
|
701
|
+
type: 'ibc',
|
|
702
|
+
counterparty: {
|
|
703
|
+
channel_id: 'channel-3',
|
|
704
|
+
base_denom: 'ubbn',
|
|
705
|
+
chain_name: 'babylon'
|
|
706
|
+
},
|
|
707
|
+
chain: {
|
|
708
|
+
channel_id: 'channel-101635'
|
|
709
|
+
}
|
|
710
|
+
}]
|
|
711
|
+
},
|
|
679
712
|
{
|
|
680
713
|
description: 'The native token of BandChain',
|
|
681
714
|
denom_units: [{
|
|
@@ -3186,7 +3219,7 @@ const assets = {
|
|
|
3186
3219
|
}],
|
|
3187
3220
|
socials: {
|
|
3188
3221
|
website: 'https://fx.pundi.ai',
|
|
3189
|
-
twitter: 'https://x.com/
|
|
3222
|
+
twitter: 'https://x.com/PundiAI'
|
|
3190
3223
|
},
|
|
3191
3224
|
type_asset: 'sdk.coin',
|
|
3192
3225
|
traces: [{
|
|
@@ -6990,6 +7023,39 @@ const assets = {
|
|
|
6990
7023
|
}
|
|
6991
7024
|
}]
|
|
6992
7025
|
},
|
|
7026
|
+
{
|
|
7027
|
+
description: 'The native token of Babylon Genesis.',
|
|
7028
|
+
denom_units: [{
|
|
7029
|
+
denom: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
7030
|
+
exponent: 0,
|
|
7031
|
+
aliases: ['ubbn']
|
|
7032
|
+
}, {
|
|
7033
|
+
denom: 'BABY',
|
|
7034
|
+
exponent: 6
|
|
7035
|
+
}],
|
|
7036
|
+
base: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
7037
|
+
name: 'Babylon',
|
|
7038
|
+
display: 'BABY',
|
|
7039
|
+
symbol: 'BABY',
|
|
7040
|
+
logo_URIs: {
|
|
7041
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
7042
|
+
},
|
|
7043
|
+
images: [{
|
|
7044
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
7045
|
+
}],
|
|
7046
|
+
type_asset: 'sdk.coin',
|
|
7047
|
+
traces: [{
|
|
7048
|
+
type: 'ibc',
|
|
7049
|
+
counterparty: {
|
|
7050
|
+
channel_id: 'channel-3',
|
|
7051
|
+
base_denom: 'ubbn',
|
|
7052
|
+
chain_name: 'babylon'
|
|
7053
|
+
},
|
|
7054
|
+
chain: {
|
|
7055
|
+
channel_id: 'channel-101635'
|
|
7056
|
+
}
|
|
7057
|
+
}]
|
|
7058
|
+
},
|
|
6993
7059
|
{
|
|
6994
7060
|
description: 'The native token of BandChain',
|
|
6995
7061
|
denom_units: [{
|
|
@@ -9500,7 +9566,7 @@ const assets = {
|
|
|
9500
9566
|
}],
|
|
9501
9567
|
socials: {
|
|
9502
9568
|
website: 'https://fx.pundi.ai',
|
|
9503
|
-
twitter: 'https://x.com/
|
|
9569
|
+
twitter: 'https://x.com/PundiAI'
|
|
9504
9570
|
},
|
|
9505
9571
|
type_asset: 'sdk.coin',
|
|
9506
9572
|
traces: [{
|
package/mainnet/pundix.js
CHANGED
|
@@ -74,7 +74,7 @@ const assets = {
|
|
|
74
74
|
}],
|
|
75
75
|
socials: {
|
|
76
76
|
website: 'https://fx.pundi.ai',
|
|
77
|
-
twitter: 'https://x.com/
|
|
77
|
+
twitter: 'https://x.com/PundiAI'
|
|
78
78
|
},
|
|
79
79
|
type_asset: 'sdk.coin',
|
|
80
80
|
traces: [{
|
|
@@ -248,7 +248,7 @@ const assets = {
|
|
|
248
248
|
}],
|
|
249
249
|
socials: {
|
|
250
250
|
website: 'https://fx.pundi.ai',
|
|
251
|
-
twitter: 'https://x.com/
|
|
251
|
+
twitter: 'https://x.com/PundiAI'
|
|
252
252
|
},
|
|
253
253
|
type_asset: 'sdk.coin',
|
|
254
254
|
traces: [{
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -10038,7 +10038,7 @@ const assets = {
|
|
|
10038
10038
|
}]
|
|
10039
10039
|
},
|
|
10040
10040
|
{
|
|
10041
|
-
description: 'Auto componded USDC
|
|
10041
|
+
description: 'Auto componded USDC deposited into Ginkou on Migaloo chain',
|
|
10042
10042
|
denom_units: [{
|
|
10043
10043
|
denom: 'ibc/82D4E4AD025718F1964B6A61E95A97C01A95D0491683ED9FB718F9868D7FCCBD',
|
|
10044
10044
|
exponent: 0,
|
|
@@ -13460,7 +13460,7 @@ const assets = {
|
|
|
13460
13460
|
}]
|
|
13461
13461
|
},
|
|
13462
13462
|
{
|
|
13463
|
-
description: 'Auto componded USDC
|
|
13463
|
+
description: 'Auto componded USDC deposited into Ginkou on Migaloo chain',
|
|
13464
13464
|
denom_units: [{
|
|
13465
13465
|
denom: 'ibc/82D4E4AD025718F1964B6A61E95A97C01A95D0491683ED9FB718F9868D7FCCBD',
|
|
13466
13466
|
exponent: 0,
|
package/mainnet/terra.js
CHANGED
|
@@ -828,7 +828,7 @@ const assets = {
|
|
|
828
828
|
}]
|
|
829
829
|
},
|
|
830
830
|
{
|
|
831
|
-
description: 'Auto componded USDC
|
|
831
|
+
description: 'Auto componded USDC deposited into Ginkou on Migaloo chain',
|
|
832
832
|
denom_units: [{
|
|
833
833
|
denom: 'ibc/2446EFAED4FB74E4062F74B03EFC2764A99D86E9BDA0B0EE2928F815A37F4E12',
|
|
834
834
|
exponent: 0,
|
|
@@ -864,7 +864,7 @@ const assets = {
|
|
|
864
864
|
}]
|
|
865
865
|
},
|
|
866
866
|
{
|
|
867
|
-
description: 'Auto componded USDC
|
|
867
|
+
description: 'Auto componded USDC deposited into Ginkou on Migaloo chain',
|
|
868
868
|
denom_units: [{
|
|
869
869
|
denom: 'ibc/2446EFAED4FB74E4062F74B03EFC2764A99D86E9BDA0B0EE2928F815A37F4E12',
|
|
870
870
|
exponent: 0,
|
package/mainnet/terra2.js
CHANGED
|
@@ -16056,7 +16056,7 @@ const assets = {
|
|
|
16056
16056
|
}]
|
|
16057
16057
|
},
|
|
16058
16058
|
{
|
|
16059
|
-
description: 'Auto componded USDC
|
|
16059
|
+
description: 'Auto componded USDC deposited into Ginkou on Migaloo chain',
|
|
16060
16060
|
denom_units: [{
|
|
16061
16061
|
denom: 'ibc/B2B60A0A69DA9C4B98C3042B5B0BDFF269A2251C3C93D0776939FA877DD0D054',
|
|
16062
16062
|
exponent: 0,
|
|
@@ -16551,7 +16551,7 @@ const assets = {
|
|
|
16551
16551
|
}]
|
|
16552
16552
|
},
|
|
16553
16553
|
{
|
|
16554
|
-
description: 'Auto componded USDC
|
|
16554
|
+
description: 'Auto componded USDC deposited into Ginkou on Migaloo chain',
|
|
16555
16555
|
denom_units: [{
|
|
16556
16556
|
denom: 'ibc/B2B60A0A69DA9C4B98C3042B5B0BDFF269A2251C3C93D0776939FA877DD0D054',
|
|
16557
16557
|
exponent: 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.178",
|
|
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.110",
|
|
33
|
+
"chain-registry": "^1.69.178"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.110"
|
|
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": "53063537b3f2ed8a646b6176c2395cf3ce239989"
|
|
47
47
|
}
|