@chain-registry/juno 1.70.383 → 1.70.384
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 +2 -2
- package/esm/asset_list.js +2 -2
- package/package.json +4 -4
package/asset_list.js
CHANGED
|
@@ -28,7 +28,7 @@ const asset_list = {
|
|
|
28
28
|
}],
|
|
29
29
|
socials: {
|
|
30
30
|
website: 'https://akash.network/',
|
|
31
|
-
twitter: 'https://twitter.com/
|
|
31
|
+
twitter: 'https://twitter.com/akashnet'
|
|
32
32
|
},
|
|
33
33
|
type_asset: 'sdk.coin',
|
|
34
34
|
traces: [{
|
|
@@ -813,7 +813,7 @@ const asset_list = {
|
|
|
813
813
|
}],
|
|
814
814
|
socials: {
|
|
815
815
|
website: 'https://akash.network/',
|
|
816
|
-
twitter: 'https://twitter.com/
|
|
816
|
+
twitter: 'https://twitter.com/akashnet'
|
|
817
817
|
},
|
|
818
818
|
type_asset: 'sdk.coin',
|
|
819
819
|
traces: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -26,7 +26,7 @@ const asset_list = {
|
|
|
26
26
|
}],
|
|
27
27
|
socials: {
|
|
28
28
|
website: 'https://akash.network/',
|
|
29
|
-
twitter: 'https://twitter.com/
|
|
29
|
+
twitter: 'https://twitter.com/akashnet'
|
|
30
30
|
},
|
|
31
31
|
type_asset: 'sdk.coin',
|
|
32
32
|
traces: [{
|
|
@@ -811,7 +811,7 @@ const asset_list = {
|
|
|
811
811
|
}],
|
|
812
812
|
socials: {
|
|
813
813
|
website: 'https://akash.network/',
|
|
814
|
-
twitter: 'https://twitter.com/
|
|
814
|
+
twitter: 'https://twitter.com/akashnet'
|
|
815
815
|
},
|
|
816
816
|
type_asset: 'sdk.coin',
|
|
817
817
|
traces: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.384",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"chain-registry": "^1.69.384"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.50.
|
|
35
|
+
"@chain-registry/types": "^0.50.242"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "5493a6bdd740de60b0a804aa6eb0d1069844bbde"
|
|
47
47
|
}
|