@chain-registry/assets 1.70.661 → 1.70.663

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.
@@ -1003,7 +1003,6 @@ const assets = {
1003
1003
  website: 'https://astrovault.io/',
1004
1004
  x: 'https://x.com/axvdex'
1005
1005
  },
1006
- coingecko_id: 'astrovault',
1007
1006
  traces: [{
1008
1007
  type: 'ibc-cw20',
1009
1008
  counterparty: {
@@ -1120,7 +1119,6 @@ const assets = {
1120
1119
  website: 'https://astrovault.io/',
1121
1120
  x: 'https://x.com/axvdex'
1122
1121
  },
1123
- coingecko_id: 'astrovault',
1124
1122
  traces: [{
1125
1123
  type: 'ibc-cw20',
1126
1124
  counterparty: {
@@ -3148,6 +3148,7 @@ const assets = {
3148
3148
  denom: 'l1',
3149
3149
  exponent: 18
3150
3150
  }],
3151
+ type_asset: 'sdk.coin',
3151
3152
  base: 'ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4',
3152
3153
  name: 'GenesisL1',
3153
3154
  display: 'l1',
@@ -3160,7 +3161,12 @@ const assets = {
3160
3161
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
3161
3162
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
3162
3163
  }],
3163
- type_asset: 'sdk.coin',
3164
+ coingecko_id: 'genesisl1',
3165
+ socials: {
3166
+ website: 'https://genesisl1.com',
3167
+ x: 'https://x.com/genesis_L1',
3168
+ telegram: 'https://t.me/Genesis_L1'
3169
+ },
3164
3170
  traces: [{
3165
3171
  type: 'ibc',
3166
3172
  counterparty: {
@@ -9260,6 +9266,7 @@ const assets = {
9260
9266
  denom: 'l1',
9261
9267
  exponent: 18
9262
9268
  }],
9269
+ type_asset: 'sdk.coin',
9263
9270
  base: 'ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4',
9264
9271
  name: 'GenesisL1',
9265
9272
  display: 'l1',
@@ -9272,7 +9279,12 @@ const assets = {
9272
9279
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
9273
9280
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
9274
9281
  }],
9275
- type_asset: 'sdk.coin',
9282
+ coingecko_id: 'genesisl1',
9283
+ socials: {
9284
+ website: 'https://genesisl1.com',
9285
+ x: 'https://x.com/genesis_L1',
9286
+ telegram: 'https://t.me/Genesis_L1'
9287
+ },
9276
9288
  traces: [{
9277
9289
  type: 'ibc',
9278
9290
  counterparty: {
@@ -9088,7 +9088,6 @@ const assets = {
9088
9088
  website: 'https://astrovault.io/',
9089
9089
  x: 'https://x.com/axvdex'
9090
9090
  },
9091
- coingecko_id: 'astrovault',
9092
9091
  traces: [{
9093
9092
  type: 'ibc-cw20',
9094
9093
  counterparty: {
@@ -12309,7 +12308,6 @@ const assets = {
12309
12308
  website: 'https://astrovault.io/',
12310
12309
  x: 'https://x.com/axvdex'
12311
12310
  },
12312
- coingecko_id: 'astrovault',
12313
12311
  traces: [{
12314
12312
  type: 'ibc-cw20',
12315
12313
  counterparty: {
@@ -6441,7 +6441,6 @@ const assets = {
6441
6441
  website: 'https://astrovault.io/',
6442
6442
  x: 'https://x.com/axvdex'
6443
6443
  },
6444
- coingecko_id: 'astrovault',
6445
6444
  traces: [{
6446
6445
  type: 'ibc-cw20',
6447
6446
  counterparty: {
@@ -7056,7 +7055,6 @@ const assets = {
7056
7055
  website: 'https://astrovault.io/',
7057
7056
  x: 'https://x.com/axvdex'
7058
7057
  },
7059
- coingecko_id: 'astrovault',
7060
7058
  traces: [{
7061
7059
  type: 'ibc-cw20',
7062
7060
  counterparty: {
package/index.d.ts CHANGED
@@ -3,7 +3,7 @@ export * from './testnet';
3
3
  export * from './devnet';
4
4
  import asset_lists from './asset_lists';
5
5
  declare const _default: {
6
- asset_lists: AssetList[];
6
+ asset_lists: import("@chain-registry/types").AssetList[];
7
7
  };
8
8
  export default _default;
9
9
  export { asset_lists };
@@ -1005,7 +1005,6 @@ const assets = {
1005
1005
  website: 'https://astrovault.io/',
1006
1006
  x: 'https://x.com/axvdex'
1007
1007
  },
1008
- coingecko_id: 'astrovault',
1009
1008
  traces: [{
1010
1009
  type: 'ibc-cw20',
1011
1010
  counterparty: {
@@ -1122,7 +1121,6 @@ const assets = {
1122
1121
  website: 'https://astrovault.io/',
1123
1122
  x: 'https://x.com/axvdex'
1124
1123
  },
1125
- coingecko_id: 'astrovault',
1126
1124
  traces: [{
1127
1125
  type: 'ibc-cw20',
1128
1126
  counterparty: {
@@ -3150,6 +3150,7 @@ const assets = {
3150
3150
  denom: 'l1',
3151
3151
  exponent: 18
3152
3152
  }],
3153
+ type_asset: 'sdk.coin',
3153
3154
  base: 'ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4',
3154
3155
  name: 'GenesisL1',
3155
3156
  display: 'l1',
@@ -3162,7 +3163,12 @@ const assets = {
3162
3163
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
3163
3164
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
3164
3165
  }],
3165
- type_asset: 'sdk.coin',
3166
+ coingecko_id: 'genesisl1',
3167
+ socials: {
3168
+ website: 'https://genesisl1.com',
3169
+ x: 'https://x.com/genesis_L1',
3170
+ telegram: 'https://t.me/Genesis_L1'
3171
+ },
3166
3172
  traces: [{
3167
3173
  type: 'ibc',
3168
3174
  counterparty: {
@@ -9262,6 +9268,7 @@ const assets = {
9262
9268
  denom: 'l1',
9263
9269
  exponent: 18
9264
9270
  }],
9271
+ type_asset: 'sdk.coin',
9265
9272
  base: 'ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4',
9266
9273
  name: 'GenesisL1',
9267
9274
  display: 'l1',
@@ -9274,7 +9281,12 @@ const assets = {
9274
9281
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
9275
9282
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
9276
9283
  }],
9277
- type_asset: 'sdk.coin',
9284
+ coingecko_id: 'genesisl1',
9285
+ socials: {
9286
+ website: 'https://genesisl1.com',
9287
+ x: 'https://x.com/genesis_L1',
9288
+ telegram: 'https://t.me/Genesis_L1'
9289
+ },
9278
9290
  traces: [{
9279
9291
  type: 'ibc',
9280
9292
  counterparty: {
@@ -9090,7 +9090,6 @@ const assets = {
9090
9090
  website: 'https://astrovault.io/',
9091
9091
  x: 'https://x.com/axvdex'
9092
9092
  },
9093
- coingecko_id: 'astrovault',
9094
9093
  traces: [{
9095
9094
  type: 'ibc-cw20',
9096
9095
  counterparty: {
@@ -12311,7 +12310,6 @@ const assets = {
12311
12310
  website: 'https://astrovault.io/',
12312
12311
  x: 'https://x.com/axvdex'
12313
12312
  },
12314
- coingecko_id: 'astrovault',
12315
12313
  traces: [{
12316
12314
  type: 'ibc-cw20',
12317
12315
  counterparty: {
package/mainnet/terra2.js CHANGED
@@ -6443,7 +6443,6 @@ const assets = {
6443
6443
  website: 'https://astrovault.io/',
6444
6444
  x: 'https://x.com/axvdex'
6445
6445
  },
6446
- coingecko_id: 'astrovault',
6447
6446
  traces: [{
6448
6447
  type: 'ibc-cw20',
6449
6448
  counterparty: {
@@ -7058,7 +7057,6 @@ const assets = {
7058
7057
  website: 'https://astrovault.io/',
7059
7058
  x: 'https://x.com/axvdex'
7060
7059
  },
7061
- coingecko_id: 'astrovault',
7062
7060
  traces: [{
7063
7061
  type: 'ibc-cw20',
7064
7062
  counterparty: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.661",
3
+ "version": "1.70.663",
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.403",
33
- "chain-registry": "^1.69.661"
32
+ "@chain-registry/utils": "^1.51.405",
33
+ "chain-registry": "^1.69.663"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.403"
36
+ "@chain-registry/types": "^0.50.405"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "49daf60e3efbd1aa3a20bf057393e584eb86e43e"
46
+ "gitHead": "d12ee0eaa4972ef41e4da4ff0e99a5ba51649245"
47
47
  }