chain-registry 1.64.17 → 1.66.0

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.
Files changed (47) hide show
  1. package/README.md +2 -2
  2. package/esm/mainnet/assets.js +2 -0
  3. package/esm/mainnet/chains.js +2 -0
  4. package/esm/mainnet/doravota/ibc.js +29 -0
  5. package/esm/mainnet/dydx/chain.js +3 -3
  6. package/esm/mainnet/evmos/ibc.js +29 -0
  7. package/esm/mainnet/int3face/assets.js +163 -0
  8. package/esm/mainnet/int3face/chain.js +68 -0
  9. package/esm/mainnet/int3face/index.js +4 -0
  10. package/esm/mainnet/lava/ibc.js +29 -0
  11. package/esm/mainnet/named.js +1 -0
  12. package/esm/mainnet/stargaze/ibc.js +29 -0
  13. package/esm/noncosmos/assets.js +4 -0
  14. package/esm/noncosmos/bitcoincash/assets.js +30 -0
  15. package/esm/noncosmos/bitcoincash/index.js +2 -0
  16. package/esm/noncosmos/litecoin/assets.js +30 -0
  17. package/esm/noncosmos/litecoin/index.js +2 -0
  18. package/esm/noncosmos/named.js +2 -0
  19. package/esm/testnet/stridetestnet/assets.js +158 -2
  20. package/mainnet/assets.js +2 -0
  21. package/mainnet/chains.js +2 -0
  22. package/mainnet/doravota/ibc.js +29 -0
  23. package/mainnet/dydx/chain.js +3 -3
  24. package/mainnet/evmos/ibc.js +29 -0
  25. package/mainnet/int3face/assets.d.ts +3 -0
  26. package/mainnet/int3face/assets.js +165 -0
  27. package/mainnet/int3face/chain.d.ts +3 -0
  28. package/mainnet/int3face/chain.js +70 -0
  29. package/mainnet/int3face/index.d.ts +2 -0
  30. package/mainnet/int3face/index.js +10 -0
  31. package/mainnet/lava/ibc.js +29 -0
  32. package/mainnet/named.d.ts +1 -0
  33. package/mainnet/named.js +4 -3
  34. package/mainnet/stargaze/ibc.js +29 -0
  35. package/noncosmos/assets.js +4 -0
  36. package/noncosmos/bitcoincash/assets.d.ts +3 -0
  37. package/noncosmos/bitcoincash/assets.js +32 -0
  38. package/noncosmos/bitcoincash/index.d.ts +1 -0
  39. package/noncosmos/bitcoincash/index.js +8 -0
  40. package/noncosmos/litecoin/assets.d.ts +3 -0
  41. package/noncosmos/litecoin/assets.js +32 -0
  42. package/noncosmos/litecoin/index.d.ts +1 -0
  43. package/noncosmos/litecoin/index.js +8 -0
  44. package/noncosmos/named.d.ts +2 -0
  45. package/noncosmos/named.js +3 -1
  46. package/package.json +4 -4
  47. package/testnet/stridetestnet/assets.js +158 -2
package/README.md CHANGED
@@ -240,10 +240,10 @@ lerna publish
240
240
 
241
241
  Use the following Makefile commands to update the data in the submodules. These commands will ensure that your submodules are synchronized with their respective remote repositories.
242
242
 
243
- - **update-cosmos**: Updates the submodule to the latest commits of the `cosmos/chain-registry` repository. This should be used to pull the most current production data into your local environment.
243
+ - **update-registry**: Updates the submodule to the latest commits of the `cosmos/chain-registry` repository. This should be used to pull the most current production data into your local environment.
244
244
 
245
245
  ```
246
- make update-cosmos
246
+ make update-registry
247
247
  ```
248
248
 
249
249
  - **update-fixtures**: Updates the submodule to the latest commits of the `cosmology-tech/chain-registry-fixtures` repository. Use this for testing purposes to ensure that your tests are running against stable, controlled data sets.
