@chain-registry/osmosis 1.67.3 → 1.67.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/chain.js +1 -3
- package/esm/asset_list.js +8 -0
- package/esm/chain.js +1 -3
- package/esm/testnet.js +1 -3
- package/package.json +3 -3
- package/testnet.js +1 -3
package/asset_list.js
CHANGED
|
@@ -4737,6 +4737,10 @@ const asset_list = {
|
|
|
4737
4737
|
primary_color_hex: '#cbfb06'
|
|
4738
4738
|
}
|
|
4739
4739
|
}],
|
|
4740
|
+
socials: {
|
|
4741
|
+
website: 'https://neutaro.com/',
|
|
4742
|
+
twitter: 'https://twitter.com/Timpi_TheNewWay'
|
|
4743
|
+
},
|
|
4740
4744
|
type_asset: 'sdk.coin',
|
|
4741
4745
|
traces: [{
|
|
4742
4746
|
type: 'ibc',
|
|
@@ -10401,6 +10405,10 @@ const asset_list = {
|
|
|
10401
10405
|
primary_color_hex: '#cbfb06'
|
|
10402
10406
|
}
|
|
10403
10407
|
}],
|
|
10408
|
+
socials: {
|
|
10409
|
+
website: 'https://neutaro.com/',
|
|
10410
|
+
twitter: 'https://twitter.com/Timpi_TheNewWay'
|
|
10411
|
+
},
|
|
10404
10412
|
type_asset: 'sdk.coin',
|
|
10405
10413
|
traces: [{
|
|
10406
10414
|
type: 'ibc',
|
package/chain.js
CHANGED
package/esm/asset_list.js
CHANGED
|
@@ -4735,6 +4735,10 @@ const asset_list = {
|
|
|
4735
4735
|
primary_color_hex: '#cbfb06'
|
|
4736
4736
|
}
|
|
4737
4737
|
}],
|
|
4738
|
+
socials: {
|
|
4739
|
+
website: 'https://neutaro.com/',
|
|
4740
|
+
twitter: 'https://twitter.com/Timpi_TheNewWay'
|
|
4741
|
+
},
|
|
4738
4742
|
type_asset: 'sdk.coin',
|
|
4739
4743
|
traces: [{
|
|
4740
4744
|
type: 'ibc',
|
|
@@ -10399,6 +10403,10 @@ const asset_list = {
|
|
|
10399
10403
|
primary_color_hex: '#cbfb06'
|
|
10400
10404
|
}
|
|
10401
10405
|
}],
|
|
10406
|
+
socials: {
|
|
10407
|
+
website: 'https://neutaro.com/',
|
|
10408
|
+
twitter: 'https://twitter.com/Timpi_TheNewWay'
|
|
10409
|
+
},
|
|
10402
10410
|
type_asset: 'sdk.coin',
|
|
10403
10411
|
traces: [{
|
|
10404
10412
|
type: 'ibc',
|
package/esm/chain.js
CHANGED
package/esm/testnet.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.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.50.
|
|
33
|
+
"@chain-registry/types": "^0.50.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": "40f88102a9dc8242df401b400693b1f16af511b7"
|
|
43
43
|
}
|