@chain-registry/osmosis 1.67.325 → 1.67.327

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 CHANGED
@@ -5137,7 +5137,6 @@ const asset_list = {
5137
5137
  website: 'https://manifestai.org/',
5138
5138
  x: 'https://x.com/ManifestAIs/'
5139
5139
  },
5140
- coingecko_id: 'manifest-2',
5141
5140
  traces: [{
5142
5141
  type: 'ibc',
5143
5142
  counterparty: {
@@ -11556,7 +11555,6 @@ const asset_list = {
11556
11555
  website: 'https://manifestai.org/',
11557
11556
  x: 'https://x.com/ManifestAIs/'
11558
11557
  },
11559
- coingecko_id: 'manifest-2',
11560
11558
  traces: [{
11561
11559
  type: 'ibc',
11562
11560
  counterparty: {
package/assets.js CHANGED
@@ -6104,8 +6104,7 @@ const assets = {
6104
6104
  },
6105
6105
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png',
6106
6106
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg'
6107
- }],
6108
- coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
6107
+ }]
6109
6108
  },
6110
6109
  {
6111
6110
  description: 'Ciento Exchange Token',
@@ -16410,8 +16409,7 @@ const assets = {
16410
16409
  },
16411
16410
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
16412
16411
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
16413
- }],
16414
- coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
16412
+ }]
16415
16413
  },
16416
16414
  {
16417
16415
  description: 'The native token of TON',
package/esm/asset_list.js CHANGED
@@ -5135,7 +5135,6 @@ const asset_list = {
5135
5135
  website: 'https://manifestai.org/',
5136
5136
  x: 'https://x.com/ManifestAIs/'
5137
5137
  },
5138
- coingecko_id: 'manifest-2',
5139
5138
  traces: [{
5140
5139
  type: 'ibc',
5141
5140
  counterparty: {
@@ -11554,7 +11553,6 @@ const asset_list = {
11554
11553
  website: 'https://manifestai.org/',
11555
11554
  x: 'https://x.com/ManifestAIs/'
11556
11555
  },
11557
- coingecko_id: 'manifest-2',
11558
11556
  traces: [{
11559
11557
  type: 'ibc',
11560
11558
  counterparty: {
package/esm/assets.js CHANGED
@@ -6102,8 +6102,7 @@ const assets = {
6102
6102
  },
6103
6103
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png',
6104
6104
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg'
6105
- }],
6106
- coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
6105
+ }]
6107
6106
  },
6108
6107
  {
6109
6108
  description: 'Ciento Exchange Token',
@@ -16408,8 +16407,7 @@ const assets = {
16408
16407
  },
16409
16408
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
16410
16409
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
16411
- }],
16412
- coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
16410
+ }]
16413
16411
  },
16414
16412
  {
16415
16413
  description: 'The native token of TON',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.325",
3
+ "version": "1.67.327",
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.325"
32
+ "@chain-registry/types": "^0.50.327"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "8c543935d19770897f5a1e340b8ab81901b6b9ca"
41
+ "gitHead": "d8abbb79c17b142b12e5f9a65a536b5d6094361a"
42
42
  }