@chain-registry/assets 1.70.133 → 1.70.135
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/beezee.js +2 -0
- package/esm/mainnet/osmosis.js +2 -0
- package/index.d.ts +1 -1
- package/mainnet/beezee.js +2 -0
- package/mainnet/osmosis.js +2 -0
- package/package.json +5 -5
package/esm/mainnet/beezee.js
CHANGED
|
@@ -112,6 +112,7 @@ const assets = {
|
|
|
112
112
|
website: 'https://atom.one',
|
|
113
113
|
twitter: 'https://x.com/_atomone'
|
|
114
114
|
},
|
|
115
|
+
coingecko_id: 'atomone',
|
|
115
116
|
traces: [{
|
|
116
117
|
type: 'ibc',
|
|
117
118
|
counterparty: {
|
|
@@ -235,6 +236,7 @@ const assets = {
|
|
|
235
236
|
website: 'https://atom.one',
|
|
236
237
|
twitter: 'https://x.com/_atomone'
|
|
237
238
|
},
|
|
239
|
+
coingecko_id: 'atomone',
|
|
238
240
|
traces: [{
|
|
239
241
|
type: 'ibc',
|
|
240
242
|
counterparty: {
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -579,6 +579,7 @@ const assets = {
|
|
|
579
579
|
website: 'https://atom.one',
|
|
580
580
|
twitter: 'https://x.com/_atomone'
|
|
581
581
|
},
|
|
582
|
+
coingecko_id: 'atomone',
|
|
582
583
|
traces: [{
|
|
583
584
|
type: 'ibc',
|
|
584
585
|
counterparty: {
|
|
@@ -6659,6 +6660,7 @@ const assets = {
|
|
|
6659
6660
|
website: 'https://atom.one',
|
|
6660
6661
|
twitter: 'https://x.com/_atomone'
|
|
6661
6662
|
},
|
|
6663
|
+
coingecko_id: 'atomone',
|
|
6662
6664
|
traces: [{
|
|
6663
6665
|
type: 'ibc',
|
|
6664
6666
|
counterparty: {
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists: AssetList[];
|
|
7
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
package/mainnet/beezee.js
CHANGED
|
@@ -114,6 +114,7 @@ const assets = {
|
|
|
114
114
|
website: 'https://atom.one',
|
|
115
115
|
twitter: 'https://x.com/_atomone'
|
|
116
116
|
},
|
|
117
|
+
coingecko_id: 'atomone',
|
|
117
118
|
traces: [{
|
|
118
119
|
type: 'ibc',
|
|
119
120
|
counterparty: {
|
|
@@ -237,6 +238,7 @@ const assets = {
|
|
|
237
238
|
website: 'https://atom.one',
|
|
238
239
|
twitter: 'https://x.com/_atomone'
|
|
239
240
|
},
|
|
241
|
+
coingecko_id: 'atomone',
|
|
240
242
|
traces: [{
|
|
241
243
|
type: 'ibc',
|
|
242
244
|
counterparty: {
|
package/mainnet/osmosis.js
CHANGED
|
@@ -581,6 +581,7 @@ const assets = {
|
|
|
581
581
|
website: 'https://atom.one',
|
|
582
582
|
twitter: 'https://x.com/_atomone'
|
|
583
583
|
},
|
|
584
|
+
coingecko_id: 'atomone',
|
|
584
585
|
traces: [{
|
|
585
586
|
type: 'ibc',
|
|
586
587
|
counterparty: {
|
|
@@ -6661,6 +6662,7 @@ const assets = {
|
|
|
6661
6662
|
website: 'https://atom.one',
|
|
6662
6663
|
twitter: 'https://x.com/_atomone'
|
|
6663
6664
|
},
|
|
6665
|
+
coingecko_id: 'atomone',
|
|
6664
6666
|
traces: [{
|
|
6665
6667
|
type: 'ibc',
|
|
6666
6668
|
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.135",
|
|
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.81",
|
|
33
|
+
"chain-registry": "^1.69.135"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.81"
|
|
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": "2b38bd5444ad80d98d639130cc48cfcc10ac7a2b"
|
|
47
47
|
}
|