@@ -82,6 +82,7 @@ import * as _idep from './idep';
82
82
  import * as _impacthub from './impacthub';
83
83
  import * as _imversed from './imversed';
84
84
  import * as _injective from './injective';
85
+ import * as _int3face from './int3face';
85
86
  import * as _irisnet from './irisnet';
86
87
  import * as _jackal from './jackal';
87
88
  import * as _joltify from './joltify';
@@ -274,6 +275,7 @@ const assets = [
274
275
  _impacthub.assets,
275
276
  _imversed.assets,
276
277
  _injective.assets,
278
+ _int3face.assets,
277
279
  _irisnet.assets,
278
280
  _jackal.assets,
279
281
  _joltify.assets,
@@ -83,6 +83,7 @@ import * as _idep from './idep';
83
83
  import * as _impacthub from './impacthub';
84
84
  import * as _imversed from './imversed';
85
85
  import * as _injective from './injective';
86
+ import * as _int3face from './int3face';
86
87
  import * as _irisnet from './irisnet';
87
88
  import * as _jackal from './jackal';
88
89
  import * as _joltify from './joltify';
@@ -276,6 +277,7 @@ const chains = [
276
277
  _impacthub.chain,
277
278
  _imversed.chain,
278
279
  _injective.chain,
280
+ _int3face.chain,
279
281
  _irisnet.chain,
280
282
  _jackal.chain,
281
283
  _joltify.chain,
@@ -296,6 +296,35 @@ const info = [
296
296
  preferred: true
297
297
  }
298
298
  }]
299
+ },
300
+ {
301
+ $schema: '../ibc_data.schema.json',
302
+ chain_1: {
303
+ chain_name: 'doravota',
304
+ client_id: '07-tendermint-24',
305
+ connection_id: 'connection-30'
306
+ },
307
+ chain_2: {
308
+ chain_name: 'stargaze',
309
+ client_id: '07-tendermint-368',
310
+ connection_id: 'connection-318'
311
+ },
312
+ channels: [{
313
+ chain_1: {
314
+ channel_id: 'channel-15',
315
+ port_id: 'transfer'
316
+ },
317
+ chain_2: {
318
+ channel_id: 'channel-394',
319
+ port_id: 'transfer'
320
+ },
321
+ ordering: 'unordered',
322
+ version: 'ics20-1',
323
+ tags: {
324
+ status: 'live',
325
+ preferred: true
326
+ }
327
+ }]
299
328
  }
300
329
  ];
301
330
  export default info;
@@ -60,7 +60,7 @@ const info = {
60
60
  },
61
61
  {
62
62
  address: 'https://dydx-mainnet-rpc.autostake.com:443',
63
- provider: 'AutoStake | StakeDrops'
63
+ provider: 'AutoStake 🛡️ Slash Protected'
64
64
  },
65
65
  {
66
66
  address: 'https://rpc-dydx.ecostake.com:443',
@@ -122,7 +122,7 @@ const info = {
122
122
  },
123
123
  {
124
124
  address: 'https://dydx-mainnet-lcd.autostake.com:443',
125
- provider: 'AutoStake | StakeDrops'
125
+ provider: 'AutoStake 🛡️ Slash Protected'
126
126
  },
127
127
  {
128
128
  address: 'https://rest-dydx.ecostake.com:443',
@@ -192,7 +192,7 @@ const info = {
192
192
  },
193
193
  {
194
194
  address: 'dydx-mainnet-grpc.autostake.com:443',
195
- provider: 'AutoStake | StakeDrops'
195
+ provider: 'AutoStake 🛡️ Slash Protected'
196
196
  },
197
197
  {
198
198
  address: 'https://grpc.dydx.nodestake.top',
@@ -491,6 +491,35 @@ const info = [
491
491
  }
492
492
  }]
493
493
  },
