@chain-registry/osmosis 1.62.74 → 1.62.76
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/assets.js +13 -1
- package/esm/assets.js +13 -1
- package/esm/testnet_assets.js +1 -1
- package/package.json +3 -3
- package/testnet_assets.js +1 -1
package/assets.js
CHANGED
|
@@ -18321,9 +18321,21 @@ const assets = {
|
|
|
18321
18321
|
background_color_hex: '#00000000'
|
|
18322
18322
|
}
|
|
18323
18323
|
},
|
|
18324
|
+
{
|
|
18325
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL_circle.svg',
|
|
18326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL_circle.png',
|
|
18327
|
+
theme: {
|
|
18328
|
+
circle: false,
|
|
18329
|
+
background_color_hex: '#00000000'
|
|
18330
|
+
}
|
|
18331
|
+
},
|
|
18324
18332
|
{
|
|
18325
18333
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL.svg',
|
|
18326
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL.png'
|
|
18334
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL.png',
|
|
18335
|
+
theme: {
|
|
18336
|
+
circle: false,
|
|
18337
|
+
background_color_hex: '#00000000'
|
|
18338
|
+
}
|
|
18327
18339
|
}
|
|
18328
18340
|
]
|
|
18329
18341
|
},
|
package/esm/assets.js
CHANGED
|
@@ -18319,9 +18319,21 @@ const assets = {
|
|
|
18319
18319
|
background_color_hex: '#00000000'
|
|
18320
18320
|
}
|
|
18321
18321
|
},
|
|
18322
|
+
{
|
|
18323
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL_circle.svg',
|
|
18324
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL_circle.png',
|
|
18325
|
+
theme: {
|
|
18326
|
+
circle: false,
|
|
18327
|
+
background_color_hex: '#00000000'
|
|
18328
|
+
}
|
|
18329
|
+
},
|
|
18322
18330
|
{
|
|
18323
18331
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL.svg',
|
|
18324
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL.png'
|
|
18332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL.png',
|
|
18333
|
+
theme: {
|
|
18334
|
+
circle: false,
|
|
18335
|
+
background_color_hex: '#00000000'
|
|
18336
|
+
}
|
|
18325
18337
|
}
|
|
18326
18338
|
]
|
|
18327
18339
|
},
|
package/esm/testnet_assets.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.62.
|
|
3
|
+
"version": "1.62.76",
|
|
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.45.
|
|
33
|
+
"@chain-registry/types": "^0.45.76"
|
|
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": "7e3c21d6c74119033e7393904e5f8c2cb1f8edc6"
|
|
43
43
|
}
|
package/testnet_assets.js
CHANGED