chain-registry 2.0.210 → 2.0.212

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.
@@ -69,7 +69,6 @@ import * as _emoney from './emoney';
69
69
  import * as _empowerchain from './empowerchain';
70
70
  import * as _epix from './epix';
71
71
  import * as _ethos from './ethos';
72
- import * as _evmos from './evmos';
73
72
  import * as _fandomchain from './fandomchain';
74
73
  import * as _fetchhub from './fetchhub';
75
74
  import * as _finschia from './finschia';
@@ -306,7 +305,6 @@ const assetList = [
306
305
  _empowerchain.assetList,
307
306
  _epix.assetList,
308
307
  _ethos.assetList,
309
- _evmos.assetList,
310
308
  _fandomchain.assetList,
311
309
  _fetchhub.assetList,
312
310
  _finschia.assetList,
@@ -61,6 +61,37 @@ const info = [
61
61
  }
62
62
  }]
63
63
  },
64
+ {
65
+ $schema: '../ibc_data.schema.json',
66
+ chain1: {
67
+ chainName: 'celestia',
68
+ chainId: 'celestia',
69
+ clientId: '07-tendermint-151',
70
+ connectionId: 'connection-103'
71
+ },
72
+ chain2: {
73
+ chainName: 'cosmoshub',
74
+ chainId: 'cosmoshub-4',
75
+ clientId: '07-tendermint-1480',
76
+ connectionId: 'connection-1272'
77
+ },
78
+ channels: [{
79
+ chain1: {
80
+ channelId: 'channel-278',
81
+ portId: 'transfer'
82
+ },
83
+ chain2: {
84
+ channelId: 'channel-1879',
85
+ portId: 'transfer'
86
+ },
87
+ ordering: 'unordered',
88
+ version: 'ics20-1',
89
+ tags: {
90
+ preferred: true,
91
+ status: 'ACTIVE'
92
+ }
93
+ }]
94
+ },
64
95
  {
65
96
  $schema: '../ibc_data.schema.json',
66
97
  chain1: {
@@ -582,6 +613,37 @@ const info = [
582
613
  status: 'ACTIVE'
583
614
  }
584
615
  }]
616
+ },
617
+ {
618
+ $schema: '../ibc_data.schema.json',
619
+ chain1: {
620
+ chainName: 'celestia',
621
+ chainId: 'celestia',
622
+ clientId: '07-tendermint-165',
623
+ connectionId: 'connection-105'
624
+ },
625
+ chain2: {
626
+ chainName: 'xrplevm',
627
+ chainId: 'xrplevm_1440000-1',
628
+ clientId: '07-tendermint-13',
629
+ connectionId: 'connection-6'
630
+ },
631
+ channels: [{
632
+ chain1: {
633
+ channelId: 'channel-280',
634
+ portId: 'transfer'
635
+ },
636
+ chain2: {
637
+ channelId: 'channel-6',
638
+ portId: 'transfer'
639
+ },
640
+ ordering: 'unordered',
641
+ version: 'ics20-1',
642
+ tags: {
643
+ preferred: true,
644
+ status: 'ACTIVE'
645
+ }
646
+ }]
585
647
  }
586
648
  ];
587
649
  export default info;
@@ -69,7 +69,6 @@ import * as _emoney from './emoney';
69
69
  import * as _empowerchain from './empowerchain';
70
70
  import * as _epix from './epix';
71
71
  import * as _ethos from './ethos';
72
- import * as _evmos from './evmos';
73
72
  import * as _fandomchain from './fandomchain';
74
73
  import * as _fetchhub from './fetchhub';
75
74
  import * as _finschia from './finschia';
@@ -306,7 +305,6 @@ const chains = [
306
305
  _empowerchain.chain,
307
306
  _epix.chain,
308
307
  _ethos.chain,
309
- _evmos.chain,
310
308
  _fandomchain.chain,
311
309
  _fetchhub.chain,
312
310
  _finschia.chain,
@@ -486,6 +486,37 @@ const info = [
486
486
  }
487
487
  }]
488
488
  },
