@chain-registry/assets 1.62.11 → 1.62.12

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.
@@ -75,6 +75,52 @@ const assets = {
75
75
  }
76
76
  }]
77
77
  },
78
+ {
79
+ description: 'The native token of Archway network',
80
+ denom_units: [
81
+ {
82
+ denom: 'ibc/F173CEF4C064F20614E24A502212B506B450622F664BB08D26E804DEE10490C9',
83
+ exponent: 0,
84
+ aliases: ['aarch']
85
+ },
86
+ {
87
+ denom: 'uarch',
88
+ exponent: 12
89
+ },
90
+ {
91
+ denom: 'arch',
92
+ exponent: 18
93
+ }
94
+ ],
95
+ base: 'ibc/F173CEF4C064F20614E24A502212B506B450622F664BB08D26E804DEE10490C9',
96
+ name: 'Archway',
97
+ display: 'arch',
98
+ symbol: 'ARCH',
99
+ logo_URIs: {
100
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
101
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
102
+ },
103
+ coingecko_id: 'archway',
104
+ images: [{
105
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
106
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
107
+ }],
108
+ socials: {
109
+ website: 'https://archway.io/',
110
+ twitter: 'https://twitter.com/archwayHQ'
111
+ },
112
+ traces: [{
113
+ type: 'ibc',
114
+ counterparty: {
115
+ channel_id: 'channel-145',
116
+ base_denom: 'aarch',
117
+ chain_name: 'archway'
118
+ },
119
+ chain: {
120
+ channel_id: 'channel-73'
121
+ }
122
+ }]
123
+ },
78
124
  {
79
125
  description: 'The native token of Axelar',
80
126
  denom_units: [{
@@ -266,6 +312,52 @@ const assets = {
266
312
  }
267
313
  }]
268
314
  },
315
+ {
316
+ description: 'The native token of Archway network',
317
+ denom_units: [
318
+ {
319
+ denom: 'ibc/F173CEF4C064F20614E24A502212B506B450622F664BB08D26E804DEE10490C9',
320
+ exponent: 0,
321
+ aliases: ['aarch']
322
+ },
323
+ {
324
+ denom: 'uarch',
325
+ exponent: 12
326
+ },
327
+ {
328
+ denom: 'arch',
329
+ exponent: 18
330
+ }
331
+ ],
332
+ base: 'ibc/F173CEF4C064F20614E24A502212B506B450622F664BB08D26E804DEE10490C9',
333
+ name: 'Archway',
334
+ display: 'arch',
335
+ symbol: 'ARCH',
336
+ logo_URIs: {
337
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
338
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
339
+ },
340
+ coingecko_id: 'archway',
341
+ images: [{
342
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
343
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
344
+ }],
345
+ socials: {
346
+ website: 'https://archway.io/',
347
+ twitter: 'https://twitter.com/archwayHQ'
348
+ },
349
+ traces: [{
350
+ type: 'ibc',
351
+ counterparty: {
352
+ channel_id: 'channel-145',
353
+ base_denom: 'aarch',
354
+ chain_name: 'archway'
355
+ },
356
+ chain: {
357
+ channel_id: 'channel-73'
358
+ }
359
+ }]
360
+ },
269
361
  {
270
362
  description: 'The native token of Axelar',
271
363
  denom_units: [{
package/index.d.ts CHANGED
@@ -3,7 +3,7 @@ export * from './testnet';
3
3
  export * from './noncosmos';
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 };
@@ -77,6 +77,52 @@ const assets = {
77
77
  }
78
78
  }]
79
79
  },
80
+ {
81
+ description: 'The native token of Archway network',
82
+ denom_units: [
83
+ {
84
+ denom: 'ibc/F173CEF4C064F20614E24A502212B506B450622F664BB08D26E804DEE10490C9',
85
+ exponent: 0,
86
+ aliases: ['aarch']
87
+ },
88
+ {
89
+ denom: 'uarch',
90
+ exponent: 12
91
+ },
92
+ {
93
+ denom: 'arch',
94
+ exponent: 18
95
+ }
96
+ ],
97
+ base: 'ibc/F173CEF4C064F20614E24A502212B506B450622F664BB08D26E804DEE10490C9',
98
+ name: 'Archway',
99
+ display: 'arch',
100
+ symbol: 'ARCH',
101
+ logo_URIs: {
102
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
103
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
104
+ },
105
+ coingecko_id: 'archway',
106
+ images: [{
107
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
108
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
109
+ }],
110
+ socials: {
111
+ website: 'https://archway.io/',
112
+ twitter: 'https://twitter.com/archwayHQ'
113
+ },
114
+ traces: [{
115
+ type: 'ibc',
116
+ counterparty: {
117
+ channel_id: 'channel-145',
118
+ base_denom: 'aarch',
119
+ chain_name: 'archway'
120
+ },
121
+ chain: {
122
+ channel_id: 'channel-73'
123
+ }
124
+ }]
125
+ },
80
126
  {
81
127
  description: 'The native token of Axelar',
82
128
  denom_units: [{
@@ -268,6 +314,52 @@ const assets = {
268
314
  }
269
315
  }]
270
316
  },
317
+ {
318
+ description: 'The native token of Archway network',
319
+ denom_units: [
320
+ {
321
+ denom: 'ibc/F173CEF4C064F20614E24A502212B506B450622F664BB08D26E804DEE10490C9',
322
+ exponent: 0,
323
+ aliases: ['aarch']
324
+ },
325
+ {
326
+ denom: 'uarch',
327
+ exponent: 12
328
+ },
329
+ {
330
+ denom: 'arch',
331
+ exponent: 18
332
+ }
333
+ ],
334
+ base: 'ibc/F173CEF4C064F20614E24A502212B506B450622F664BB08D26E804DEE10490C9',
335
+ name: 'Archway',
336
+ display: 'arch',
337
+ symbol: 'ARCH',
338
+ logo_URIs: {
339
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
340
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
341
+ },
342
+ coingecko_id: 'archway',
343
+ images: [{
344
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
345
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
346
+ }],
347
+ socials: {
348
+ website: 'https://archway.io/',
349
+ twitter: 'https://twitter.com/archwayHQ'
350
+ },
351
+ traces: [{
352
+ type: 'ibc',
353
+ counterparty: {
354
+ channel_id: 'channel-145',
355
+ base_denom: 'aarch',
356
+ chain_name: 'archway'
357
+ },
358
+ chain: {
359
+ channel_id: 'channel-73'
360
+ }
361
+ }]
362
+ },
271
363
  {
272
364
  description: 'The native token of Axelar',
273
365
  denom_units: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.62.11",
3
+ "version": "1.62.12",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.44.9",
33
- "chain-registry": "^1.61.11"
32
+ "@chain-registry/utils": "^1.44.10",
33
+ "chain-registry": "^1.61.12"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.43.9"
36
+ "@chain-registry/types": "^0.43.10"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "7c3a04c50ceb73ce6a1d6fe3f48505f50228e6d3"
46
+ "gitHead": "89bc12f0d67f994dee0a81580c0910294d2f8898"
47
47
  }