@chain-registry/osmosis 1.67.110 → 1.67.113
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/asset_list.js +12 -2
- package/assets.js +1701 -1250
- package/esm/asset_list.js +12 -2
- package/esm/assets.js +1701 -1250
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -687,7 +687,7 @@ const asset_list = {
|
|
|
687
687
|
exponent: 6
|
|
688
688
|
}],
|
|
689
689
|
base: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
690
|
-
name: '
|
|
690
|
+
name: 'BABY',
|
|
691
691
|
display: 'BABY',
|
|
692
692
|
symbol: 'BABY',
|
|
693
693
|
logo_URIs: {
|
|
@@ -696,7 +696,12 @@ const asset_list = {
|
|
|
696
696
|
images: [{
|
|
697
697
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
698
698
|
}],
|
|
699
|
+
coingecko_id: 'babylon',
|
|
699
700
|
type_asset: 'sdk.coin',
|
|
701
|
+
socials: {
|
|
702
|
+
website: 'https://babylonlabs.io/',
|
|
703
|
+
twitter: 'https://x.com/babylonlabs_io'
|
|
704
|
+
},
|
|
700
705
|
traces: [{
|
|
701
706
|
type: 'ibc',
|
|
702
707
|
counterparty: {
|
|
@@ -7034,7 +7039,7 @@ const asset_list = {
|
|
|
7034
7039
|
exponent: 6
|
|
7035
7040
|
}],
|
|
7036
7041
|
base: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
7037
|
-
name: '
|
|
7042
|
+
name: 'BABY',
|
|
7038
7043
|
display: 'BABY',
|
|
7039
7044
|
symbol: 'BABY',
|
|
7040
7045
|
logo_URIs: {
|
|
@@ -7043,7 +7048,12 @@ const asset_list = {
|
|
|
7043
7048
|
images: [{
|
|
7044
7049
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
7045
7050
|
}],
|
|
7051
|
+
coingecko_id: 'babylon',
|
|
7046
7052
|
type_asset: 'sdk.coin',
|
|
7053
|
+
socials: {
|
|
7054
|
+
website: 'https://babylonlabs.io/',
|
|
7055
|
+
twitter: 'https://x.com/babylonlabs_io'
|
|
7056
|
+
},
|
|
7047
7057
|
traces: [{
|
|
7048
7058
|
type: 'ibc',
|
|
7049
7059
|
counterparty: {
|