chain-registry 2.0.103 → 2.0.104

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.
@@ -103,6 +103,114 @@ const info = {
103
103
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
104
104
  },
105
105
  coingeckoId: 'usd-coin'
106
+ },
107
+ {
108
+ description: 'Tether USD via Eureka',
109
+ denomUnits: [{
110
+ denom: 'ibc/F03F09579E9B70EBE7801B6541502C6BC71609ED2642E69FB5FE59CCC56D7BF1',
111
+ exponent: 0
112
+ }, {
113
+ denom: 'usdt',
114
+ exponent: 6
115
+ }],
116
+ typeAsset: 'ics20',
117
+ base: 'ibc/F03F09579E9B70EBE7801B6541502C6BC71609ED2642E69FB5FE59CCC56D7BF1',
118
+ name: 'Tether USD',
119
+ display: 'usdt',
120
+ symbol: 'USDT',
121
+ traces: [{
122
+ type: 'ibc-bridge',
123
+ counterparty: {
124
+ chainName: 'ethereum',
125
+ baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7',
126
+ channelId: 'channel-0'
127
+ },
128
+ chain: {
129
+ channelId: '08-wasm-1369',
130
+ path: 'transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
131
+ },
132
+ provider: 'Eureka'
133
+ }, {
134
+ type: 'ibc',
135
+ counterparty: {
136
+ chainName: 'cosmoshub',
137
+ baseDenom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782',
138
+ channelId: 'channel-1556'
139
+ },
140
+ chain: {
141
+ channelId: 'channel-14',
142
+ path: 'transfer/channel-14/transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
143
+ }
144
+ }],
145
+ images: [{
146
+ imageSync: {
147
+ chainName: 'ethereum',
148
+ baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
149
+ },
150
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
151
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
152
+ theme: {
153
+ circle: true
154
+ }
155
+ }],
156
+ logoURIs: {
157
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
158
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
159
+ }
160
+ },
161
+ {
162
+ description: 'Ether via Eureka',
163
+ denomUnits: [{
164
+ denom: 'ibc/5F5E7D25BBAD0BB09FCE567C75EC8527590CA8AC5F947BAF8E533FBF7E270A44',
165
+ exponent: 0
166
+ }, {
167
+ denom: 'eth',
168
+ exponent: 18
169
+ }],
170
+ typeAsset: 'ics20',
171
+ base: 'ibc/5F5E7D25BBAD0BB09FCE567C75EC8527590CA8AC5F947BAF8E533FBF7E270A44',
172
+ name: 'Ethereum',
173
+ display: 'eth',
174
+ symbol: 'ETH',
175
+ traces: [{
176
+ type: 'ibc-bridge',
177
+ counterparty: {
178
+ chainName: 'ethereum',
179
+ baseDenom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
180
+ channelId: 'channel-0'
181
+ },
182
+ chain: {
183
+ channelId: '08-wasm-1369',
184
+ path: 'transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
185
+ },
186
+ provider: 'Eureka'
187
+ }, {
188
+ type: 'ibc',
189
+ counterparty: {
190
+ chainName: 'cosmoshub',
191
+ baseDenom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF',
192
+ channelId: 'channel-1556'
193
+ },
194
+ chain: {
195
+ channelId: 'channel-14',
196
+ path: 'transfer/channel-14/transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
197
+ }
198
+ }],
199
+ images: [{
200
+ imageSync: {
201
+ chainName: 'ethereum',
202
+ baseDenom: 'wei'
203
+ },
204
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
205
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
206
+ theme: {
207
+ circle: true
208
+ }
209
+ }],
210
+ logoURIs: {
211
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
212
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
213
+ }
106
214
  }
107
215
  ]
108
216
  };
@@ -7,7 +7,7 @@ const info = {
7
7
  prettyName: 'Bitway',
8
8
  chainType: 'cosmos',
9
9
  chainId: 'bitway-1',
10
- bech32Prefix: 'bc',
10
+ bech32Prefix: 'bitway',
11
11
  daemonName: 'bitwayd',
12
12
  nodeHome: '$HOME/.bitway',
13
13
  keyAlgos: ['secp256k1'],
@@ -1,4 +1,34 @@
1
1
  const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'bitway',
5
+ chainId: 'bitway-1',
6
+ clientId: '07-tendermint-31',
7
+ connectionId: 'connection-15'
8
+ },
9
+ chain2: {
10
+ chainName: 'cosmoshub',
11
+ chainId: 'cosmoshub-4',
12
+ clientId: '07-tendermint-1440',
13
+ connectionId: 'connection-1178'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-14',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-1556',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ preferred: true,
28
+ status: 'ACTIVE'
29
+ }
30
+ }]
31
+ }, {
2
32
  $schema: '../ibc_data.schema.json',
3
33
  chain1: {
4
34
  chainName: 'bitway',
@@ -362,6 +362,37 @@ const info = [
362
362
  }
363
363
  }]