494
+ {
495
+ $schema: '../ibc_data.schema.json',
496
+ chain_1: {
497
+ chain_name: 'evmos',
498
+ client_id: '07-tendermint-142',
499
+ connection_id: 'connection-89'
500
+ },
501
+ chain_2: {
502
+ chain_name: 'lava',
503
+ client_id: '07-tendermint-9',
504
+ connection_id: 'connection-14'
505
+ },
506
+ channels: [{
507
+ chain_1: {
508
+ channel_id: 'channel-117',
509
+ port_id: 'transfer'
510
+ },
511
+ chain_2: {
512
+ channel_id: 'channel-8',
513
+ port_id: 'transfer'
514
+ },
515
+ ordering: 'unordered',
516
+ version: 'ics20-1',
517
+ tags: {
518
+ status: 'live',
519
+ preferred: true
520
+ }
521
+ }]
522
+ },
494
523
  {
495
524
  $schema: '../ibc_data.schema.json',
496
525
  chain_1: {
@@ -0,0 +1,163 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chain_name: 'int3face',
4
+ assets: [
5
+ {
6
+ description: 'Int3face blockchain native token',
7
+ denom_units: [{
8
+ denom: 'uint3',
9
+ exponent: 0
10
+ }, {
11
+ denom: 'int3',
12
+ exponent: 6
13
+ }],
14
+ base: 'uint3',
15
+ name: 'Int3face Token',
16
+ display: 'int3',
17
+ symbol: 'INT3',
18
+ logo_URIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
20
+ },
21
+ images: [{
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
23
+ theme: {
24
+ primary_color_hex: '#3d3d3d'
25
+ }
26
+ }],
27
+ socials: {
28
+ website: 'https://int3face.io/',
29
+ twitter: 'https://x.com/int3face'
30
+ },
31
+ type_asset: 'sdk.coin'
32
+ },
33
+ {
34
+ description: 'Bitcoin on Int3face',
35
+ denom_units: [{
36
+ denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc',
37
+ exponent: 0
38
+ }, {
39
+ denom: 'btc',
40
+ exponent: 8
41
+ }],
42
+ base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc',
43
+ name: 'Bitcoin',
44
+ display: 'btc',
45
+ symbol: 'BTC',
46
+ traces: [{
47
+ type: 'bridge',
48
+ counterparty: {
49
+ chain_name: 'bitcoin',
50
+ base_denom: 'sat'
51
+ },
52
+ provider: 'Int3face'
53
+ }],
54
+ logo_URIs: {
55
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3btc.png'
56
+ },
57
+ images: [{
58
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3btc.png',
59
+ theme: {
60
+ primary_color_hex: '#3d3d3d'
61
+ }
62
+ }],
63
+ type_asset: 'sdk.coin'
64
+ },
65
+ {
66
+ description: 'Bitcoin-Cash on Int3face',
67
+ denom_units: [{
68
+ denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch',
69
+ exponent: 0
70
+ }, {
71
+ denom: 'bch',
72
+ exponent: 8
73
+ }],
74
+ base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch',
75
+ name: 'Bitcoin Cash',
76
+ display: 'bch',
77
+ symbol: 'BCH',
78
+ traces: [{
79
+ type: 'bridge',
80
+ counterparty: {
81
+ chain_name: 'bitcoincash',
82
+ base_denom: 'sat'
83
+ },
84
+ provider: 'Int3face'
85
+ }],
86
+ logo_URIs: {
87
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3bch.png'
88
+ },
89
+ images: [{
90
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3bch.png',
91
+ theme: {
92
+ primary_color_hex: '#3d3d3d'
93
+ }
94
+ }],
95
+ type_asset: 'sdk.coin'
96
+ },
97
+ {
98
+ description: 'Dogecoin on Int3face',
99
+ denom_units: [{
100
+ denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge',
101
+ exponent: 0
102
+ }, {
103
+ denom: 'doge',
104
+ exponent: 8
105
+ }],
106
+ base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge',
107
+ name: 'Dogecoin',
108
+ display: 'doge',
109
+ symbol: 'DOGE',
110
+ traces: [{
111
+ type: 'bridge',
112
+ counterparty: {
113
+ chain_name: 'dogecoin',
114
+ base_denom: 'shibe'
115
+ },
116
+ provider: 'Int3face'
117
+ }],
118
+ logo_URIs: {
119
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3doge.png'
120
+ },
121
+ images: [{
122
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3doge.png',
123
+ theme: {
124
+ primary_color_hex: '#3d3d3d'
125
+ }
126
+ }],
127
+ type_asset: 'sdk.coin'
128
+ },
129
+ {
130
+ description: 'Litecoin on Int3face',
131
+ denom_units: [{
132
+ denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc',
133
+ exponent: 0
134
+ }, {
135
+ denom: 'ltc',
136
+ exponent: 8
137
+ }],
138
+ base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc',
139
+ name: 'Litecoin',
140
+ display: 'ltc',
141
+ symbol: 'LTC',
142
+ traces: [{
143
+ type: 'bridge',
144
+ counterparty: {
145
+ chain_name: 'litecoin',
146
+ base_denom: 'litoshi'
147
+ },
148
+ provider: 'Int3face'
149
+ }],
150
+ logo_URIs: {
151
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3ltc.png'
152
+ },
153
+ images: [{
154
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3ltc.png',
155
+ theme: {
156
+ primary_color_hex: '#3d3d3d'
157
+ }
158
+ }],
159
+ type_asset: 'sdk.coin'
160
+ }
161
+ ]
162
+ };
163
+ export default info;
@@ -0,0 +1,68 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chain_name: 'int3face',
4
+ chain_type: 'cosmos',
5
+ chain_id: 'int3face-1',
6
+ pretty_name: 'Int3face',
7
+ status: 'live',
8
+ network_type: 'mainnet',
9
+ website: 'https://int3face.io/',
10
+ bech32_prefix: 'int3',
11
+ daemon_name: 'int3',
12
+ node_home: '$HOME/.int3faced',
13
+ key_algos: ['secp256k1'],
14
+ slip44: 118,
15
+ fees: {
16
+ fee_tokens: [{
17
+ denom: 'uint3',
18
+ fixed_min_gas_price: 0.0025,
19
+ low_gas_price: 0.0025,
20
+ average_gas_price: 0.025,
21
+ high_gas_price: 0.04
22
+ }]
23
+ },
24
+ staking: {
25
+ staking_tokens: [{
26
+ denom: 'uint3'
27
+ }]
28
+ },
29
+ codebase: {
30
+ cosmos_sdk_version: 'github.com/cosmos/cosmos-sdk v0.50.8'
31
+ },
32
+ logo_URIs: {
33
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
34
+ },
35
+ description: 'Int3face is a cross-chain bridge that connects the Cosmos ecosystem with other blockchains.',
36
+ apis: {
37
+ rpc: [{
38
+ address: 'https://rpc.mainnet.int3face.zone',
39
+ provider: 'Int3face.io'
40
+ }],
41
+ rest: [{
42
+ address: 'https://api.mainnet.int3face.zone',
43
+ provider: 'Int3face.io'
44
+ }]
45
+ },
46
+ explorers: [{
47
+ kind: 'ping.pub',
48
+ url: 'https://int3face.zone/explorer',
49
+ tx_page: 'https://int3face.zone/explorer/tx/${txHash}'
50
+ }],
51
+ images: [{
52
+ image_sync: {
53
+ chain_name: 'int3face',
54
+ base_denom: 'uint3'
55
+ },
56
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
57
+ theme: {
58
+ primary_color_hex: '#040404'
59
+ }
60
+ }, {
61
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3face-chain-logo.png',
62
+ theme: {
63
+ primary_color_hex: '#040404',
64
+ circle: false
65
+ }
66
+ }]
67
+ };
68
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;
@@ -57,6 +57,35 @@ const info = [
57
57
  }
