@chain-registry/osmosis 1.63.4 → 1.63.6
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 +628 -4
- package/esm/asset_list.js +628 -4
- package/esm/testnet_assets.js +2 -1
- package/package.json +3 -3
- package/testnet_assets.js +2 -1
package/esm/testnet_assets.js
CHANGED
|
@@ -711,7 +711,8 @@ const testnet_assets = {
|
|
|
711
711
|
images: [{
|
|
712
712
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png',
|
|
713
713
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg'
|
|
714
|
-
}]
|
|
714
|
+
}],
|
|
715
|
+
type_asset: 'sdk.coin'
|
|
715
716
|
},
|
|
716
717
|
{
|
|
717
718
|
description: 'The yield token for ATOM denominated vaults on Amulet Protocol',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.6",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:watch": "jest --watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@chain-registry/types": "^0.46.
|
|
33
|
+
"@chain-registry/types": "^0.46.6"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"osmosis"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "8244da9505593b26d16f70479d7fea0434db6ac4"
|
|
43
43
|
}
|
package/testnet_assets.js
CHANGED
|
@@ -713,7 +713,8 @@ const testnet_assets = {
|
|
|
713
713
|
images: [{
|
|
714
714
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png',
|
|
715
715
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg'
|
|
716
|
-
}]
|
|
716
|
+
}],
|
|
717
|
+
type_asset: 'sdk.coin'
|
|
717
718
|
},
|
|
718
719
|
{
|
|
719
720
|
description: 'The yield token for ATOM denominated vaults on Amulet Protocol',
|