364
364
  },
365
+ {
366
+ $schema: '../ibc_data.schema.json',
367
+ chain1: {
368
+ chainName: 'bitway',
369
+ chainId: 'bitway-1',
370
+ clientId: '07-tendermint-31',
371
+ connectionId: 'connection-15'
372
+ },
373
+ chain2: {
374
+ chainName: 'cosmoshub',
375
+ chainId: 'cosmoshub-4',
376
+ clientId: '07-tendermint-1440',
377
+ connectionId: 'connection-1178'
378
+ },
379
+ channels: [{
380
+ chain1: {
381
+ channelId: 'channel-14',
382
+ portId: 'transfer'
383
+ },
384
+ chain2: {
385
+ channelId: 'channel-1556',
386
+ portId: 'transfer'
387
+ },
388
+ ordering: 'unordered',
389
+ version: 'ics20-1',
390
+ tags: {
391
+ preferred: true,
392
+ status: 'ACTIVE'
393
+ }
394
+ }]
395
+ },
365
396
  {
366
397
  $schema: '../ibc_data.schema.json',
367
398
  chain1: {
@@ -73,10 +73,6 @@ const info = {
73
73
  address: 'https://sei-rpc.polkachu.com',
74
74
  provider: 'polkachu.com'
75
75
  },
76
- {
77
- address: 'https://sei-rpc.brocha.in',
78
- provider: 'Brochain'
79
- },
80
76
  {
81
77
  address: 'https://rpc-sei.stingray.plus',
82
78
  provider: 'StingRay'
@@ -111,10 +107,6 @@ const info = {
111
107
  address: 'https://sei-api.polkachu.com',
112
108
  provider: 'polkachu.com'
113
109
  },
114
- {
115
- address: 'https://sei-rest.brocha.in',
116
- provider: 'Brochain'
117
- },
118
110
  {
119
111
  address: 'https://api-sei.stingray.plus',
120
112
  provider: 'StingRay'
@@ -31,14 +31,8 @@ const info = {
31
31
  }
32
32
  },
33
33
  apis: {
34
- rpc: [{
35
- address: 'https://jackal-testnet-v4-rpc.brocha.in',
36
- provider: 'Brochain'
37
- }],
38
- rest: [{
39
- address: 'https://jackal-testnet-v4-rest.brocha.in',
40
- provider: 'Brochain'
41
- }],
34
+ rpc: [],
35
+ rest: [],
42
36
  grpc: []
43
37
  },
44
38
  explorers: [{
@@ -32,16 +32,10 @@ const info = {
32
32
  },
33
33
  apis: {
34
34
  rpc: [{
35
- address: 'https://sei-testnet-2-rpc.brocha.in',
36
- provider: 'Brochain'
37
- }, {
38
35
  address: 'https://rpc-testnet-sei.stingray.plus',
39
36
  provider: 'StingRay'
40
37
  }],
41
38
  rest: [{
42
- address: 'https://sei-testnet-2-rest.brocha.in',
43
- provider: 'Brochain'
44
- }, {
45
39
  address: 'https://api-testnet-sei.stingray.plus',
46
40
  provider: 'StingRay'
47
41
  }],
@@ -69,11 +63,6 @@ const info = {
69
63
  kind: 'explorers.guru',
70
64
  url: 'https://testnet.sei.explorers.guru',
71
65
  txPage: 'https://testnet.sei.explorers.guru/transaction/${txHash}'
72
- },
73
- {
74
- kind: 'Brochain',
75
- url: 'https://testnet-explorer.brocha.in/sei%20atlantic%202',
76
- txPage: 'https://testnet-explorer.brocha.in/sei%20atlantic%202/tx/${txHash}'
77
66
  }
78
67
  ]
79
68
  };
@@ -105,6 +105,114 @@ const info = {
105
105
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
106
106
  },
107
107
  coingeckoId: 'usd-coin'
108
+ },
109
+ {
110
+ description: 'Tether USD via Eureka',
111
+ denomUnits: [{
112
+ denom: 'ibc/F03F09579E9B70EBE7801B6541502C6BC71609ED2642E69FB5FE59CCC56D7BF1',
113
+ exponent: 0
114
+ }, {
115
+ denom: 'usdt',
116
+ exponent: 6
117
+ }],
118
+ typeAsset: 'ics20',
119
+ base: 'ibc/F03F09579E9B70EBE7801B6541502C6BC71609ED2642E69FB5FE59CCC56D7BF1',
120
+ name: 'Tether USD',
121
+ display: 'usdt',
122
+ symbol: 'USDT',
123
+ traces: [{
124
+ type: 'ibc-bridge',
125
+ counterparty: {
126
+ chainName: 'ethereum',
127
+ baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7',
128
+ channelId: 'channel-0'
129
+ },
130
+ chain: {
131
+ channelId: '08-wasm-1369',
132
+ path: 'transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
133
+ },
134
+ provider: 'Eureka'
135
+ }, {
136
+ type: 'ibc',
137
+ counterparty: {
138
+ chainName: 'cosmoshub',
139
+ baseDenom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782',
140
+ channelId: 'channel-1556'
141
+ },
142
+ chain: {
143
+ channelId: 'channel-14',
144
+ path: 'transfer/channel-14/transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
145
+ }
146
+ }],
147
+ images: [{
148
+ imageSync: {
149
+ chainName: 'ethereum',
150
+ baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
151
+ },
152
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
153
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
154
+ theme: {
155
+ circle: true
156
+ }
157
+ }],
158
+ logoURIs: {
159
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
160
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
161
+ }
162
+ },
163
+ {
164
+ description: 'Ether via Eureka',
165
+ denomUnits: [{
166
+ denom: 'ibc/5F5E7D25BBAD0BB09FCE567C75EC8527590CA8AC5F947BAF8E533FBF7E270A44',
167
+ exponent: 0
168
+ }, {
169
+ denom: 'eth',
170
+ exponent: 18
171
+ }],
172
+ typeAsset: 'ics20',
173
+ base: 'ibc/5F5E7D25BBAD0BB09FCE567C75EC8527590CA8AC5F947BAF8E533FBF7E270A44',
174
+ name: 'Ethereum',
175
+ display: 'eth',
176
+ symbol: 'ETH',
177
+ traces: [{
178
+ type: 'ibc-bridge',
179
+ counterparty: {
180
+ chainName: 'ethereum',
181
+ baseDenom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
182
+ channelId: 'channel-0'
183
+ },
184
+ chain: {
185
+ channelId: '08-wasm-1369',
186
+ path: 'transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
187
+ },
188
+ provider: 'Eureka'
189
+ }, {
190
+ type: 'ibc',
191
+ counterparty: {
192
+ chainName: 'cosmoshub',
193
+ baseDenom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF',
194
+ channelId: 'channel-1556'
195
+ },
196
+ chain: {
197
+ channelId: 'channel-14',
198
+ path: 'transfer/channel-14/transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
199
+ }
200
+ }],
201
+ images: [{
202
+ imageSync: {
203
+ chainName: 'ethereum',
204
+ baseDenom: 'wei'
205
+ },
206
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
207
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
208
+ theme: {
209
+ circle: true
210
+ }
211
+ }],
212
+ logoURIs: {
213
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
214
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
215
+ }
108
216
  }
109
217
  ]
110
218
  };
@@ -9,7 +9,7 @@ const info = {
9
9
  prettyName: 'Bitway',
10
10
  chainType: 'cosmos',
11
11
  chainId: 'bitway-1',
12
- bech32Prefix: 'bc',
12
+ bech32Prefix: 'bitway',
13
13
  daemonName: 'bitwayd',
14
14
  nodeHome: '$HOME/.bitway',
15
15
  keyAlgos: ['secp256k1'],
@@ -1,6 +1,36 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'bitway',
7
+ chainId: 'bitway-1',
8
+ clientId: '07-tendermint-31',
9
+ connectionId: 'connection-15'
10
+ },
11
+ chain2: {
12
+ chainName: 'cosmoshub',
13
+ chainId: 'cosmoshub-4',
14
+ clientId: '07-tendermint-1440',
15
+ connectionId: 'connection-1178'
16
+ },
17
+ channels: [{
18
+ chain1: {
19
+ channelId: 'channel-14',
20
+ portId: 'transfer'
21
+ },
22
+ chain2: {
23
+ channelId: 'channel-1556',
24
+ portId: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ preferred: true,
30
+ status: 'ACTIVE'
31
+ }
32
+ }]
33
+ }, {
4
34
  $schema: '../ibc_data.schema.json',
5
35
  chain1: {
6
36
  chainName: 'bitway',
@@ -364,6 +364,37 @@ const info = [
364
364
  }
365
365
  }]
