chain-registry 2.0.199 → 2.0.201
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.
- package/esm/mainnet/asset-lists.js +0 -2
- package/esm/mainnet/chains.js +0 -2
- package/esm/mainnet/cosmoshub/asset-list.js +35 -0
- package/esm/mainnet/ethereum/asset-list.js +28 -0
- package/esm/mainnet/hazinachain/ibc-data.js +32 -0
- package/esm/mainnet/hazinachain/index.js +2 -0
- package/esm/mainnet/ibc-data.js +2 -2
- package/esm/mainnet/osmosis/ibc-data.js +31 -0
- package/esm/mainnet/sentinel/chain.js +8 -0
- package/esm/mainnet/zigchain/asset-list.js +49 -0
- package/mainnet/asset-lists.js +0 -2
- package/mainnet/chains.js +0 -2
- package/mainnet/cosmoshub/asset-list.js +35 -0
- package/mainnet/ethereum/asset-list.js +28 -0
- package/mainnet/hazinachain/ibc-data.js +34 -0
- package/mainnet/hazinachain/index.d.ts +1 -0
- package/mainnet/hazinachain/index.js +3 -1
- package/mainnet/ibc-data.js +2 -2
- package/mainnet/osmosis/ibc-data.js +31 -0
- package/mainnet/sentinel/chain.js +8 -0
- package/mainnet/zigchain/asset-list.js +49 -0
- package/package.json +3 -3
- package/esm/mainnet/pryzm/asset-list.js +0 -5323
- package/esm/mainnet/pryzm/chain.js +0 -239
- package/esm/mainnet/pryzm/ibc-data.js +0 -545
- package/esm/mainnet/pryzm/index.js +0 -6
- package/mainnet/pryzm/asset-list.d.ts +0 -3
- package/mainnet/pryzm/asset-list.js +0 -5325
- package/mainnet/pryzm/chain.d.ts +0 -3
- package/mainnet/pryzm/chain.js +0 -241
- package/mainnet/pryzm/ibc-data.js +0 -547
- package/mainnet/pryzm/index.d.ts +0 -3
- package/mainnet/pryzm/index.js +0 -12
- /package/mainnet/{pryzm → hazinachain}/ibc-data.d.ts +0 -0
|
@@ -167,7 +167,6 @@ import * as _planq from './planq';
|
|
|
167
167
|
import * as _pocket from './pocket';
|
|
168
168
|
import * as _point from './point';
|
|
169
169
|
import * as _provenance from './provenance';
|
|
170
|
-
import * as _pryzm from './pryzm';
|
|
171
170
|
import * as _pundix from './pundix';
|
|
172
171
|
import * as _pylons from './pylons';
|
|
173
172
|
import * as _qfs from './qfs';
|
|
@@ -403,7 +402,6 @@ const assetList = [
|
|
|
403
402
|
_pocket.assetList,
|
|
404
403
|
_point.assetList,
|
|
405
404
|
_provenance.assetList,
|
|
406
|
-
_pryzm.assetList,
|
|
407
405
|
_pundix.assetList,
|
|
408
406
|
_pylons.assetList,
|
|
409
407
|
_qfs.assetList,
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -167,7 +167,6 @@ import * as _planq from './planq';
|
|
|
167
167
|
import * as _pocket from './pocket';
|
|
168
168
|
import * as _point from './point';
|
|
169
169
|
import * as _provenance from './provenance';
|
|
170
|
-
import * as _pryzm from './pryzm';
|
|
171
170
|
import * as _pundix from './pundix';
|
|
172
171
|
import * as _pylons from './pylons';
|
|
173
172
|
import * as _qfs from './qfs';
|
|
@@ -403,7 +402,6 @@ const chains = [
|
|
|
403
402
|
_pocket.chain,
|
|
404
403
|
_point.chain,
|
|
405
404
|
_provenance.chain,
|
|
406
|
-
_pryzm.chain,
|
|
407
405
|
_pundix.chain,
|
|
408
406
|
_pylons.chain,
|
|
409
407
|
_qfs.chain,
|
|
@@ -556,6 +556,41 @@ const info = {
|
|
|
556
556
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lorenzo-wrapped-bitcoin.png'
|
|
557
557
|
}]
|
|
558
558
|
},
|
|
559
|
+
{
|
|
560
|
+
description: 'Euro Coin on the Cosmos Hub',
|
|
561
|
+
denomUnits: [{
|
|
562
|
+
denom: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
|
|
563
|
+
exponent: 0
|
|
564
|
+
}, {
|
|
565
|
+
denom: 'eurc',
|
|
566
|
+
exponent: 6
|
|
567
|
+
}],
|
|
568
|
+
typeAsset: 'ics20',
|
|
569
|
+
base: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
|
|
570
|
+
name: 'Euro Coin',
|
|
571
|
+
display: 'eurc',
|
|
572
|
+
symbol: 'EURC',
|
|
573
|
+
traces: [{
|
|
574
|
+
type: 'ibc-bridge',
|
|
575
|
+
counterparty: {
|
|
576
|
+
chainName: 'ethereum',
|
|
577
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
578
|
+
channelId: 'cosmoshub-0'
|
|
579
|
+
},
|
|
580
|
+
chain: {
|
|
581
|
+
channelId: '08-wasm-1369',
|
|
582
|
+
path: 'transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
583
|
+
},
|
|
584
|
+
provider: 'Eureka'
|
|
585
|
+
}],
|
|
586
|
+
images: [{
|
|
587
|
+
imageSync: {
|
|
588
|
+
chainName: 'ethereum',
|
|
589
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
590
|
+
},
|
|
591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
592
|
+
}]
|
|
593
|
+
},
|
|
559
594
|
{
|
|
560
595
|
description: 'Tether USD on the Cosmos Hub',
|
|
561
596
|
denomUnits: [{
|
|
@@ -1401,6 +1401,34 @@ const info = {
|
|
|
1401
1401
|
}
|
|
1402
1402
|
}]
|
|
1403
1403
|
},
|
|
1404
|
+
{
|
|
1405
|
+
description: 'EURC is a euro-backed stablecoin issued by Circle. EURC is designed to provide a faster, safer, and more efficient way to send, spend, and exchange money around the world.',
|
|
1406
|
+
typeAsset: 'erc20',
|
|
1407
|
+
address: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
1408
|
+
denomUnits: [{
|
|
1409
|
+
denom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
1410
|
+
exponent: 0
|
|
1411
|
+
}, {
|
|
1412
|
+
denom: 'eurc',
|
|
1413
|
+
exponent: 6
|
|
1414
|
+
}],
|
|
1415
|
+
base: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
1416
|
+
name: 'Euro Coin',
|
|
1417
|
+
display: 'eurc',
|
|
1418
|
+
symbol: 'EURC',
|
|
1419
|
+
keywords: [
|
|
1420
|
+
'eurc',
|
|
1421
|
+
'circle',
|
|
1422
|
+
'stablecoin',
|
|
1423
|
+
'euro'
|
|
1424
|
+
],
|
|
1425
|
+
images: [{
|
|
1426
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
1427
|
+
}],
|
|
1428
|
+
logoURIs: {
|
|
1429
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
1430
|
+
}
|
|
1431
|
+
},
|
|
1404
1432
|
{
|
|
1405
1433
|
description: 'EURe is a Euro-backed stablecoin issued by Monerium.',
|
|
1406
1434
|
extendedDescription: 'EURe is the first authorized and regulated stablecoin in Europe. It is collateralized by Euro-denominated deposits held in segregated accounts. EURe is issued by Monerium, the first Electronic Money Institution (EMI) to become compliant under the EU\'s MiCA regulations.',
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain1: {
|
|
4
|
+
chainName: 'hazinachain',
|
|
5
|
+
chainId: 'hazinachain-1',
|
|
6
|
+
clientId: '07-tendermint-3',
|
|
7
|
+
connectionId: 'connection-1'
|
|
8
|
+
},
|
|
9
|
+
chain2: {
|
|
10
|
+
chainName: 'osmosis',
|
|
11
|
+
chainId: 'osmosis-1',
|
|
12
|
+
clientId: '07-tendermint-3702',
|
|
13
|
+
connectionId: 'connection-11056'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-1',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-110100',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
preferred: true,
|
|
28
|
+
status: 'ACTIVE'
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}];
|
|
32
|
+
export default info;
|
package/esm/mainnet/ibc-data.js
CHANGED
|
@@ -67,6 +67,7 @@ import * as _gitopia from './gitopia';
|
|
|
67
67
|
import * as _gnodi from './gnodi';
|
|
68
68
|
import * as _gravitybridge from './gravitybridge';
|
|
69
69
|
import * as _haqq from './haqq';
|
|
70
|
+
import * as _hazinachain from './hazinachain';
|
|
70
71
|
import * as _hippoprotocol from './hippoprotocol';
|
|
71
72
|
import * as _humans from './humans';
|
|
72
73
|
import * as _impacthub from './impacthub';
|
|
@@ -127,7 +128,6 @@ import * as _persistence from './persistence';
|
|
|
127
128
|
import * as _planq from './planq';
|
|
128
129
|
import * as _point from './point';
|
|
129
130
|
import * as _provenance from './provenance';
|
|
130
|
-
import * as _pryzm from './pryzm';
|
|
131
131
|
import * as _pundix from './pundix';
|
|
132
132
|
import * as _pylons from './pylons';
|
|
133
133
|
import * as _qfs from './qfs';
|
|
@@ -247,6 +247,7 @@ const ibcData = [
|
|
|
247
247
|
..._gnodi.ibcData,
|
|
248
248
|
..._gravitybridge.ibcData,
|
|
249
249
|
..._haqq.ibcData,
|
|
250
|
+
..._hazinachain.ibcData,
|
|
250
251
|
..._hippoprotocol.ibcData,
|
|
251
252
|
..._humans.ibcData,
|
|
252
253
|
..._impacthub.ibcData,
|
|
@@ -307,7 +308,6 @@ const ibcData = [
|
|
|
307
308
|
..._planq.ibcData,
|
|
308
309
|
..._point.ibcData,
|
|
309
310
|
..._provenance.ibcData,
|
|
310
|
-
..._pryzm.ibcData,
|
|
311
311
|
..._pundix.ibcData,
|
|
312
312
|
..._pylons.ibcData,
|
|
313
313
|
..._qfs.ibcData,
|
|
@@ -2136,6 +2136,37 @@ const info = [
|
|
|
2136
2136
|
}
|
|
2137
2137
|
}]
|
|
2138
2138
|
},
|
|
2139
|
+
{
|
|
2140
|
+
$schema: '../ibc_data.schema.json',
|
|
2141
|
+
chain1: {
|
|
2142
|
+
chainName: 'hazinachain',
|
|
2143
|
+
chainId: 'hazinachain-1',
|
|
2144
|
+
clientId: '07-tendermint-3',
|
|
2145
|
+
connectionId: 'connection-1'
|
|
2146
|
+
},
|
|
2147
|
+
chain2: {
|
|
2148
|
+
chainName: 'osmosis',
|
|
2149
|
+
chainId: 'osmosis-1',
|
|
2150
|
+
clientId: '07-tendermint-3702',
|
|
2151
|
+
connectionId: 'connection-11056'
|
|
2152
|
+
},
|
|
2153
|
+
channels: [{
|
|
2154
|
+
chain1: {
|
|
2155
|
+
channelId: 'channel-1',
|
|
2156
|
+
portId: 'transfer'
|
|
2157
|
+
},
|
|
2158
|
+
chain2: {
|
|
2159
|
+
channelId: 'channel-110100',
|
|
2160
|
+
portId: 'transfer'
|
|
2161
|
+
},
|
|
2162
|
+
ordering: 'unordered',
|
|
2163
|
+
version: 'ics20-1',
|
|
2164
|
+
tags: {
|
|
2165
|
+
preferred: true,
|
|
2166
|
+
status: 'ACTIVE'
|
|
2167
|
+
}
|
|
2168
|
+
}]
|
|
2169
|
+
},
|
|
2139
2170
|
{
|
|
2140
2171
|
$schema: '../ibc_data.schema.json',
|
|
2141
2172
|
chain1: {
|
|
@@ -40,6 +40,10 @@ const info = {
|
|
|
40
40
|
description: 'The Sentinel ecosystem is a global network of autonomous dVPN applications that enable private and censorship resistant internet access.',
|
|
41
41
|
apis: {
|
|
42
42
|
rpc: [
|
|
43
|
+
{
|
|
44
|
+
address: 'https://rpc.saudi.dvpn-x.com',
|
|
45
|
+
provider: 'DIGGO: RPC Saudi Arabia'
|
|
46
|
+
},
|
|
43
47
|
{
|
|
44
48
|
address: 'https://rpc-sentinel.busurnode.com',
|
|
45
49
|
provider: 'Busurnode'
|
|
@@ -118,6 +122,10 @@ const info = {
|
|
|
118
122
|
}
|
|
119
123
|
],
|
|
120
124
|
rest: [
|
|
125
|
+
{
|
|
126
|
+
address: 'https://api.saudi.dvpn-x.com',
|
|
127
|
+
provider: 'DIGGO: API Saudi Arabia'
|
|
128
|
+
},
|
|
121
129
|
{
|
|
122
130
|
address: 'https://api-sentinel.busurnode.com',
|
|
123
131
|
provider: 'Busurnode'
|
|
@@ -438,6 +438,55 @@ const info = {
|
|
|
438
438
|
}
|
|
439
439
|
}]
|
|
440
440
|
},
|
|
441
|
+
{
|
|
442
|
+
description: 'EURC (Euro Coin) on ZIGChain',
|
|
443
|
+
denomUnits: [{
|
|
444
|
+
denom: 'ibc/CC5268F89C752A4BDCBDAA574AF0A381786FCC839104E077DA9A9145176BF8ED',
|
|
445
|
+
exponent: 0
|
|
446
|
+
}, {
|
|
447
|
+
denom: 'eurc',
|
|
448
|
+
exponent: 6
|
|
449
|
+
}],
|
|
450
|
+
typeAsset: 'ics20',
|
|
451
|
+
base: 'ibc/CC5268F89C752A4BDCBDAA574AF0A381786FCC839104E077DA9A9145176BF8ED',
|
|
452
|
+
name: 'Euro Coin',
|
|
453
|
+
display: 'eurc',
|
|
454
|
+
symbol: 'EURC',
|
|
455
|
+
traces: [{
|
|
456
|
+
type: 'ibc-bridge',
|
|
457
|
+
counterparty: {
|
|
458
|
+
chainName: 'ethereum',
|
|
459
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
460
|
+
channelId: 'channel-0'
|
|
461
|
+
},
|
|
462
|
+
chain: {
|
|
463
|
+
channelId: '08-wasm-1369',
|
|
464
|
+
path: 'transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
465
|
+
},
|
|
466
|
+
provider: 'Eureka'
|
|
467
|
+
}, {
|
|
468
|
+
type: 'ibc',
|
|
469
|
+
counterparty: {
|
|
470
|
+
chainName: 'cosmoshub',
|
|
471
|
+
baseDenom: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
|
|
472
|
+
channelId: 'channel-1555'
|
|
473
|
+
},
|
|
474
|
+
chain: {
|
|
475
|
+
channelId: 'channel-4',
|
|
476
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
477
|
+
}
|
|
478
|
+
}],
|
|
479
|
+
logoURIs: {
|
|
480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
481
|
+
},
|
|
482
|
+
images: [{
|
|
483
|
+
imageSync: {
|
|
484
|
+
chainName: 'ethereum',
|
|
485
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
486
|
+
},
|
|
487
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
488
|
+
}]
|
|
489
|
+
},
|
|
441
490
|
{
|
|
442
491
|
description: 'Stride Staked ATOM on ZIGChain',
|
|
443
492
|
denomUnits: [{
|
package/mainnet/asset-lists.js
CHANGED
|
@@ -192,7 +192,6 @@ const _planq = __importStar(require("./planq"));
|
|
|
192
192
|
const _pocket = __importStar(require("./pocket"));
|
|
193
193
|
const _point = __importStar(require("./point"));
|
|
194
194
|
const _provenance = __importStar(require("./provenance"));
|
|
195
|
-
const _pryzm = __importStar(require("./pryzm"));
|
|
196
195
|
const _pundix = __importStar(require("./pundix"));
|
|
197
196
|
const _pylons = __importStar(require("./pylons"));
|
|
198
197
|
const _qfs = __importStar(require("./qfs"));
|
|
@@ -428,7 +427,6 @@ const assetList = [
|
|
|
428
427
|
_pocket.assetList,
|
|
429
428
|
_point.assetList,
|
|
430
429
|
_provenance.assetList,
|
|
431
|
-
_pryzm.assetList,
|
|
432
430
|
_pundix.assetList,
|
|
433
431
|
_pylons.assetList,
|
|
434
432
|
_qfs.assetList,
|
package/mainnet/chains.js
CHANGED
|
@@ -192,7 +192,6 @@ const _planq = __importStar(require("./planq"));
|
|
|
192
192
|
const _pocket = __importStar(require("./pocket"));
|
|
193
193
|
const _point = __importStar(require("./point"));
|
|
194
194
|
const _provenance = __importStar(require("./provenance"));
|
|
195
|
-
const _pryzm = __importStar(require("./pryzm"));
|
|
196
195
|
const _pundix = __importStar(require("./pundix"));
|
|
197
196
|
const _pylons = __importStar(require("./pylons"));
|
|
198
197
|
const _qfs = __importStar(require("./qfs"));
|
|
@@ -428,7 +427,6 @@ const chains = [
|
|
|
428
427
|
_pocket.chain,
|
|
429
428
|
_point.chain,
|
|
430
429
|
_provenance.chain,
|
|
431
|
-
_pryzm.chain,
|
|
432
430
|
_pundix.chain,
|
|
433
431
|
_pylons.chain,
|
|
434
432
|
_qfs.chain,
|
|
@@ -558,6 +558,41 @@ const info = {
|
|
|
558
558
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lorenzo-wrapped-bitcoin.png'
|
|
559
559
|
}]
|
|
560
560
|
},
|
|
561
|
+
{
|
|
562
|
+
description: 'Euro Coin on the Cosmos Hub',
|
|
563
|
+
denomUnits: [{
|
|
564
|
+
denom: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
|
|
565
|
+
exponent: 0
|
|
566
|
+
}, {
|
|
567
|
+
denom: 'eurc',
|
|
568
|
+
exponent: 6
|
|
569
|
+
}],
|
|
570
|
+
typeAsset: 'ics20',
|
|
571
|
+
base: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
|
|
572
|
+
name: 'Euro Coin',
|
|
573
|
+
display: 'eurc',
|
|
574
|
+
symbol: 'EURC',
|
|
575
|
+
traces: [{
|
|
576
|
+
type: 'ibc-bridge',
|
|
577
|
+
counterparty: {
|
|
578
|
+
chainName: 'ethereum',
|
|
579
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
580
|
+
channelId: 'cosmoshub-0'
|
|
581
|
+
},
|
|
582
|
+
chain: {
|
|
583
|
+
channelId: '08-wasm-1369',
|
|
584
|
+
path: 'transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
585
|
+
},
|
|
586
|
+
provider: 'Eureka'
|
|
587
|
+
}],
|
|
588
|
+
images: [{
|
|
589
|
+
imageSync: {
|
|
590
|
+
chainName: 'ethereum',
|
|
591
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
592
|
+
},
|
|
593
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
594
|
+
}]
|
|
595
|
+
},
|
|
561
596
|
{
|
|
562
597
|
description: 'Tether USD on the Cosmos Hub',
|
|
563
598
|
denomUnits: [{
|
|
@@ -1403,6 +1403,34 @@ const info = {
|
|
|
1403
1403
|
}
|
|
1404
1404
|
}]
|
|
1405
1405
|
},
|
|
1406
|
+
{
|
|
1407
|
+
description: 'EURC is a euro-backed stablecoin issued by Circle. EURC is designed to provide a faster, safer, and more efficient way to send, spend, and exchange money around the world.',
|
|
1408
|
+
typeAsset: 'erc20',
|
|
1409
|
+
address: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
1410
|
+
denomUnits: [{
|
|
1411
|
+
denom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
1412
|
+
exponent: 0
|
|
1413
|
+
}, {
|
|
1414
|
+
denom: 'eurc',
|
|
1415
|
+
exponent: 6
|
|
1416
|
+
}],
|
|
1417
|
+
base: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
1418
|
+
name: 'Euro Coin',
|
|
1419
|
+
display: 'eurc',
|
|
1420
|
+
symbol: 'EURC',
|
|
1421
|
+
keywords: [
|
|
1422
|
+
'eurc',
|
|
1423
|
+
'circle',
|
|
1424
|
+
'stablecoin',
|
|
1425
|
+
'euro'
|
|
1426
|
+
],
|
|
1427
|
+
images: [{
|
|
1428
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
1429
|
+
}],
|
|
1430
|
+
logoURIs: {
|
|
1431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1406
1434
|
{
|
|
1407
1435
|
description: 'EURe is a Euro-backed stablecoin issued by Monerium.',
|
|
1408
1436
|
extendedDescription: 'EURe is the first authorized and regulated stablecoin in Europe. It is collateralized by Euro-denominated deposits held in segregated accounts. EURe is issued by Monerium, the first Electronic Money Institution (EMI) to become compliant under the EU\'s MiCA regulations.',
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'hazinachain',
|
|
7
|
+
chainId: 'hazinachain-1',
|
|
8
|
+
clientId: '07-tendermint-3',
|
|
9
|
+
connectionId: 'connection-1'
|
|
10
|
+
},
|
|
11
|
+
chain2: {
|
|
12
|
+
chainName: 'osmosis',
|
|
13
|
+
chainId: 'osmosis-1',
|
|
14
|
+
clientId: '07-tendermint-3702',
|
|
15
|
+
connectionId: 'connection-11056'
|
|
16
|
+
},
|
|
17
|
+
channels: [{
|
|
18
|
+
chain1: {
|
|
19
|
+
channelId: 'channel-1',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
chain2: {
|
|
23
|
+
channelId: 'channel-110100',
|
|
24
|
+
portId: 'transfer'
|
|
25
|
+
},
|
|
26
|
+
ordering: 'unordered',
|
|
27
|
+
version: 'ics20-1',
|
|
28
|
+
tags: {
|
|
29
|
+
preferred: true,
|
|
30
|
+
status: 'ACTIVE'
|
|
31
|
+
}
|
|
32
|
+
}]
|
|
33
|
+
}];
|
|
34
|
+
exports.default = info;
|
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assetList = void 0;
|
|
6
|
+
exports.ibcData = exports.chain = exports.assetList = void 0;
|
|
7
7
|
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
9
10
|
exports.assetList = asset_list_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibcData = ibc_data_1.default;
|
package/mainnet/ibc-data.js
CHANGED
|
@@ -92,6 +92,7 @@ const _gitopia = __importStar(require("./gitopia"));
|
|
|
92
92
|
const _gnodi = __importStar(require("./gnodi"));
|
|
93
93
|
const _gravitybridge = __importStar(require("./gravitybridge"));
|
|
94
94
|
const _haqq = __importStar(require("./haqq"));
|
|
95
|
+
const _hazinachain = __importStar(require("./hazinachain"));
|
|
95
96
|
const _hippoprotocol = __importStar(require("./hippoprotocol"));
|
|
96
97
|
const _humans = __importStar(require("./humans"));
|
|
97
98
|
const _impacthub = __importStar(require("./impacthub"));
|
|
@@ -152,7 +153,6 @@ const _persistence = __importStar(require("./persistence"));
|
|
|
152
153
|
const _planq = __importStar(require("./planq"));
|
|
153
154
|
const _point = __importStar(require("./point"));
|
|
154
155
|
const _provenance = __importStar(require("./provenance"));
|
|
155
|
-
const _pryzm = __importStar(require("./pryzm"));
|
|
156
156
|
const _pundix = __importStar(require("./pundix"));
|
|
157
157
|
const _pylons = __importStar(require("./pylons"));
|
|
158
158
|
const _qfs = __importStar(require("./qfs"));
|
|
@@ -272,6 +272,7 @@ const ibcData = [
|
|
|
272
272
|
..._gnodi.ibcData,
|
|
273
273
|
..._gravitybridge.ibcData,
|
|
274
274
|
..._haqq.ibcData,
|
|
275
|
+
..._hazinachain.ibcData,
|
|
275
276
|
..._hippoprotocol.ibcData,
|
|
276
277
|
..._humans.ibcData,
|
|
277
278
|
..._impacthub.ibcData,
|
|
@@ -332,7 +333,6 @@ const ibcData = [
|
|
|
332
333
|
..._planq.ibcData,
|
|
333
334
|
..._point.ibcData,
|
|
334
335
|
..._provenance.ibcData,
|
|
335
|
-
..._pryzm.ibcData,
|
|
336
336
|
..._pundix.ibcData,
|
|
337
337
|
..._pylons.ibcData,
|
|
338
338
|
..._qfs.ibcData,
|
|
@@ -2138,6 +2138,37 @@ const info = [
|
|
|
2138
2138
|
}
|
|
2139
2139
|
}]
|
|
2140
2140
|
},
|
|
2141
|
+
{
|
|
2142
|
+
$schema: '../ibc_data.schema.json',
|
|
2143
|
+
chain1: {
|
|
2144
|
+
chainName: 'hazinachain',
|
|
2145
|
+
chainId: 'hazinachain-1',
|
|
2146
|
+
clientId: '07-tendermint-3',
|
|
2147
|
+
connectionId: 'connection-1'
|
|
2148
|
+
},
|
|
2149
|
+
chain2: {
|
|
2150
|
+
chainName: 'osmosis',
|
|
2151
|
+
chainId: 'osmosis-1',
|
|
2152
|
+
clientId: '07-tendermint-3702',
|
|
2153
|
+
connectionId: 'connection-11056'
|
|
2154
|
+
},
|
|
2155
|
+
channels: [{
|
|
2156
|
+
chain1: {
|
|
2157
|
+
channelId: 'channel-1',
|
|
2158
|
+
portId: 'transfer'
|
|
2159
|
+
},
|
|
2160
|
+
chain2: {
|
|
2161
|
+
channelId: 'channel-110100',
|
|
2162
|
+
portId: 'transfer'
|
|
2163
|
+
},
|
|
2164
|
+
ordering: 'unordered',
|
|
2165
|
+
version: 'ics20-1',
|
|
2166
|
+
tags: {
|
|
2167
|
+
preferred: true,
|
|
2168
|
+
status: 'ACTIVE'
|
|
2169
|
+
}
|
|
2170
|
+
}]
|
|
2171
|
+
},
|
|
2141
2172
|
{
|
|
2142
2173
|
$schema: '../ibc_data.schema.json',
|
|
2143
2174
|
chain1: {
|
|
@@ -42,6 +42,10 @@ const info = {
|
|
|
42
42
|
description: 'The Sentinel ecosystem is a global network of autonomous dVPN applications that enable private and censorship resistant internet access.',
|
|
43
43
|
apis: {
|
|
44
44
|
rpc: [
|
|
45
|
+
{
|
|
46
|
+
address: 'https://rpc.saudi.dvpn-x.com',
|
|
47
|
+
provider: 'DIGGO: RPC Saudi Arabia'
|
|
48
|
+
},
|
|
45
49
|
{
|
|
46
50
|
address: 'https://rpc-sentinel.busurnode.com',
|
|
47
51
|
provider: 'Busurnode'
|
|
@@ -120,6 +124,10 @@ const info = {
|
|
|
120
124
|
}
|
|
121
125
|
],
|
|
122
126
|
rest: [
|
|
127
|
+
{
|
|
128
|
+
address: 'https://api.saudi.dvpn-x.com',
|
|
129
|
+
provider: 'DIGGO: API Saudi Arabia'
|
|
130
|
+
},
|
|
123
131
|
{
|
|
124
132
|
address: 'https://api-sentinel.busurnode.com',
|
|
125
133
|
provider: 'Busurnode'
|
|
@@ -440,6 +440,55 @@ const info = {
|
|
|
440
440
|
}
|
|
441
441
|
}]
|
|
442
442
|
},
|
|
443
|
+
{
|
|
444
|
+
description: 'EURC (Euro Coin) on ZIGChain',
|
|
445
|
+
denomUnits: [{
|
|
446
|
+
denom: 'ibc/CC5268F89C752A4BDCBDAA574AF0A381786FCC839104E077DA9A9145176BF8ED',
|
|
447
|
+
exponent: 0
|
|
448
|
+
}, {
|
|
449
|
+
denom: 'eurc',
|
|
450
|
+
exponent: 6
|
|
451
|
+
}],
|
|
452
|
+
typeAsset: 'ics20',
|
|
453
|
+
base: 'ibc/CC5268F89C752A4BDCBDAA574AF0A381786FCC839104E077DA9A9145176BF8ED',
|
|
454
|
+
name: 'Euro Coin',
|
|
455
|
+
display: 'eurc',
|
|
456
|
+
symbol: 'EURC',
|
|
457
|
+
traces: [{
|
|
458
|
+
type: 'ibc-bridge',
|
|
459
|
+
counterparty: {
|
|
460
|
+
chainName: 'ethereum',
|
|
461
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
462
|
+
channelId: 'channel-0'
|
|
463
|
+
},
|
|
464
|
+
chain: {
|
|
465
|
+
channelId: '08-wasm-1369',
|
|
466
|
+
path: 'transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
467
|
+
},
|
|
468
|
+
provider: 'Eureka'
|
|
469
|
+
}, {
|
|
470
|
+
type: 'ibc',
|
|
471
|
+
counterparty: {
|
|
472
|
+
chainName: 'cosmoshub',
|
|
473
|
+
baseDenom: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
|
|
474
|
+
channelId: 'channel-1555'
|
|
475
|
+
},
|
|
476
|
+
chain: {
|
|
477
|
+
channelId: 'channel-4',
|
|
478
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
479
|
+
}
|
|
480
|
+
}],
|
|
481
|
+
logoURIs: {
|
|
482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
483
|
+
},
|
|
484
|
+
images: [{
|
|
485
|
+
imageSync: {
|
|
486
|
+
chainName: 'ethereum',
|
|
487
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
488
|
+
},
|
|
489
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
490
|
+
}]
|
|
491
|
+
},
|
|
443
492
|
{
|
|
444
493
|
description: 'Stride Staked ATOM on ZIGChain',
|
|
445
494
|
denomUnits: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.201",
|
|
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.
|
|
32
|
+
"@chain-registry/types": "^2.0.201"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "44621821d90d7b731908f748b7b70ed1fb8fbaf1"
|
|
43
43
|
}
|