@chain-registry/assets 1.70.177 → 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 +74 -8
- package/esm/mainnet/babylon.js +668 -0
- package/esm/mainnet/cosmoshub.js +66 -0
- 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 +66 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +74 -8
- package/mainnet/babylon.d.ts +3 -0
- package/mainnet/babylon.js +670 -0
- package/mainnet/cosmoshub.js +66 -0
- 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 +66 -0
- 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: [{
|
|
@@ -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: [{
|
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
|
}
|