366
366
  },
367
+ {
368
+ $schema: '../ibc_data.schema.json',
369
+ chain1: {
370
+ chainName: 'bitway',
371
+ chainId: 'bitway-1',
372
+ clientId: '07-tendermint-31',
373
+ connectionId: 'connection-15'
374
+ },
375
+ chain2: {
376
+ chainName: 'cosmoshub',
377
+ chainId: 'cosmoshub-4',
378
+ clientId: '07-tendermint-1440',
379
+ connectionId: 'connection-1178'
380
+ },
381
+ channels: [{
382
+ chain1: {
383
+ channelId: 'channel-14',
384
+ portId: 'transfer'
385
+ },
386
+ chain2: {
387
+ channelId: 'channel-1556',
388
+ portId: 'transfer'
389
+ },
390
+ ordering: 'unordered',
391
+ version: 'ics20-1',
392
+ tags: {
393
+ preferred: true,
394
+ status: 'ACTIVE'
395
+ }
396
+ }]
397
+ },
367
398
  {
368
399
  $schema: '../ibc_data.schema.json',
369
400
  chain1: {
@@ -75,10 +75,6 @@ const info = {
75
75
  address: 'https://sei-rpc.polkachu.com',
76
76
  provider: 'polkachu.com'
77
77
  },
78
- {
79
- address: 'https://sei-rpc.brocha.in',
80
- provider: 'Brochain'
81
- },
82
78
  {
83
79
  address: 'https://rpc-sei.stingray.plus',
84
80
  provider: 'StingRay'
@@ -113,10 +109,6 @@ const info = {
113
109
  address: 'https://sei-api.polkachu.com',
114
110
  provider: 'polkachu.com'
115
111
  },
116
- {
117
- address: 'https://sei-rest.brocha.in',
118
- provider: 'Brochain'
119
- },
120
112
  {
121
113
  address: 'https://api-sei.stingray.plus',
122
114
  provider: 'StingRay'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.103",
3
+ "version": "2.0.104",
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.103"
32
+ "@chain-registry/types": "^2.0.104"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "ef21554d3a5e24b85dde5a535db61b57a8eb2380"
42
+ "gitHead": "fbd10352df41c1ef6bc6c40008dc8032ae67f190"
43
43
  }
@@ -33,14 +33,8 @@ const info = {
33
33
  }
34
34
  },
35
35
  apis: {
36
- rpc: [{
37
- address: 'https://jackal-testnet-v4-rpc.brocha.in',
38
- provider: 'Brochain'
39
- }],
40
- rest: [{
41
- address: 'https://jackal-testnet-v4-rest.brocha.in',
42
- provider: 'Brochain'
43
- }],
36
+ rpc: [],
37
+ rest: [],
44
38
  grpc: []
45
39
  },
46
40
  explorers: [{
@@ -34,16 +34,10 @@ const info = {
34
34
  },
35
35
  apis: {
36
36
  rpc: [{
37
- address: 'https://sei-testnet-2-rpc.brocha.in',
38
- provider: 'Brochain'
39
- }, {
40
37
  address: 'https://rpc-testnet-sei.stingray.plus',
41
38
  provider: 'StingRay'
42
39
  }],
43
40
  rest: [{
44
- address: 'https://sei-testnet-2-rest.brocha.in',
45
- provider: 'Brochain'
46
- }, {
47
41
  address: 'https://api-testnet-sei.stingray.plus',
48
42
  provider: 'StingRay'
49
43
  }],
@@ -71,11 +65,6 @@ const info = {
71
65
  kind: 'explorers.guru',
72
66
  url: 'https://testnet.sei.explorers.guru',
73
67
  txPage: 'https://testnet.sei.explorers.guru/transaction/${txHash}'
74
- },
75
- {
76
- kind: 'Brochain',
77
- url: 'https://testnet-explorer.brocha.in/sei%20atlantic%202',
78
- txPage: 'https://testnet-explorer.brocha.in/sei%20atlantic%202/tx/${txHash}'
79
68
  }
80
69
  ]
81
70
  };