@chain-registry/osmosis 1.60.3 → 1.60.5
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 +8 -0
- package/esm/asset_list.js +8 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -15284,6 +15284,10 @@ const asset_list = {
|
|
|
15284
15284
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
15285
15285
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
15286
15286
|
}],
|
|
15287
|
+
socials: {
|
|
15288
|
+
website: 'https://posthuman.digital/',
|
|
15289
|
+
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
15290
|
+
},
|
|
15287
15291
|
traces: [{
|
|
15288
15292
|
type: 'ibc-cw20',
|
|
15289
15293
|
counterparty: {
|
|
@@ -17959,6 +17963,10 @@ const asset_list = {
|
|
|
17959
17963
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
17960
17964
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
17961
17965
|
}],
|
|
17966
|
+
socials: {
|
|
17967
|
+
website: 'https://posthuman.digital/',
|
|
17968
|
+
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
17969
|
+
},
|
|
17962
17970
|
traces: [{
|
|
17963
17971
|
type: 'ibc-cw20',
|
|
17964
17972
|
counterparty: {
|
package/esm/asset_list.js
CHANGED
|
@@ -15282,6 +15282,10 @@ const asset_list = {
|
|
|
15282
15282
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
15283
15283
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
15284
15284
|
}],
|
|
15285
|
+
socials: {
|
|
15286
|
+
website: 'https://posthuman.digital/',
|
|
15287
|
+
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
15288
|
+
},
|
|
15285
15289
|
traces: [{
|
|
15286
15290
|
type: 'ibc-cw20',
|
|
15287
15291
|
counterparty: {
|
|
@@ -17957,6 +17961,10 @@ const asset_list = {
|
|
|
17957
17961
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
17958
17962
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
17959
17963
|
}],
|
|
17964
|
+
socials: {
|
|
17965
|
+
website: 'https://posthuman.digital/',
|
|
17966
|
+
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
17967
|
+
},
|
|
17960
17968
|
traces: [{
|
|
17961
17969
|
type: 'ibc-cw20',
|
|
17962
17970
|
counterparty: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.60.
|
|
3
|
+
"version": "1.60.5",
|
|
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.43.
|
|
33
|
+
"@chain-registry/types": "^0.43.5"
|
|
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": "edea39ec1696f3e5a91d6664c79080eeeb258101"
|
|
43
43
|
}
|