58
58
  }]
59
59
  },
60
+ {
61
+ $schema: '../ibc_data.schema.json',
62
+ chain_1: {
63
+ chain_name: 'evmos',
64
+ client_id: '07-tendermint-142',
65
+ connection_id: 'connection-89'
66
+ },
67
+ chain_2: {
68
+ chain_name: 'lava',
69
+ client_id: '07-tendermint-9',
70
+ connection_id: 'connection-14'
71
+ },
72
+ channels: [{
73
+ chain_1: {
74
+ channel_id: 'channel-117',
75
+ port_id: 'transfer'
76
+ },
77
+ chain_2: {
78
+ channel_id: 'channel-8',
79
+ port_id: 'transfer'
80
+ },
81
+ ordering: 'unordered',
82
+ version: 'ics20-1',
83
+ tags: {
84
+ status: 'live',
85
+ preferred: true
86
+ }
87
+ }]
88
+ },
60
89
  {
61
90
  $schema: '../ibc_data.schema.json',
62
91
  chain_1: {
@@ -83,6 +83,7 @@ export * as idep from './idep';
83
83
  export * as impacthub from './impacthub';
84
84
  export * as imversed from './imversed';
85
85
  export * as injective from './injective';
86
+ export * as int3face from './int3face';
86
87
  export * as irisnet from './irisnet';
87
88
  export * as jackal from './jackal';
88
89
  export * as joltify from './joltify';
@@ -219,6 +219,35 @@ const info = [
219
219
  }
220
220
  }]
