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