489
+ {
490
+ $schema: '../ibc_data.schema.json',
491
+ chain1: {
492
+ chainName: 'celestia',
493
+ chainId: 'celestia',
494
+ clientId: '07-tendermint-151',
495
+ connectionId: 'connection-103'
496
+ },
497
+ chain2: {
498
+ chainName: 'cosmoshub',
499
+ chainId: 'cosmoshub-4',
500
+ clientId: '07-tendermint-1480',
501
+ connectionId: 'connection-1272'
502
+ },
503
+ channels: [{
504
+ chain1: {
505
+ channelId: 'channel-278',
506
+ portId: 'transfer'
507
+ },
508
+ chain2: {
509
+ channelId: 'channel-1879',
510
+ portId: 'transfer'
511
+ },
512
+ ordering: 'unordered',
513
+ version: 'ics20-1',
514
+ tags: {
515
+ preferred: true,
516
+ status: 'ACTIVE'
517
+ }
518
+ }]
519
+ },
489
520
  {
490
521
  $schema: '../ibc_data.schema.json',
491
522
  chain1: {
@@ -55,7 +55,6 @@ import * as _elys from './elys';
55
55
  import * as _emoney from './emoney';
56
56
  import * as _empowerchain from './empowerchain';
57
57
  import * as _epix from './epix';
58
- import * as _evmos from './evmos';
59
58
  import * as _fandomchain from './fandomchain';
60
59
  import * as _fetchhub from './fetchhub';
61
60
  import * as _firmachain from './firmachain';
@@ -238,7 +237,6 @@ const ibcData = [
238
237
  ..._emoney.ibcData,
239
238
  ..._empowerchain.ibcData,
240
239
  ..._epix.ibcData,
241
- ..._evmos.ibcData,
242
240
  ..._fandomchain.ibcData,
243
241
  ..._fetchhub.ibcData,
244
242
  ..._firmachain.ibcData,
@@ -1,4 +1,35 @@
1
1
  const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain1: {
5
+ chainName: 'celestia',
6
+ chainId: 'celestia',
7
+ clientId: '07-tendermint-165',
8
+ connectionId: 'connection-105'
9
+ },
10
+ chain2: {
11
+ chainName: 'xrplevm',
12
+ chainId: 'xrplevm_1440000-1',
13
+ clientId: '07-tendermint-13',
14
+ connectionId: 'connection-6'
15
+ },
16
+ channels: [{
17
+ chain1: {
18
+ channelId: 'channel-280',
19
+ portId: 'transfer'
20
+ },
21
+ chain2: {
22
+ channelId: 'channel-6',
23
+ portId: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ preferred: true,
29
+ status: 'ACTIVE'
30
+ }
31
+ }]
32
+ },
2
33
  {
3
34
  $schema: '../ibc_data.schema.json',
4
35
  chain1: {
@@ -94,7 +94,6 @@ const _emoney = __importStar(require("./emoney"));
94
94
  const _empowerchain = __importStar(require("./empowerchain"));
95
95
  const _epix = __importStar(require("./epix"));
96
96
  const _ethos = __importStar(require("./ethos"));
97
- const _evmos = __importStar(require("./evmos"));
98
97
  const _fandomchain = __importStar(require("./fandomchain"));
99
98
  const _fetchhub = __importStar(require("./fetchhub"));
100
99
  const _finschia = __importStar(require("./finschia"));
@@ -331,7 +330,6 @@ const assetList = [
331
330
  _empowerchain.assetList,
332
331
  _epix.assetList,
333
332
  _ethos.assetList,
334
- _evmos.assetList,
335
333
  _fandomchain.assetList,
336
334
  _fetchhub.assetList,
337
335
  _finschia.assetList,
@@ -63,6 +63,37 @@ const info = [
63
63
  }
64
64
  }]
65
65
  },
66
+ {
67
+ $schema: '../ibc_data.schema.json',
68
+ chain1: {
69
+ chainName: 'celestia',
70
+ chainId: 'celestia',
71
+ clientId: '07-tendermint-151',
72
+ connectionId: 'connection-103'
73
+ },
74
+ chain2: {
75
+ chainName: 'cosmoshub',
76
+ chainId: 'cosmoshub-4',
77
+ clientId: '07-tendermint-1480',
78
+ connectionId: 'connection-1272'
79
+ },
80
+ channels: [{
81
+ chain1: {
82
+ channelId: 'channel-278',
83
+ portId: 'transfer'
84
+ },
85
+ chain2: {
86
+ channelId: 'channel-1879',
87
+ portId: 'transfer'
88
+ },
89
+ ordering: 'unordered',
90
+ version: 'ics20-1',
91
+ tags: {
92
+ preferred: true,
93
+ status: 'ACTIVE'
94
+ }
95
+ }]
96
+ },
66
97
  {
67
98
  $schema: '../ibc_data.schema.json',
68
99
  chain1: {
@@ -584,6 +615,37 @@ const info = [
584
615
  status: 'ACTIVE'
585
616
  }
586
617
  }]
618
+ },
619
+ {
620
+ $schema: '../ibc_data.schema.json',
621
+ chain1: {
622
+ chainName: 'celestia',
623
+ chainId: 'celestia',
624
+ clientId: '07-tendermint-165',
625
+ connectionId: 'connection-105'
626
+ },
627
+ chain2: {
628
+ chainName: 'xrplevm',
629
+ chainId: 'xrplevm_1440000-1',
630
+ clientId: '07-tendermint-13',
631
+ connectionId: 'connection-6'
632
+ },
633
+ channels: [{
634
+ chain1: {
635
+ channelId: 'channel-280',
636
+ portId: 'transfer'
637
+ },
638
+ chain2: {
639
+ channelId: 'channel-6',
640
+ portId: 'transfer'
641
+ },
642
+ ordering: 'unordered',
643
+ version: 'ics20-1',
644
+ tags: {
645
+ preferred: true,
646
+ status: 'ACTIVE'
647
+ }
648
+ }]
587
649
  }
588
650
  ];