221
221
  },
222
+ {
223
+ $schema: '../ibc_data.schema.json',
224
+ chain_1: {
225
+ chain_name: 'doravota',
226
+ client_id: '07-tendermint-24',
227
+ connection_id: 'connection-30'
228
+ },
229
+ chain_2: {
230
+ chain_name: 'stargaze',
231
+ client_id: '07-tendermint-368',
232
+ connection_id: 'connection-318'
233
+ },
234
+ channels: [{
235
+ chain_1: {
236
+ channel_id: 'channel-15',
237
+ port_id: 'transfer'
238
+ },
239
+ chain_2: {
240
+ channel_id: 'channel-394',
241
+ port_id: 'transfer'
242
+ },
243
+ ordering: 'unordered',
244
+ version: 'ics20-1',
245
+ tags: {
246
+ status: 'live',
247
+ preferred: true
248
+ }
249
+ }]
250
+ },
222
251
  {
223
252
  $schema: '../ibc_data.schema.json',
224
253
  chain_1: {
@@ -9,6 +9,7 @@ import * as _avalanche from './avalanche';
9
9
  import * as _base from './base';
10
10
  import * as _binancesmartchain from './binancesmartchain';
11
11
  import * as _bitcoin from './bitcoin';
12
+ import * as _bitcoincash from './bitcoincash';
12
13
  import * as _comex from './comex';
13
14
  import * as _dogecoin from './dogecoin';
14
15
  import * as _fantom from './fantom';
@@ -16,6 +17,7 @@ import * as _filecoin from './filecoin';
16
17
  import * as _forex from './forex';
17
18
  import * as _internetcomputer from './internetcomputer';
18
19
  import * as _kusama from './kusama';
20
+ import * as _litecoin from './litecoin';
19
21
  import * as _mantle from './mantle';
20
22
  import * as _moonbeam from './moonbeam';
21
23
  import * as _neo from './neo';
@@ -56,6 +58,7 @@ const assets = [
56
58
  _base.assets,
57
59
  _binancesmartchain.assets,
58
60
  _bitcoin.assets,
61
+ _bitcoincash.assets,
59
62
  _comex.assets,
60
63
  _dogecoin.assets,
61
64
  _fantom.assets,
@@ -63,6 +66,7 @@ const assets = [
63
66
  _forex.assets,
64
67
  _internetcomputer.assets,
65
68
  _kusama.assets,
69
+ _litecoin.assets,
66
70
  _mantle.assets,
67
71
  _moonbeam.assets,
68
72
  _neo.assets,
@@ -0,0 +1,30 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chain_name: 'bitcoincash',
4
+ assets: [{
5
+ description: 'Bitcoin Cash (BCH) is a digital coin designed for quick and cost-effective transactions.',
6
+ extended_description: 'Bitcoin Cash (BCH) is a peer-to-peer cryptocurrency that was created as a fork of Bitcoin (BTC) in 2017 to address scalability issues. It increases transaction throughput by allowing larger block sizes, enabling faster and cheaper transactions compared to Bitcoin. Bitcoin Cash aims to serve as a more practical digital cash for everyday use, prioritizing efficiency and low fees in financial transactions on a global scale.',
7
+ denom_units: [{
8
+ denom: 'sat',
9
+ exponent: 0
10
+ }, {
11
+ denom: 'bch',
12
+ exponent: 8
13
+ }],
14
+ type_asset: 'bitcoin-like',
15
+ base: 'sat',
16
+ name: 'Bitcoin Cash',
17
+ display: 'bch',
18
+ symbol: 'BCH',
19
+ coingecko_id: 'bitcoin-cash',
20
+ images: [{
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.svg',
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.png',
23
+ theme: {
24
+ primary_color_hex: '#0AC18E',
25
+ circle: true
26
+ }
27
+ }]
28
+ }]
29
+ };
30
+ export default info;
@@ -0,0 +1,2 @@
1
+ import _assets from './assets';
2
+ export const assets = _assets;
@@ -0,0 +1,30 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chain_name: 'litecoin',
4
+ assets: [{
5
+ description: 'The currency of Litecoin.',
6
+ extended_description: 'Litecoin (LTC) is a peer-to-peer cryptocurrency created in 2011 by Charlie Lee as a lighter alternative to Bitcoin. It features faster block generation times and a different hashing algorithm (Scrypt), allowing for quicker transaction processing and lower fees. Often referred to as the "silver to Bitcoin\'s gold," Litecoin is designed to provide a more efficient and accessible digital payment option.',
7
+ denom_units: [{
8
+ denom: 'litoshi',
9
+ exponent: 0
10
+ }, {
11
+ denom: 'ltc',
12
+ exponent: 8
13
+ }],
14
+ type_asset: 'bitcoin-like',
15
+ base: 'litoshi',
16
+ name: 'Litecoin',
17
+ display: 'ltc',
18
+ symbol: 'LTC',
19
+ coingecko_id: 'litecoin',
20
+ images: [{
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/ltc.svg',
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/ltc.png',
23
+ theme: {
24
+ primary_color_hex: '#345D9D',
25
+ circle: true
26
+ }
27
+ }]
28
+ }]
29
+ };
30
+ export default info;
@@ -0,0 +1,2 @@
1
+ import _assets from './assets';
2
+ export const assets = _assets;
@@ -9,6 +9,7 @@ export * as avalanche from './avalanche';
9
9
  export * as base from './base';
10
10
  export * as binancesmartchain from './binancesmartchain';
11
11
  export * as bitcoin from './bitcoin';
12
+ export * as bitcoincash from './bitcoincash';
12
13
  export * as comex from './comex';
13
14
  export * as dogecoin from './dogecoin';
14
15
  export * as fantom from './fantom';
@@ -16,6 +17,7 @@ export * as filecoin from './filecoin';
16
17
  export * as forex from './forex';
17
18
  export * as internetcomputer from './internetcomputer';
18
19
  export * as kusama from './kusama';
20
+ export * as litecoin from './litecoin';
19
21
  export * as mantle from './mantle';
20
22
  export * as moonbeam from './moonbeam';
21
23
  export * as neo from './neo';