@chain-registry/osmosis 1.67.223 → 1.67.224
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 -0
- package/esm/asset_list.js +2 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -662,6 +662,7 @@ const asset_list = {
|
|
|
662
662
|
website: 'https://atom.one',
|
|
663
663
|
twitter: 'https://x.com/_atomone'
|
|
664
664
|
},
|
|
665
|
+
coingecko_id: 'photon-2',
|
|
665
666
|
traces: [{
|
|
666
667
|
type: 'ibc',
|
|
667
668
|
counterparty: {
|
|
@@ -6890,6 +6891,7 @@ const asset_list = {
|
|
|
6890
6891
|
website: 'https://atom.one',
|
|
6891
6892
|
twitter: 'https://x.com/_atomone'
|
|
6892
6893
|
},
|
|
6894
|
+
coingecko_id: 'photon-2',
|
|
6893
6895
|
traces: [{
|
|
6894
6896
|
type: 'ibc',
|
|
6895
6897
|
counterparty: {
|
package/esm/asset_list.js
CHANGED
|
@@ -660,6 +660,7 @@ const asset_list = {
|
|
|
660
660
|
website: 'https://atom.one',
|
|
661
661
|
twitter: 'https://x.com/_atomone'
|
|
662
662
|
},
|
|
663
|
+
coingecko_id: 'photon-2',
|
|
663
664
|
traces: [{
|
|
664
665
|
type: 'ibc',
|
|
665
666
|
counterparty: {
|
|
@@ -6888,6 +6889,7 @@ const asset_list = {
|
|
|
6888
6889
|
website: 'https://atom.one',
|
|
6889
6890
|
twitter: 'https://x.com/_atomone'
|
|
6890
6891
|
},
|
|
6892
|
+
coingecko_id: 'photon-2',
|
|
6891
6893
|
traces: [{
|
|
6892
6894
|
type: 'ibc',
|
|
6893
6895
|
counterparty: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.224",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.224"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "ee91b452fc9c6c803d43c5bf4623054ab5d00c99"
|
|
42
42
|
}
|