589
651
  exports.default = info;
package/mainnet/chains.js CHANGED
@@ -94,7 +94,6 @@ const _emoney = __importStar(require("./emoney"));
94
94
  const _empowerchain = __importStar(require("./empowerchain"));
95
95
  const _epix = __importStar(require("./epix"));
96
96
  const _ethos = __importStar(require("./ethos"));
97
- const _evmos = __importStar(require("./evmos"));
98
97
  const _fandomchain = __importStar(require("./fandomchain"));
99
98
  const _fetchhub = __importStar(require("./fetchhub"));
100
99
  const _finschia = __importStar(require("./finschia"));
@@ -331,7 +330,6 @@ const chains = [
331
330
  _empowerchain.chain,
332
331
  _epix.chain,
333
332
  _ethos.chain,
334
- _evmos.chain,
335
333
  _fandomchain.chain,
336
334
  _fetchhub.chain,
337
335
  _finschia.chain,
@@ -488,6 +488,37 @@ const info = [
488
488
  }
489
489
  }]
490
490
  },
491
+ {
492
+ $schema: '../ibc_data.schema.json',
493
+ chain1: {
494
+ chainName: 'celestia',
495
+ chainId: 'celestia',
496
+ clientId: '07-tendermint-151',
497
+ connectionId: 'connection-103'
498
+ },
499
+ chain2: {
500
+ chainName: 'cosmoshub',
501
+ chainId: 'cosmoshub-4',
502
+ clientId: '07-tendermint-1480',
503
+ connectionId: 'connection-1272'
504
+ },
505
+ channels: [{
506
+ chain1: {
507
+ channelId: 'channel-278',
508
+ portId: 'transfer'
509
+ },
510
+ chain2: {
511
+ channelId: 'channel-1879',
512
+ portId: 'transfer'
513
+ },
514
+ ordering: 'unordered',
515
+ version: 'ics20-1',
516
+ tags: {
517
+ preferred: true,
518
+ status: 'ACTIVE'
519
+ }
520
+ }]
521
+ },
491
522
  {
492
523
  $schema: '../ibc_data.schema.json',
493
524
  chain1: {
@@ -80,7 +80,6 @@ const _elys = __importStar(require("./elys"));
80
80
  const _emoney = __importStar(require("./emoney"));
81
81
  const _empowerchain = __importStar(require("./empowerchain"));
82
82
  const _epix = __importStar(require("./epix"));
83
- const _evmos = __importStar(require("./evmos"));
84
83
  const _fandomchain = __importStar(require("./fandomchain"));
85
84
  const _fetchhub = __importStar(require("./fetchhub"));
86
85
  const _firmachain = __importStar(require("./firmachain"));
@@ -263,7 +262,6 @@ const ibcData = [
263
262
  ..._emoney.ibcData,
264
263
  ..._empowerchain.ibcData,
265
264
  ..._epix.ibcData,
266
- ..._evmos.ibcData,
267
265
  ..._fandomchain.ibcData,
268
266
  ..._fetchhub.ibcData,
269
267
  ..._firmachain.ibcData,
@@ -1,6 +1,37 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [
4
+ {
5
+ $schema: '../ibc_data.schema.json',
6
+ chain1: {
7
+ chainName: 'celestia',
8
+ chainId: 'celestia',
9
+ clientId: '07-tendermint-165',
10
+ connectionId: 'connection-105'
11
+ },
12
+ chain2: {
13
+ chainName: 'xrplevm',
14
+ chainId: 'xrplevm_1440000-1',
15
+ clientId: '07-tendermint-13',
16
+ connectionId: 'connection-6'
17
+ },
18
+ channels: [{
19
+ chain1: {
20
+ channelId: 'channel-280',
21
+ portId: 'transfer'
22
+ },
23
+ chain2: {
24
+ channelId: 'channel-6',
25
+ portId: 'transfer'
26
+ },
27
+ ordering: 'unordered',
28
+ version: 'ics20-1',
29
+ tags: {
30
+ preferred: true,
31
+ status: 'ACTIVE'
32
+ }
33
+ }]
34
+ },
4
35
  {
5
36
  $schema: '../ibc_data.schema.json',
6
37
  chain1: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.210",
3
+ "version": "2.0.212",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.210"
32
+ "@chain-registry/types": "^2.0.212"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "61ac74879ef79ec6627f7b7366df98793838b4f0"
42
+ "gitHead": "7f305d45e7c333eacd42cbd94de36464465461ec"
43
43
  }
@@ -1,154 +0,0 @@
1
- const info = {
2
- $schema: '../assetlist.schema.json',
3
- chainName: 'evmos',
4
- assets: [
5
- {
6
- description: 'The native EVM, governance and staking token of the Evmos Hub',
7
- denomUnits: [{
8
- denom: 'aevmos',
9
- exponent: 0
10
- }, {
11
- denom: 'evmos',
12
- exponent: 18
13
- }],
14
- base: 'aevmos',
15
- name: 'Evmos',
16
- display: 'evmos',
17
- symbol: 'EVMOS',
18
- logoURIs: {
19
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
20
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
21
- },
22
- coingeckoId: 'evmos',
23
- images: [{
24
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
25
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
26
- }],
27
- socials: {
28
- website: 'https://evmos.org/',
29
- x: 'https://x.com/EvmosOrg'
30
- },
31
- typeAsset: 'sdk.coin'
32
- },
33
- {
34
- description: 'Tether USDt on Evmos',
35
- denomUnits: [{
36
- denom: 'ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5',
37
- exponent: 0
38
- }, {
39
- denom: 'usdt',
40
- exponent: 6
41
- }],
42
- typeAsset: 'ics20',
43
- base: 'ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5',
44
- name: 'Tether USDt',
45
- display: 'usdt',
46
- symbol: 'USDt',
47
- traces: [{
48
- type: 'ibc',
49
- counterparty: {
50
- chainName: 'kava',
51
- baseDenom: 'erc20/tether/usdt',
52
- channelId: 'channel-117'
53
- },
54
- chain: {
55
- channelId: 'channel-83',
56
- path: 'transfer/channel-83/erc20/tether/usdt'
57
- }
58
- }],
59
- images: [{
60
- imageSync: {
61
- chainName: 'kava',
62
- baseDenom: 'erc20/tether/usdt'
63
- },
64
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
65
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
66
- theme: {
67
- circle: true
68
- }
69
- }],
70
- logoURIs: {
71
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
72
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
73
- },
74
- coingeckoId: 'tether'
75
- },
76
- {
77
- description: 'The token of Neokingdom DAO.',
78
- extendedDescription: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
79
- denomUnits: [{
80
- denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
81
- exponent: 0
82
- }, {
83
- denom: 'neok',
84
- exponent: 18
85
- }],
86
- base: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
87
- name: 'Neokingdom DAO',
88
- display: 'neok',
89
- symbol: 'NEOK',
90
- logoURIs: {
91
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
92
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
93
- },
94
- images: [{
95
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
96
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
97
- }],
98
- socials: {
99
- website: 'https://www.neokingdom.org/',
100
- x: 'https://x.com/NEOKingdomDAO'
101
- },
102
- typeAsset: 'sdk.coin'
103
- },
104
- {
105
- description: 'The legacy token of Teledisko DAO.',
106
- denomUnits: [{
107
- denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
108
- exponent: 0
109
- }, {
110
- denom: 'berlin-legacy',
111
- exponent: 18
112
- }],
113
- base: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
114
- name: 'Teledisko DAO - Legacy',
115
- display: 'berlin-legacy',
116
- symbol: 'BERLIN-legacy',
117
- typeAsset: 'erc20',
118
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
119
- logoURIs: {
120
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
121
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
122
- },
123
- images: [{
124
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
125
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
126
- }]
127
- },
128
- {
129
- description: 'The token of Crowdpunk DAO',
130
- denomUnits: [{
131
- denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
132
- exponent: 0
133
- }, {
134
- denom: 'crowdp',
135
- exponent: 18
136
- }],
137
- base: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
138
- name: 'Crowdpunk DAO',
139
- display: 'crowdp',
140
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
141
- symbol: 'CROWDP',
142
- typeAsset: 'erc20',
143
- logoURIs: {
144
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
145
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
146
- },
147
- images: [{
148
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
149
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
150
- }]
151
- }
152
- ]
153
- };
154
- export default info;