chain-registry 1.69.191 → 1.69.193
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/assets.js +2 -0
- package/esm/mainnet/axelar/ibc.js +29 -0
- package/esm/mainnet/babylon/assets.js +31 -0
- package/esm/mainnet/beezee/assets.js +28 -0
- package/esm/mainnet/bitsong/chain.js +0 -18
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/cosmoshub/ibc.js +6 -6
- package/esm/mainnet/ethereum/assets.js +26 -0
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/initia/chain.js +76 -0
- package/esm/mainnet/initia/ibc.js +31 -0
- package/esm/mainnet/initia/index.js +6 -0
- package/esm/mainnet/named.js +1 -0
- package/esm/mainnet/nyx/ibc.js +29 -0
- package/esm/mainnet/osmosis/ibc.js +30 -0
- package/esm/mainnet/passage/chain.js +4 -4
- package/esm/mainnet/planq/chain.js +0 -21
- package/esm/mainnet/realio/chain.js +0 -22
- package/esm/mainnet/sentinel/chain.js +12 -0
- package/esm/mainnet/sge/chain.js +0 -14
- package/esm/mainnet/sidechain/ibc.js +6 -6
- package/esm/noncosmos/assets.js +0 -2
- package/esm/noncosmos/named.js +0 -1
- package/mainnet/assets.js +2 -0
- package/mainnet/axelar/ibc.js +29 -0
- package/mainnet/babylon/assets.js +31 -0
- package/mainnet/beezee/assets.js +28 -0
- package/mainnet/bitsong/chain.js +0 -18
- package/mainnet/chains.js +2 -0
- package/mainnet/cosmoshub/ibc.js +6 -6
- package/mainnet/ethereum/assets.js +26 -0
- package/mainnet/ibc.js +2 -0
- package/mainnet/initia/chain.d.ts +3 -0
- package/mainnet/initia/chain.js +78 -0
- package/mainnet/initia/ibc.d.ts +3 -0
- package/mainnet/initia/ibc.js +33 -0
- package/mainnet/initia/index.d.ts +3 -0
- package/{noncosmos → mainnet}/initia/index.js +5 -1
- package/mainnet/named.d.ts +1 -0
- package/mainnet/named.js +5 -3
- package/mainnet/nyx/ibc.js +29 -0
- package/mainnet/osmosis/ibc.js +30 -0
- package/mainnet/passage/chain.js +4 -4
- package/mainnet/planq/chain.js +0 -21
- package/mainnet/realio/chain.js +0 -22
- package/mainnet/sentinel/chain.js +12 -0
- package/mainnet/sge/chain.js +0 -14
- package/mainnet/sidechain/ibc.js +6 -6
- package/noncosmos/assets.js +0 -2
- package/noncosmos/named.d.ts +0 -1
- package/noncosmos/named.js +2 -3
- package/package.json +4 -4
- package/esm/noncosmos/initia/index.js +0 -2
- package/noncosmos/initia/index.d.ts +0 -1
- /package/esm/{noncosmos → mainnet}/initia/assets.js +0 -0
- /package/{noncosmos → mainnet}/initia/assets.d.ts +0 -0
- /package/{noncosmos → mainnet}/initia/assets.js +0 -0
|
@@ -32,21 +32,21 @@ const info = [
|
|
|
32
32
|
$schema: '../ibc_data.schema.json',
|
|
33
33
|
chain_1: {
|
|
34
34
|
chain_name: 'cosmoshub',
|
|
35
|
-
client_id: '07-tendermint-
|
|
36
|
-
connection_id: 'connection-
|
|
35
|
+
client_id: '07-tendermint-1383',
|
|
36
|
+
connection_id: 'connection-1106'
|
|
37
37
|
},
|
|
38
38
|
chain_2: {
|
|
39
39
|
chain_name: 'sidechain',
|
|
40
|
-
client_id: '07-tendermint-
|
|
41
|
-
connection_id: 'connection-
|
|
40
|
+
client_id: '07-tendermint-25',
|
|
41
|
+
connection_id: 'connection-11'
|
|
42
42
|
},
|
|
43
43
|
channels: [{
|
|
44
44
|
chain_1: {
|
|
45
|
-
channel_id: 'channel-
|
|
45
|
+
channel_id: 'channel-1352',
|
|
46
46
|
port_id: 'transfer'
|
|
47
47
|
},
|
|
48
48
|
chain_2: {
|
|
49
|
-
channel_id: 'channel-
|
|
49
|
+
channel_id: 'channel-10',
|
|
50
50
|
port_id: 'transfer'
|
|
51
51
|
},
|
|
52
52
|
ordering: 'unordered',
|
package/esm/noncosmos/assets.js
CHANGED
|
@@ -33,7 +33,6 @@ import * as _xrpl from './xrpl';
|
|
|
33
33
|
import * as _zilliqa from './zilliqa';
|
|
34
34
|
import * as _berachain from './berachain';
|
|
35
35
|
import * as _hall from './hall';
|
|
36
|
-
import * as _initia from './initia';
|
|
37
36
|
import * as _namada from './namada';
|
|
38
37
|
import * as _avalanchetestnet from './avalanchetestnet';
|
|
39
38
|
import * as _binancesmartchaintestnet from './binancesmartchaintestnet';
|
|
@@ -85,7 +84,6 @@ const assets = [
|
|
|
85
84
|
_zilliqa.assets,
|
|
86
85
|
_berachain.assets,
|
|
87
86
|
_hall.assets,
|
|
88
|
-
_initia.assets,
|
|
89
87
|
_namada.assets,
|
|
90
88
|
_avalanchetestnet.assets,
|
|
91
89
|
_binancesmartchaintestnet.assets,
|
package/esm/noncosmos/named.js
CHANGED
|
@@ -33,7 +33,6 @@ export * as xrpl from './xrpl';
|
|
|
33
33
|
export * as zilliqa from './zilliqa';
|
|
34
34
|
export * as berachain from './berachain';
|
|
35
35
|
export * as hall from './hall';
|
|
36
|
-
export * as initia from './initia';
|
|
37
36
|
export * as namada from './namada';
|
|
38
37
|
export * as cosmoshubicstestnet from './cosmoshubicstestnet';
|
|
39
38
|
export * as avalanchetestnet from './avalanchetestnet';
|
package/mainnet/assets.js
CHANGED
|
@@ -107,6 +107,7 @@ const _humans = __importStar(require("./humans"));
|
|
|
107
107
|
const _idep = __importStar(require("./idep"));
|
|
108
108
|
const _impacthub = __importStar(require("./impacthub"));
|
|
109
109
|
const _imversed = __importStar(require("./imversed"));
|
|
110
|
+
const _initia = __importStar(require("./initia"));
|
|
110
111
|
const _injective = __importStar(require("./injective"));
|
|
111
112
|
const _int3face = __importStar(require("./int3face"));
|
|
112
113
|
const _irisnet = __importStar(require("./irisnet"));
|
|
@@ -308,6 +309,7 @@ const assets = [
|
|
|
308
309
|
_idep.assets,
|
|
309
310
|
_impacthub.assets,
|
|
310
311
|
_imversed.assets,
|
|
312
|
+
_initia.assets,
|
|
311
313
|
_injective.assets,
|
|
312
314
|
_int3face.assets,
|
|
313
315
|
_irisnet.assets,
|
package/mainnet/axelar/ibc.js
CHANGED
|
@@ -871,6 +871,35 @@ const info = [
|
|
|
871
871
|
}
|
|
872
872
|
}]
|
|
873
873
|
},
|
|
874
|
+
{
|
|
875
|
+
$schema: '../ibc_data.schema.json',
|
|
876
|
+
chain_1: {
|
|
877
|
+
chain_name: 'axelar',
|
|
878
|
+
client_id: '07-tendermint-246',
|
|
879
|
+
connection_id: 'connection-235'
|
|
880
|
+
},
|
|
881
|
+
chain_2: {
|
|
882
|
+
chain_name: 'nyx',
|
|
883
|
+
client_id: '07-tendermint-21',
|
|
884
|
+
connection_id: 'connection-11'
|
|
885
|
+
},
|
|
886
|
+
channels: [{
|
|
887
|
+
chain_1: {
|
|
888
|
+
channel_id: 'channel-177',
|
|
889
|
+
port_id: 'transfer'
|
|
890
|
+
},
|
|
891
|
+
chain_2: {
|
|
892
|
+
channel_id: 'channel-14',
|
|
893
|
+
port_id: 'transfer'
|
|
894
|
+
},
|
|
895
|
+
ordering: 'unordered',
|
|
896
|
+
version: 'ics20-1',
|
|
897
|
+
tags: {
|
|
898
|
+
status: 'live',
|
|
899
|
+
preferred: true
|
|
900
|
+
}
|
|
901
|
+
}]
|
|
902
|
+
},
|
|
874
903
|
{
|
|
875
904
|
$schema: '../ibc_data.schema.json',
|
|
876
905
|
chain_1: {
|
|
@@ -659,6 +659,37 @@ const info = {
|
|
|
659
659
|
path: '0'
|
|
660
660
|
}
|
|
661
661
|
}]
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
denom_units: [{
|
|
665
|
+
denom: 'cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
666
|
+
exponent: 0
|
|
667
|
+
}, {
|
|
668
|
+
denom: 'satUniBTC',
|
|
669
|
+
exponent: 8
|
|
670
|
+
}],
|
|
671
|
+
base: 'cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
672
|
+
address: 'bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
673
|
+
name: 'Satlayer uniBTC',
|
|
674
|
+
display: 'satUniBTC',
|
|
675
|
+
symbol: 'satUniBTC',
|
|
676
|
+
logo_URIs: {
|
|
677
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
678
|
+
},
|
|
679
|
+
type_asset: 'cw20',
|
|
680
|
+
traces: [{
|
|
681
|
+
type: 'ibc-bridge',
|
|
682
|
+
provider: 'Union',
|
|
683
|
+
counterparty: {
|
|
684
|
+
chain_name: 'ethereum',
|
|
685
|
+
base_denom: '0xF7De2B7afdb07AA5dD143180Ed758165821E076e',
|
|
686
|
+
channel_id: '1'
|
|
687
|
+
},
|
|
688
|
+
chain: {
|
|
689
|
+
channel_id: '3',
|
|
690
|
+
path: '0'
|
|
691
|
+
}
|
|
692
|
+
}]
|
|
662
693
|
}
|
|
663
694
|
]
|
|
664
695
|
};
|
package/mainnet/beezee/assets.js
CHANGED
|
@@ -489,6 +489,34 @@ const info = {
|
|
|
489
489
|
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
490
490
|
},
|
|
491
491
|
coingecko_id: 'posthuman'
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
description: 'GEEGEE (GGE) on Cosmos is a community driven meme coin. Sharing knowledge and create visibility. How strong can we be? ☀️',
|
|
495
|
+
denom_units: [{
|
|
496
|
+
denom: 'factory/bze12gyp30f29zg26nuqrwdhl26ej4q066pt572fhm/GGE',
|
|
497
|
+
exponent: 0
|
|
498
|
+
}, {
|
|
499
|
+
denom: 'GGE',
|
|
500
|
+
exponent: 6
|
|
501
|
+
}],
|
|
502
|
+
base: 'factory/bze12gyp30f29zg26nuqrwdhl26ej4q066pt572fhm/GGE',
|
|
503
|
+
name: 'GEEGEE',
|
|
504
|
+
display: 'GGE',
|
|
505
|
+
symbol: 'GGE',
|
|
506
|
+
logo_URIs: {
|
|
507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/gge.png'
|
|
508
|
+
},
|
|
509
|
+
images: [{
|
|
510
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/gge.png',
|
|
511
|
+
theme: {
|
|
512
|
+
primary_color_hex: '#FEFEFE'
|
|
513
|
+
}
|
|
514
|
+
}],
|
|
515
|
+
socials: {
|
|
516
|
+
website: 'https://geegeecoin.io/',
|
|
517
|
+
twitter: 'https://x.com/gge_crypto'
|
|
518
|
+
},
|
|
519
|
+
type_asset: 'sdk.coin'
|
|
492
520
|
}
|
|
493
521
|
]
|
|
494
522
|
};
|
package/mainnet/bitsong/chain.js
CHANGED
|
@@ -74,10 +74,6 @@ const info = {
|
|
|
74
74
|
address: 'https://rpc-bitsong.architectnodes.com',
|
|
75
75
|
provider: 'Architect Nodes'
|
|
76
76
|
},
|
|
77
|
-
{
|
|
78
|
-
address: 'https://rpc.bitsong.safeblock.space',
|
|
79
|
-
provider: 'Safe Block'
|
|
80
|
-
},
|
|
81
77
|
{
|
|
82
78
|
address: 'https://bitsong.tdrsys.com:2053',
|
|
83
79
|
provider: 'TdrSys'
|
|
@@ -124,10 +120,6 @@ const info = {
|
|
|
124
120
|
address: 'https://rest-bitsong.architectnodes.com',
|
|
125
121
|
provider: 'Architect Nodes'
|
|
126
122
|
},
|
|
127
|
-
{
|
|
128
|
-
address: 'https://api.bitsong.safeblock.space',
|
|
129
|
-
provider: 'Safe Block'
|
|
130
|
-
},
|
|
131
123
|
{
|
|
132
124
|
address: 'https://bitsong.tdrsys.com',
|
|
133
125
|
provider: 'TdrSys'
|
|
@@ -166,10 +158,6 @@ const info = {
|
|
|
166
158
|
address: 'bitsong-grpc.polkachu.com:16090',
|
|
167
159
|
provider: 'Polkachu'
|
|
168
160
|
},
|
|
169
|
-
{
|
|
170
|
-
address: 'grpc.bitsong.safeblock.space:9090',
|
|
171
|
-
provider: 'Safe Block'
|
|
172
|
-
},
|
|
173
161
|
{
|
|
174
162
|
address: 'grpc.bitsong.mathnodes.com:443',
|
|
175
163
|
provider: 'MathNodes'
|
|
@@ -222,12 +210,6 @@ const info = {
|
|
|
222
210
|
tx_page: 'https://atomscan.com/bitsong/transactions/${txHash}',
|
|
223
211
|
account_page: 'https://atomscan.com/bitsong/accounts/${accountAddress}'
|
|
224
212
|
},
|
|
225
|
-
{
|
|
226
|
-
kind: 'Safe Block',
|
|
227
|
-
url: 'https://explorer.safeblok.space/bitsong',
|
|
228
|
-
tx_page: 'https://explorer.safeblock.space/bitsong/tx/${txHash}',
|
|
229
|
-
account_page: 'https://explorer.safeblock.space/bitsong/account/${accountAddress}'
|
|
230
|
-
},
|
|
231
213
|
{
|
|
232
214
|
kind: '🔥STAVR🔥',
|
|
233
215
|
url: 'https://explorer.stavr.tech/Bitsong',
|
package/mainnet/chains.js
CHANGED
|
@@ -107,6 +107,7 @@ const _humans = __importStar(require("./humans"));
|
|
|
107
107
|
const _idep = __importStar(require("./idep"));
|
|
108
108
|
const _impacthub = __importStar(require("./impacthub"));
|
|
109
109
|
const _imversed = __importStar(require("./imversed"));
|
|
110
|
+
const _initia = __importStar(require("./initia"));
|
|
110
111
|
const _injective = __importStar(require("./injective"));
|
|
111
112
|
const _int3face = __importStar(require("./int3face"));
|
|
112
113
|
const _irisnet = __importStar(require("./irisnet"));
|
|
@@ -308,6 +309,7 @@ const chains = [
|
|
|
308
309
|
_idep.chain,
|
|
309
310
|
_impacthub.chain,
|
|
310
311
|
_imversed.chain,
|
|
312
|
+
_initia.chain,
|
|
311
313
|
_injective.chain,
|
|
312
314
|
_int3face.chain,
|
|
313
315
|
_irisnet.chain,
|
package/mainnet/cosmoshub/ibc.js
CHANGED
|
@@ -1726,21 +1726,21 @@ const info = [
|
|
|
1726
1726
|
$schema: '../ibc_data.schema.json',
|
|
1727
1727
|
chain_1: {
|
|
1728
1728
|
chain_name: 'cosmoshub',
|
|
1729
|
-
client_id: '07-tendermint-
|
|
1730
|
-
connection_id: 'connection-
|
|
1729
|
+
client_id: '07-tendermint-1383',
|
|
1730
|
+
connection_id: 'connection-1106'
|
|
1731
1731
|
},
|
|
1732
1732
|
chain_2: {
|
|
1733
1733
|
chain_name: 'sidechain',
|
|
1734
|
-
client_id: '07-tendermint-
|
|
1735
|
-
connection_id: 'connection-
|
|
1734
|
+
client_id: '07-tendermint-25',
|
|
1735
|
+
connection_id: 'connection-11'
|
|
1736
1736
|
},
|
|
1737
1737
|
channels: [{
|
|
1738
1738
|
chain_1: {
|
|
1739
|
-
channel_id: 'channel-
|
|
1739
|
+
channel_id: 'channel-1352',
|
|
1740
1740
|
port_id: 'transfer'
|
|
1741
1741
|
},
|
|
1742
1742
|
chain_2: {
|
|
1743
|
-
channel_id: 'channel-
|
|
1743
|
+
channel_id: 'channel-10',
|
|
1744
1744
|
port_id: 'transfer'
|
|
1745
1745
|
},
|
|
1746
1746
|
ordering: 'unordered',
|
|
@@ -1832,6 +1832,32 @@ const info = {
|
|
|
1832
1832
|
display: 'enzobtc',
|
|
1833
1833
|
symbol: 'enzoBTC',
|
|
1834
1834
|
coingecko_id: 'lorenzo-wrapped-bitcoin'
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
type_asset: 'erc20',
|
|
1838
|
+
address: '0xF7De2B7afdb07AA5dD143180Ed758165821E076e',
|
|
1839
|
+
denom_units: [{
|
|
1840
|
+
denom: '0xF7De2B7afdb07AA5dD143180Ed758165821E076e',
|
|
1841
|
+
exponent: 0
|
|
1842
|
+
}, {
|
|
1843
|
+
denom: 'satunibtc',
|
|
1844
|
+
exponent: 8
|
|
1845
|
+
}],
|
|
1846
|
+
base: '0xF7De2B7afdb07AA5dD143180Ed758165821E076e',
|
|
1847
|
+
name: 'Satlayer uniBTC',
|
|
1848
|
+
display: 'satunibtc',
|
|
1849
|
+
symbol: 'satUniBTC',
|
|
1850
|
+
traces: [{
|
|
1851
|
+
type: 'liquid-stake',
|
|
1852
|
+
counterparty: {
|
|
1853
|
+
chain_name: 'ethereum',
|
|
1854
|
+
base_denom: '0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568'
|
|
1855
|
+
},
|
|
1856
|
+
provider: 'SatLayer'
|
|
1857
|
+
}],
|
|
1858
|
+
logo_URIs: {
|
|
1859
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
1860
|
+
}
|
|
1835
1861
|
}
|
|
1836
1862
|
]
|
|
1837
1863
|
};
|
package/mainnet/ibc.js
CHANGED
|
@@ -85,6 +85,7 @@ const _haqq = __importStar(require("./haqq"));
|
|
|
85
85
|
const _humans = __importStar(require("./humans"));
|
|
86
86
|
const _impacthub = __importStar(require("./impacthub"));
|
|
87
87
|
const _imversed = __importStar(require("./imversed"));
|
|
88
|
+
const _initia = __importStar(require("./initia"));
|
|
88
89
|
const _injective = __importStar(require("./injective"));
|
|
89
90
|
const _int3face = __importStar(require("./int3face"));
|
|
90
91
|
const _irisnet = __importStar(require("./irisnet"));
|
|
@@ -239,6 +240,7 @@ const ibc = [
|
|
|
239
240
|
..._humans.ibc,
|
|
240
241
|
..._impacthub.ibc,
|
|
241
242
|
..._imversed.ibc,
|
|
243
|
+
..._initia.ibc,
|
|
242
244
|
..._injective.ibc,
|
|
243
245
|
..._int3face.ibc,
|
|
244
246
|
..._irisnet.ibc,
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chain_name: 'initia',
|
|
6
|
+
chain_id: 'interwoven-1',
|
|
7
|
+
chain_type: 'cosmos',
|
|
8
|
+
website: 'https://initia.xyz',
|
|
9
|
+
pretty_name: 'Initia',
|
|
10
|
+
status: 'live',
|
|
11
|
+
network_type: 'mainnet',
|
|
12
|
+
bech32_prefix: 'init',
|
|
13
|
+
daemon_name: 'initiad',
|
|
14
|
+
node_home: '$HOME/.initia',
|
|
15
|
+
key_algos: ['ethsecp256k1'],
|
|
16
|
+
slip44: 60,
|
|
17
|
+
fees: {
|
|
18
|
+
fee_tokens: [{
|
|
19
|
+
denom: 'uinit',
|
|
20
|
+
fixed_min_gas_price: 0.015,
|
|
21
|
+
low_gas_price: 0.015,
|
|
22
|
+
average_gas_price: 0.015,
|
|
23
|
+
high_gas_price: 0.04
|
|
24
|
+
}]
|
|
25
|
+
},
|
|
26
|
+
staking: {
|
|
27
|
+
staking_tokens: [{
|
|
28
|
+
denom: 'uinit'
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
git_repo: 'https://github.com/initia-labs/initia',
|
|
33
|
+
recommended_version: 'v1.0.0-rc.1',
|
|
34
|
+
compatible_versions: ['v1.0.0-rc.1'],
|
|
35
|
+
binaries: {
|
|
36
|
+
"linux/amd64": 'https://github.com/initia-labs/initia/releases/download/v1.0.0-rc.1/initia_v1.0.0-rc.1_Linux_x86_64.tar.gz',
|
|
37
|
+
"linux/arm64": 'https://github.com/initia-labs/initia/releases/download/v1.0.0-rc.1/initia_v1.0.0-rc.1_Linux_aarch64.tar.gz',
|
|
38
|
+
"darwin/amd64": 'https://github.com/initia-labs/initia/releases/download/v1.0.0-rc.1/initia_v1.0.0-rc.1_Darwin_x86_64.tar.gz',
|
|
39
|
+
"darwin/arm64": 'https://github.com/initia-labs/initia/releases/download/v1.0.0-rc.1/initia_v1.0.0-rc.1_Darwin_aarch64.tar.gz'
|
|
40
|
+
},
|
|
41
|
+
genesis: {
|
|
42
|
+
genesis_url: 'https://storage.googleapis.com/init-common-genesis/interwoven-1/genesis.json'
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
description: 'Initia Mainnet',
|
|
46
|
+
apis: {
|
|
47
|
+
rpc: [{
|
|
48
|
+
address: 'https://rpc.initia.xyz',
|
|
49
|
+
provider: 'Initia Labs'
|
|
50
|
+
}],
|
|
51
|
+
rest: [{
|
|
52
|
+
address: 'https://rest.initia.xyz',
|
|
53
|
+
provider: 'Initia Labs'
|
|
54
|
+
}],
|
|
55
|
+
grpc: [{
|
|
56
|
+
address: 'grpc.initia.xyz:443',
|
|
57
|
+
provider: 'Initia Labs'
|
|
58
|
+
}]
|
|
59
|
+
},
|
|
60
|
+
explorers: [{
|
|
61
|
+
kind: 'initia scan',
|
|
62
|
+
url: 'https://scan.initia.xyz/interwoven-1',
|
|
63
|
+
tx_page: 'https://scan.initia.xyz/interwoven-1/txs/${txHash}',
|
|
64
|
+
account_page: 'https://scan.initia.xyz/interwoven-1/accounts/${accountAddress}'
|
|
65
|
+
}],
|
|
66
|
+
images: [{
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
69
|
+
theme: {
|
|
70
|
+
circle: true
|
|
71
|
+
}
|
|
72
|
+
}],
|
|
73
|
+
logo_URIs: {
|
|
74
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
75
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png'
|
|
76
|
+
}
|
|
77
|
+
};
|
|
78
|
+
exports.default = info;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain_1: {
|
|
6
|
+
chain_name: 'initia',
|
|
7
|
+
client_id: '07-tendermint-0',
|
|
8
|
+
connection_id: 'connection-0'
|
|
9
|
+
},
|
|
10
|
+
chain_2: {
|
|
11
|
+
chain_name: 'osmosis',
|
|
12
|
+
client_id: '07-tendermint-3447',
|
|
13
|
+
connection_id: 'connection-10601'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain_1: {
|
|
17
|
+
channel_id: 'channel-0',
|
|
18
|
+
port_id: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain_2: {
|
|
21
|
+
channel_id: 'channel-100108',
|
|
22
|
+
port_id: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true,
|
|
29
|
+
dex: 'osmosis'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
}];
|
|
33
|
+
exports.default = info;
|
|
@@ -3,6 +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.assets = void 0;
|
|
6
|
+
exports.ibc = exports.chain = exports.assets = void 0;
|
|
7
7
|
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
8
10
|
exports.assets = assets_1.default;
|
|
11
|
+
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibc = ibc_1.default;
|
package/mainnet/named.d.ts
CHANGED
|
@@ -82,6 +82,7 @@ export * as humans from './humans';
|
|
|
82
82
|
export * as idep from './idep';
|
|
83
83
|
export * as impacthub from './impacthub';
|
|
84
84
|
export * as imversed from './imversed';
|
|
85
|
+
export * as initia from './initia';
|
|
85
86
|
export * as injective from './injective';
|
|
86
87
|
export * as int3face from './int3face';
|
|
87
88
|
export * as irisnet from './irisnet';
|
package/mainnet/named.js
CHANGED
|
@@ -24,9 +24,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.cryptoorgchain = exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.commercionetwork = exports.comdex = exports.cnhostables = exports.cifer = exports.chimba = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.althea = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.ethereum = void 0;
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.
|
|
27
|
+
exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.highbury = exports.heli = exports.haqq = exports.gravitybridge = exports.govgen = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.evmos = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = void 0;
|
|
28
|
+
exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.pocket = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.loyal = exports.lorenzo = exports.loop = exports.lombardledger = exports.logos = exports.likecoin = exports.lefeef = void 0;
|
|
29
|
+
exports.zenrock = exports.xpla = exports.xion = exports.vector = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.qfs = void 0;
|
|
30
|
+
exports.zetachain = void 0;
|
|
30
31
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
32
|
exports.rootstock = __importStar(require("./rootstock"));
|
|
32
33
|
exports.solana = __importStar(require("./solana"));
|
|
@@ -111,6 +112,7 @@ exports.humans = __importStar(require("./humans"));
|
|
|
111
112
|
exports.idep = __importStar(require("./idep"));
|
|
112
113
|
exports.impacthub = __importStar(require("./impacthub"));
|
|
113
114
|
exports.imversed = __importStar(require("./imversed"));
|
|
115
|
+
exports.initia = __importStar(require("./initia"));
|
|
114
116
|
exports.injective = __importStar(require("./injective"));
|
|
115
117
|
exports.int3face = __importStar(require("./int3face"));
|
|
116
118
|
exports.irisnet = __importStar(require("./irisnet"));
|
package/mainnet/nyx/ibc.js
CHANGED
|
@@ -1,6 +1,35 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain_1: {
|
|
7
|
+
chain_name: 'axelar',
|
|
8
|
+
client_id: '07-tendermint-246',
|
|
9
|
+
connection_id: 'connection-235'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'nyx',
|
|
13
|
+
client_id: '07-tendermint-21',
|
|
14
|
+
connection_id: 'connection-11'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-177',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-14',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
4
33
|
{
|
|
5
34
|
$schema: '../ibc_data.schema.json',
|
|
6
35
|
chain_1: {
|
package/mainnet/osmosis/ibc.js
CHANGED
|
@@ -1966,6 +1966,36 @@ const info = [
|
|
|
1966
1966
|
}
|
|
1967
1967
|
}]
|
|
1968
1968
|
},
|
|
1969
|
+
{
|
|
1970
|
+
$schema: '../ibc_data.schema.json',
|
|
1971
|
+
chain_1: {
|
|
1972
|
+
chain_name: 'initia',
|
|
1973
|
+
client_id: '07-tendermint-0',
|
|
1974
|
+
connection_id: 'connection-0'
|
|
1975
|
+
},
|
|
1976
|
+
chain_2: {
|
|
1977
|
+
chain_name: 'osmosis',
|
|
1978
|
+
client_id: '07-tendermint-3447',
|
|
1979
|
+
connection_id: 'connection-10601'
|
|
1980
|
+
},
|
|
1981
|
+
channels: [{
|
|
1982
|
+
chain_1: {
|
|
1983
|
+
channel_id: 'channel-0',
|
|
1984
|
+
port_id: 'transfer'
|
|
1985
|
+
},
|
|
1986
|
+
chain_2: {
|
|
1987
|
+
channel_id: 'channel-100108',
|
|
1988
|
+
port_id: 'transfer'
|
|
1989
|
+
},
|
|
1990
|
+
ordering: 'unordered',
|
|
1991
|
+
version: 'ics20-1',
|
|
1992
|
+
tags: {
|
|
1993
|
+
status: 'live',
|
|
1994
|
+
preferred: true,
|
|
1995
|
+
dex: 'osmosis'
|
|
1996
|
+
}
|
|
1997
|
+
}]
|
|
1998
|
+
},
|
|
1969
1999
|
{
|
|
1970
2000
|
$schema: '../ibc_data.schema.json',
|
|
1971
2001
|
chain_1: {
|
package/mainnet/passage/chain.js
CHANGED
|
@@ -18,10 +18,10 @@ const info = {
|
|
|
18
18
|
fees: {
|
|
19
19
|
fee_tokens: [{
|
|
20
20
|
denom: 'upasg',
|
|
21
|
-
fixed_min_gas_price:
|
|
22
|
-
low_gas_price:
|
|
23
|
-
average_gas_price:
|
|
24
|
-
high_gas_price:
|
|
21
|
+
fixed_min_gas_price: 12.5,
|
|
22
|
+
low_gas_price: 12.5,
|
|
23
|
+
average_gas_price: 12.5,
|
|
24
|
+
high_gas_price: 12.5
|
|
25
25
|
}]
|
|
26
26
|
},
|
|
27
27
|
staking: {
|
package/mainnet/planq/chain.js
CHANGED
|
@@ -93,10 +93,6 @@ const info = {
|
|
|
93
93
|
address: 'https://planq-rpc.genznodes.dev',
|
|
94
94
|
provider: 'genznodes'
|
|
95
95
|
},
|
|
96
|
-
{
|
|
97
|
-
address: 'https://rpc.planq.safeblock.space',
|
|
98
|
-
provider: 'Safe Block'
|
|
99
|
-
},
|
|
100
96
|
{
|
|
101
97
|
address: 'https://planq.rpc.skynodejs.net',
|
|
102
98
|
provider: 'skynodejs'
|
|
@@ -147,10 +143,6 @@ const info = {
|
|
|
147
143
|
address: 'https://planq-api.genznodes.dev',
|
|
148
144
|
provider: 'genznodes'
|
|
149
145
|
},
|
|
150
|
-
{
|
|
151
|
-
address: 'https://api.planq.safeblock.space',
|
|
152
|
-
provider: 'Safe Block'
|
|
153
|
-
},
|
|
154
146
|
{
|
|
155
147
|
address: 'https://planq.api.skynodejs.net',
|
|
156
148
|
provider: 'skynodejs'
|
|
@@ -213,10 +205,6 @@ const info = {
|
|
|
213
205
|
address: 'planq-grpc.genznodes.dev:28090',
|
|
214
206
|
provider: 'genznodes'
|
|
215
207
|
},
|
|
216
|
-
{
|
|
217
|
-
address: 'grpc.planq.safeblock.space:9090',
|
|
218
|
-
provider: 'Safe Block'
|
|
219
|
-
},
|
|
220
208
|
{
|
|
221
209
|
address: 'https://planq.grpc.skynodejs.net',
|
|
222
210
|
provider: 'skynodejs'
|
|
@@ -255,10 +243,6 @@ const info = {
|
|
|
255
243
|
address: 'https://planq-rpc-evm.genznodes.dev',
|
|
256
244
|
provider: 'genznodes'
|
|
257
245
|
},
|
|
258
|
-
{
|
|
259
|
-
address: 'https://evm.planq.safeblock.space',
|
|
260
|
-
provider: 'Safe Block'
|
|
261
|
-
},
|
|
262
246
|
{
|
|
263
247
|
address: 'https://planq-jsonrpc.stake-town.com',
|
|
264
248
|
provider: 'StakeTown'
|
|
@@ -340,11 +324,6 @@ const info = {
|
|
|
340
324
|
url: 'https://explorer.indonode.net/planq',
|
|
341
325
|
tx_page: 'https://explorer.indonode.net/planq/tx/${txHash}'
|
|
342
326
|
},
|
|
343
|
-
{
|
|
344
|
-
kind: 'Safe Block',
|
|
345
|
-
url: 'https://explorer.safeblock.space/planq',
|
|
346
|
-
tx_page: 'https://explorer.safeblock.space/planq/tx/${txHash}'
|
|
347
|
-
},
|
|
348
327
|
{
|
|
349
328
|
kind: 'KonsorTech',
|
|
350
329
|
url: 'https://explorer.konsortech.xyz/planq',
|