@chain-registry/assets 1.70.529 → 1.70.531
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/esm/mainnet/osmosis.js +0 -2
- package/mainnet/osmosis.js +0 -2
- package/package.json +5 -5
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -5135,7 +5135,6 @@ const assets = {
|
|
|
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 assets = {
|
|
|
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/mainnet/osmosis.js
CHANGED
|
@@ -5137,7 +5137,6 @@ const assets = {
|
|
|
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 assets = {
|
|
|
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.531",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.328",
|
|
33
|
+
"chain-registry": "^1.69.531"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.328"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "19eb49b1afa82000d66878ce3b6466e41395964a"
|
|
47
47
|
}
|