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
package/esm/mainnet/assets.js
CHANGED
|
@@ -82,6 +82,7 @@ import * as _humans from './humans';
|
|
|
82
82
|
import * as _idep from './idep';
|
|
83
83
|
import * as _impacthub from './impacthub';
|
|
84
84
|
import * as _imversed from './imversed';
|
|
85
|
+
import * as _initia from './initia';
|
|
85
86
|
import * as _injective from './injective';
|
|
86
87
|
import * as _int3face from './int3face';
|
|
87
88
|
import * as _irisnet from './irisnet';
|
|
@@ -283,6 +284,7 @@ const assets = [
|
|
|
283
284
|
_idep.assets,
|
|
284
285
|
_impacthub.assets,
|
|
285
286
|
_imversed.assets,
|
|
287
|
+
_initia.assets,
|
|
286
288
|
_injective.assets,
|
|
287
289
|
_int3face.assets,
|
|
288
290
|
_irisnet.assets,
|
|
@@ -869,6 +869,35 @@ const info = [
|
|
|
869
869
|
}
|
|
870
870
|
}]
|
|
871
871
|
},
|
|
872
|
+
{
|
|
873
|
+
$schema: '../ibc_data.schema.json',
|
|
874
|
+
chain_1: {
|
|
875
|
+
chain_name: 'axelar',
|
|
876
|
+
client_id: '07-tendermint-246',
|
|
877
|
+
connection_id: 'connection-235'
|
|
878
|
+
},
|
|
879
|
+
chain_2: {
|
|
880
|
+
chain_name: 'nyx',
|
|
881
|
+
client_id: '07-tendermint-21',
|
|
882
|
+
connection_id: 'connection-11'
|
|
883
|
+
},
|
|
884
|
+
channels: [{
|
|
885
|
+
chain_1: {
|
|
886
|
+
channel_id: 'channel-177',
|
|
887
|
+
port_id: 'transfer'
|
|
888
|
+
},
|
|
889
|
+
chain_2: {
|
|
890
|
+
channel_id: 'channel-14',
|
|
891
|
+
port_id: 'transfer'
|
|
892
|
+
},
|
|
893
|
+
ordering: 'unordered',
|
|
894
|
+
version: 'ics20-1',
|
|
895
|
+
tags: {
|
|
896
|
+
status: 'live',
|
|
897
|
+
preferred: true
|
|
898
|
+
}
|
|
899
|
+
}]
|
|
900
|
+
},
|
|
872
901
|
{
|
|
873
902
|
$schema: '../ibc_data.schema.json',
|
|
874
903
|
chain_1: {
|
|
@@ -657,6 +657,37 @@ const info = {
|
|
|
657
657
|
path: '0'
|
|
658
658
|
}
|
|
659
659
|
}]
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
denom_units: [{
|
|
663
|
+
denom: 'cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
664
|
+
exponent: 0
|
|
665
|
+
}, {
|
|
666
|
+
denom: 'satUniBTC',
|
|
667
|
+
exponent: 8
|
|
668
|
+
}],
|
|
669
|
+
base: 'cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
670
|
+
address: 'bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
671
|
+
name: 'Satlayer uniBTC',
|
|
672
|
+
display: 'satUniBTC',
|
|
673
|
+
symbol: 'satUniBTC',
|
|
674
|
+
logo_URIs: {
|
|
675
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
676
|
+
},
|
|
677
|
+
type_asset: 'cw20',
|
|
678
|
+
traces: [{
|
|
679
|
+
type: 'ibc-bridge',
|
|
680
|
+
provider: 'Union',
|
|
681
|
+
counterparty: {
|
|
682
|
+
chain_name: 'ethereum',
|
|
683
|
+
base_denom: '0xF7De2B7afdb07AA5dD143180Ed758165821E076e',
|
|
684
|
+
channel_id: '1'
|
|
685
|
+
},
|
|
686
|
+
chain: {
|
|
687
|
+
channel_id: '3',
|
|
688
|
+
path: '0'
|
|
689
|
+
}
|
|
690
|
+
}]
|
|
660
691
|
}
|
|
661
692
|
]
|
|
662
693
|
};
|
|
@@ -487,6 +487,34 @@ const info = {
|
|
|
487
487
|
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
488
488
|
},
|
|
489
489
|
coingecko_id: 'posthuman'
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
description: 'GEEGEE (GGE) on Cosmos is a community driven meme coin. Sharing knowledge and create visibility. How strong can we be? ☀️',
|
|
493
|
+
denom_units: [{
|
|
494
|
+
denom: 'factory/bze12gyp30f29zg26nuqrwdhl26ej4q066pt572fhm/GGE',
|
|
495
|
+
exponent: 0
|
|
496
|
+
}, {
|
|
497
|
+
denom: 'GGE',
|
|
498
|
+
exponent: 6
|
|
499
|
+
}],
|
|
500
|
+
base: 'factory/bze12gyp30f29zg26nuqrwdhl26ej4q066pt572fhm/GGE',
|
|
501
|
+
name: 'GEEGEE',
|
|
502
|
+
display: 'GGE',
|
|
503
|
+
symbol: 'GGE',
|
|
504
|
+
logo_URIs: {
|
|
505
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/gge.png'
|
|
506
|
+
},
|
|
507
|
+
images: [{
|
|
508
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/gge.png',
|
|
509
|
+
theme: {
|
|
510
|
+
primary_color_hex: '#FEFEFE'
|
|
511
|
+
}
|
|
512
|
+
}],
|
|
513
|
+
socials: {
|
|
514
|
+
website: 'https://geegeecoin.io/',
|
|
515
|
+
twitter: 'https://x.com/gge_crypto'
|
|
516
|
+
},
|
|
517
|
+
type_asset: 'sdk.coin'
|
|
490
518
|
}
|
|
491
519
|
]
|
|
492
520
|
};
|
|
@@ -72,10 +72,6 @@ const info = {
|
|
|
72
72
|
address: 'https://rpc-bitsong.architectnodes.com',
|
|
73
73
|
provider: 'Architect Nodes'
|
|
74
74
|
},
|
|
75
|
-
{
|
|
76
|
-
address: 'https://rpc.bitsong.safeblock.space',
|
|
77
|
-
provider: 'Safe Block'
|
|
78
|
-
},
|
|
79
75
|
{
|
|
80
76
|
address: 'https://bitsong.tdrsys.com:2053',
|
|
81
77
|
provider: 'TdrSys'
|
|
@@ -122,10 +118,6 @@ const info = {
|
|
|
122
118
|
address: 'https://rest-bitsong.architectnodes.com',
|
|
123
119
|
provider: 'Architect Nodes'
|
|
124
120
|
},
|
|
125
|
-
{
|
|
126
|
-
address: 'https://api.bitsong.safeblock.space',
|
|
127
|
-
provider: 'Safe Block'
|
|
128
|
-
},
|
|
129
121
|
{
|
|
130
122
|
address: 'https://bitsong.tdrsys.com',
|
|
131
123
|
provider: 'TdrSys'
|
|
@@ -164,10 +156,6 @@ const info = {
|
|
|
164
156
|
address: 'bitsong-grpc.polkachu.com:16090',
|
|
165
157
|
provider: 'Polkachu'
|
|
166
158
|
},
|
|
167
|
-
{
|
|
168
|
-
address: 'grpc.bitsong.safeblock.space:9090',
|
|
169
|
-
provider: 'Safe Block'
|
|
170
|
-
},
|
|
171
159
|
{
|
|
172
160
|
address: 'grpc.bitsong.mathnodes.com:443',
|
|
173
161
|
provider: 'MathNodes'
|
|
@@ -220,12 +208,6 @@ const info = {
|
|
|
220
208
|
tx_page: 'https://atomscan.com/bitsong/transactions/${txHash}',
|
|
221
209
|
account_page: 'https://atomscan.com/bitsong/accounts/${accountAddress}'
|
|
222
210
|
},
|
|
223
|
-
{
|
|
224
|
-
kind: 'Safe Block',
|
|
225
|
-
url: 'https://explorer.safeblok.space/bitsong',
|
|
226
|
-
tx_page: 'https://explorer.safeblock.space/bitsong/tx/${txHash}',
|
|
227
|
-
account_page: 'https://explorer.safeblock.space/bitsong/account/${accountAddress}'
|
|
228
|
-
},
|
|
229
211
|
{
|
|
230
212
|
kind: '🔥STAVR🔥',
|
|
231
213
|
url: 'https://explorer.stavr.tech/Bitsong',
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -82,6 +82,7 @@ import * as _humans from './humans';
|
|
|
82
82
|
import * as _idep from './idep';
|
|
83
83
|
import * as _impacthub from './impacthub';
|
|
84
84
|
import * as _imversed from './imversed';
|
|
85
|
+
import * as _initia from './initia';
|
|
85
86
|
import * as _injective from './injective';
|
|
86
87
|
import * as _int3face from './int3face';
|
|
87
88
|
import * as _irisnet from './irisnet';
|
|
@@ -283,6 +284,7 @@ const chains = [
|
|
|
283
284
|
_idep.chain,
|
|
284
285
|
_impacthub.chain,
|
|
285
286
|
_imversed.chain,
|
|
287
|
+
_initia.chain,
|
|
286
288
|
_injective.chain,
|
|
287
289
|
_int3face.chain,
|
|
288
290
|
_irisnet.chain,
|
|
@@ -1724,21 +1724,21 @@ const info = [
|
|
|
1724
1724
|
$schema: '../ibc_data.schema.json',
|
|
1725
1725
|
chain_1: {
|
|
1726
1726
|
chain_name: 'cosmoshub',
|
|
1727
|
-
client_id: '07-tendermint-
|
|
1728
|
-
connection_id: 'connection-
|
|
1727
|
+
client_id: '07-tendermint-1383',
|
|
1728
|
+
connection_id: 'connection-1106'
|
|
1729
1729
|
},
|
|
1730
1730
|
chain_2: {
|
|
1731
1731
|
chain_name: 'sidechain',
|
|
1732
|
-
client_id: '07-tendermint-
|
|
1733
|
-
connection_id: 'connection-
|
|
1732
|
+
client_id: '07-tendermint-25',
|
|
1733
|
+
connection_id: 'connection-11'
|
|
1734
1734
|
},
|
|
1735
1735
|
channels: [{
|
|
1736
1736
|
chain_1: {
|
|
1737
|
-
channel_id: 'channel-
|
|
1737
|
+
channel_id: 'channel-1352',
|
|
1738
1738
|
port_id: 'transfer'
|
|
1739
1739
|
},
|
|
1740
1740
|
chain_2: {
|
|
1741
|
-
channel_id: 'channel-
|
|
1741
|
+
channel_id: 'channel-10',
|
|
1742
1742
|
port_id: 'transfer'
|
|
1743
1743
|
},
|
|
1744
1744
|
ordering: 'unordered',
|
|
@@ -1830,6 +1830,32 @@ const info = {
|
|
|
1830
1830
|
display: 'enzobtc',
|
|
1831
1831
|
symbol: 'enzoBTC',
|
|
1832
1832
|
coingecko_id: 'lorenzo-wrapped-bitcoin'
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
type_asset: 'erc20',
|
|
1836
|
+
address: '0xF7De2B7afdb07AA5dD143180Ed758165821E076e',
|
|
1837
|
+
denom_units: [{
|
|
1838
|
+
denom: '0xF7De2B7afdb07AA5dD143180Ed758165821E076e',
|
|
1839
|
+
exponent: 0
|
|
1840
|
+
}, {
|
|
1841
|
+
denom: 'satunibtc',
|
|
1842
|
+
exponent: 8
|
|
1843
|
+
}],
|
|
1844
|
+
base: '0xF7De2B7afdb07AA5dD143180Ed758165821E076e',
|
|
1845
|
+
name: 'Satlayer uniBTC',
|
|
1846
|
+
display: 'satunibtc',
|
|
1847
|
+
symbol: 'satUniBTC',
|
|
1848
|
+
traces: [{
|
|
1849
|
+
type: 'liquid-stake',
|
|
1850
|
+
counterparty: {
|
|
1851
|
+
chain_name: 'ethereum',
|
|
1852
|
+
base_denom: '0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568'
|
|
1853
|
+
},
|
|
1854
|
+
provider: 'SatLayer'
|
|
1855
|
+
}],
|
|
1856
|
+
logo_URIs: {
|
|
1857
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
1858
|
+
}
|
|
1833
1859
|
}
|
|
1834
1860
|
]
|
|
1835
1861
|
};
|
package/esm/mainnet/ibc.js
CHANGED
|
@@ -60,6 +60,7 @@ import * as _haqq from './haqq';
|
|
|
60
60
|
import * as _humans from './humans';
|
|
61
61
|
import * as _impacthub from './impacthub';
|
|
62
62
|
import * as _imversed from './imversed';
|
|
63
|
+
import * as _initia from './initia';
|
|
63
64
|
import * as _injective from './injective';
|
|
64
65
|
import * as _int3face from './int3face';
|
|
65
66
|
import * as _irisnet from './irisnet';
|
|
@@ -214,6 +215,7 @@ const ibc = [
|
|
|
214
215
|
..._humans.ibc,
|
|
215
216
|
..._impacthub.ibc,
|
|
216
217
|
..._imversed.ibc,
|
|
218
|
+
..._initia.ibc,
|
|
217
219
|
..._injective.ibc,
|
|
218
220
|
..._int3face.ibc,
|
|
219
221
|
..._irisnet.ibc,
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chain_name: 'initia',
|
|
4
|
+
chain_id: 'interwoven-1',
|
|
5
|
+
chain_type: 'cosmos',
|
|
6
|
+
website: 'https://initia.xyz',
|
|
7
|
+
pretty_name: 'Initia',
|
|
8
|
+
status: 'live',
|
|
9
|
+
network_type: 'mainnet',
|
|
10
|
+
bech32_prefix: 'init',
|
|
11
|
+
daemon_name: 'initiad',
|
|
12
|
+
node_home: '$HOME/.initia',
|
|
13
|
+
key_algos: ['ethsecp256k1'],
|
|
14
|
+
slip44: 60,
|
|
15
|
+
fees: {
|
|
16
|
+
fee_tokens: [{
|
|
17
|
+
denom: 'uinit',
|
|
18
|
+
fixed_min_gas_price: 0.015,
|
|
19
|
+
low_gas_price: 0.015,
|
|
20
|
+
average_gas_price: 0.015,
|
|
21
|
+
high_gas_price: 0.04
|
|
22
|
+
}]
|
|
23
|
+
},
|
|
24
|
+
staking: {
|
|
25
|
+
staking_tokens: [{
|
|
26
|
+
denom: 'uinit'
|
|
27
|
+
}]
|
|
28
|
+
},
|
|
29
|
+
codebase: {
|
|
30
|
+
git_repo: 'https://github.com/initia-labs/initia',
|
|
31
|
+
recommended_version: 'v1.0.0-rc.1',
|
|
32
|
+
compatible_versions: ['v1.0.0-rc.1'],
|
|
33
|
+
binaries: {
|
|
34
|
+
"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',
|
|
35
|
+
"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',
|
|
36
|
+
"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',
|
|
37
|
+
"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'
|
|
38
|
+
},
|
|
39
|
+
genesis: {
|
|
40
|
+
genesis_url: 'https://storage.googleapis.com/init-common-genesis/interwoven-1/genesis.json'
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
description: 'Initia Mainnet',
|
|
44
|
+
apis: {
|
|
45
|
+
rpc: [{
|
|
46
|
+
address: 'https://rpc.initia.xyz',
|
|
47
|
+
provider: 'Initia Labs'
|
|
48
|
+
}],
|
|
49
|
+
rest: [{
|
|
50
|
+
address: 'https://rest.initia.xyz',
|
|
51
|
+
provider: 'Initia Labs'
|
|
52
|
+
}],
|
|
53
|
+
grpc: [{
|
|
54
|
+
address: 'grpc.initia.xyz:443',
|
|
55
|
+
provider: 'Initia Labs'
|
|
56
|
+
}]
|
|
57
|
+
},
|
|
58
|
+
explorers: [{
|
|
59
|
+
kind: 'initia scan',
|
|
60
|
+
url: 'https://scan.initia.xyz/interwoven-1',
|
|
61
|
+
tx_page: 'https://scan.initia.xyz/interwoven-1/txs/${txHash}',
|
|
62
|
+
account_page: 'https://scan.initia.xyz/interwoven-1/accounts/${accountAddress}'
|
|
63
|
+
}],
|
|
64
|
+
images: [{
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
67
|
+
theme: {
|
|
68
|
+
circle: true
|
|
69
|
+
}
|
|
70
|
+
}],
|
|
71
|
+
logo_URIs: {
|
|
72
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
73
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png'
|
|
74
|
+
}
|
|
75
|
+
};
|
|
76
|
+
export default info;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'initia',
|
|
5
|
+
client_id: '07-tendermint-0',
|
|
6
|
+
connection_id: 'connection-0'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'osmosis',
|
|
10
|
+
client_id: '07-tendermint-3447',
|
|
11
|
+
connection_id: 'connection-10601'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channel-0',
|
|
16
|
+
port_id: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-100108',
|
|
20
|
+
port_id: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true,
|
|
27
|
+
dex: 'osmosis'
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
}];
|
|
31
|
+
export default info;
|
package/esm/mainnet/named.js
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/esm/mainnet/nyx/ibc.js
CHANGED
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'axelar',
|
|
6
|
+
client_id: '07-tendermint-246',
|
|
7
|
+
connection_id: 'connection-235'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'nyx',
|
|
11
|
+
client_id: '07-tendermint-21',
|
|
12
|
+
connection_id: 'connection-11'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-177',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-14',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
2
31
|
{
|
|
3
32
|
$schema: '../ibc_data.schema.json',
|
|
4
33
|
chain_1: {
|
|
@@ -1964,6 +1964,36 @@ const info = [
|
|
|
1964
1964
|
}
|
|
1965
1965
|
}]
|
|
1966
1966
|
},
|
|
1967
|
+
{
|
|
1968
|
+
$schema: '../ibc_data.schema.json',
|
|
1969
|
+
chain_1: {
|
|
1970
|
+
chain_name: 'initia',
|
|
1971
|
+
client_id: '07-tendermint-0',
|
|
1972
|
+
connection_id: 'connection-0'
|
|
1973
|
+
},
|
|
1974
|
+
chain_2: {
|
|
1975
|
+
chain_name: 'osmosis',
|
|
1976
|
+
client_id: '07-tendermint-3447',
|
|
1977
|
+
connection_id: 'connection-10601'
|
|
1978
|
+
},
|
|
1979
|
+
channels: [{
|
|
1980
|
+
chain_1: {
|
|
1981
|
+
channel_id: 'channel-0',
|
|
1982
|
+
port_id: 'transfer'
|
|
1983
|
+
},
|
|
1984
|
+
chain_2: {
|
|
1985
|
+
channel_id: 'channel-100108',
|
|
1986
|
+
port_id: 'transfer'
|
|
1987
|
+
},
|
|
1988
|
+
ordering: 'unordered',
|
|
1989
|
+
version: 'ics20-1',
|
|
1990
|
+
tags: {
|
|
1991
|
+
status: 'live',
|
|
1992
|
+
preferred: true,
|
|
1993
|
+
dex: 'osmosis'
|
|
1994
|
+
}
|
|
1995
|
+
}]
|
|
1996
|
+
},
|
|
1967
1997
|
{
|
|
1968
1998
|
$schema: '../ibc_data.schema.json',
|
|
1969
1999
|
chain_1: {
|
|
@@ -16,10 +16,10 @@ const info = {
|
|
|
16
16
|
fees: {
|
|
17
17
|
fee_tokens: [{
|
|
18
18
|
denom: 'upasg',
|
|
19
|
-
fixed_min_gas_price:
|
|
20
|
-
low_gas_price:
|
|
21
|
-
average_gas_price:
|
|
22
|
-
high_gas_price:
|
|
19
|
+
fixed_min_gas_price: 12.5,
|
|
20
|
+
low_gas_price: 12.5,
|
|
21
|
+
average_gas_price: 12.5,
|
|
22
|
+
high_gas_price: 12.5
|
|
23
23
|
}]
|
|
24
24
|
},
|
|
25
25
|
staking: {
|
|
@@ -91,10 +91,6 @@ const info = {
|
|
|
91
91
|
address: 'https://planq-rpc.genznodes.dev',
|
|
92
92
|
provider: 'genznodes'
|
|
93
93
|
},
|
|
94
|
-
{
|
|
95
|
-
address: 'https://rpc.planq.safeblock.space',
|
|
96
|
-
provider: 'Safe Block'
|
|
97
|
-
},
|
|
98
94
|
{
|
|
99
95
|
address: 'https://planq.rpc.skynodejs.net',
|
|
100
96
|
provider: 'skynodejs'
|
|
@@ -145,10 +141,6 @@ const info = {
|
|
|
145
141
|
address: 'https://planq-api.genznodes.dev',
|
|
146
142
|
provider: 'genznodes'
|
|
147
143
|
},
|
|
148
|
-
{
|
|
149
|
-
address: 'https://api.planq.safeblock.space',
|
|
150
|
-
provider: 'Safe Block'
|
|
151
|
-
},
|
|
152
144
|
{
|
|
153
145
|
address: 'https://planq.api.skynodejs.net',
|
|
154
146
|
provider: 'skynodejs'
|
|
@@ -211,10 +203,6 @@ const info = {
|
|
|
211
203
|
address: 'planq-grpc.genznodes.dev:28090',
|
|
212
204
|
provider: 'genznodes'
|
|
213
205
|
},
|
|
214
|
-
{
|
|
215
|
-
address: 'grpc.planq.safeblock.space:9090',
|
|
216
|
-
provider: 'Safe Block'
|
|
217
|
-
},
|
|
218
206
|
{
|
|
219
207
|
address: 'https://planq.grpc.skynodejs.net',
|
|
220
208
|
provider: 'skynodejs'
|
|
@@ -253,10 +241,6 @@ const info = {
|
|
|
253
241
|
address: 'https://planq-rpc-evm.genznodes.dev',
|
|
254
242
|
provider: 'genznodes'
|
|
255
243
|
},
|
|
256
|
-
{
|
|
257
|
-
address: 'https://evm.planq.safeblock.space',
|
|
258
|
-
provider: 'Safe Block'
|
|
259
|
-
},
|
|
260
244
|
{
|
|
261
245
|
address: 'https://planq-jsonrpc.stake-town.com',
|
|
262
246
|
provider: 'StakeTown'
|
|
@@ -338,11 +322,6 @@ const info = {
|
|
|
338
322
|
url: 'https://explorer.indonode.net/planq',
|
|
339
323
|
tx_page: 'https://explorer.indonode.net/planq/tx/${txHash}'
|
|
340
324
|
},
|
|
341
|
-
{
|
|
342
|
-
kind: 'Safe Block',
|
|
343
|
-
url: 'https://explorer.safeblock.space/planq',
|
|
344
|
-
tx_page: 'https://explorer.safeblock.space/planq/tx/${txHash}'
|
|
345
|
-
},
|
|
346
325
|
{
|
|
347
326
|
kind: 'KonsorTech',
|
|
348
327
|
url: 'https://explorer.konsortech.xyz/planq',
|
|
@@ -88,10 +88,6 @@ const info = {
|
|
|
88
88
|
address: 'https://api-realio.sr20de.xyz',
|
|
89
89
|
provider: 'Sr20de'
|
|
90
90
|
},
|
|
91
|
-
{
|
|
92
|
-
address: 'https://rpc.realio.safeblock.space',
|
|
93
|
-
provider: 'Safe Block'
|
|
94
|
-
},
|
|
95
91
|
{
|
|
96
92
|
address: 'https://realio.declab.pro:26622',
|
|
97
93
|
provider: 'Decloud Nodes Lab'
|
|
@@ -142,10 +138,6 @@ const info = {
|
|
|
142
138
|
address: 'https://rpc-realio.sr20de.xyz',
|
|
143
139
|
provider: 'Sr20de'
|
|
144
140
|
},
|
|
145
|
-
{
|
|
146
|
-
address: 'https://api.realio.safeblock.space',
|
|
147
|
-
provider: 'Safe Block'
|
|
148
|
-
},
|
|
149
141
|
{
|
|
150
142
|
address: 'https://realio.declab.pro:443',
|
|
151
143
|
provider: 'Decloud Nodes Lab'
|
|
@@ -192,10 +184,6 @@ const info = {
|
|
|
192
184
|
address: 'https://grpc-realio.sr20de.xyz',
|
|
193
185
|
provider: 'Sr20de'
|
|
194
186
|
},
|
|
195
|
-
{
|
|
196
|
-
address: 'grpc.realio.safeblock.space:9090',
|
|
197
|
-
provider: 'Safe Block'
|
|
198
|
-
},
|
|
199
187
|
{
|
|
200
188
|
address: 'realio.grpc.skynodejs.net',
|
|
201
189
|
provider: 'skynodejs'
|
|
@@ -226,10 +214,6 @@ const info = {
|
|
|
226
214
|
address: 'https://evm-realio.sr20de.xyz',
|
|
227
215
|
provider: 'Sr20de'
|
|
228
216
|
},
|
|
229
|
-
{
|
|
230
|
-
address: 'https://evm.realio.safeblock.space',
|
|
231
|
-
provider: 'Safe Block'
|
|
232
|
-
},
|
|
233
217
|
{
|
|
234
218
|
address: 'https://realio-jsonrpc.noders.services',
|
|
235
219
|
provider: '[NODERS]TEAM'
|
|
@@ -265,12 +249,6 @@ const info = {
|
|
|
265
249
|
tx_page: 'https://explorer.tcnetwork.io/realio/transaction/${txHash}',
|
|
266
250
|
account_page: 'https://explorer.tcnetwork.io/realio/account/${accountAddress}'
|
|
267
251
|
},
|
|
268
|
-
{
|
|
269
|
-
kind: 'Safe Block',
|
|
270
|
-
url: 'https://explorer.safeblock.space/realio',
|
|
271
|
-
tx_page: 'https://explorer.safeblock.space/realio/tx/${txHash}',
|
|
272
|
-
account_page: 'https://explorer.safeblock.space/realio/account/${accountAddress}'
|
|
273
|
-
},
|
|
274
252
|
{
|
|
275
253
|
kind: 'Decloud Nodes Lab',
|
|
276
254
|
url: 'https://explorer.declab.pro/realio',
|
|
@@ -115,6 +115,10 @@ const info = {
|
|
|
115
115
|
{
|
|
116
116
|
address: 'https://sentinel-rpc.ibs.team:443',
|
|
117
117
|
provider: 'Inter Blockchain Services'
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
address: 'https://sentinel.rpc.quasarstaking.ai:443',
|
|
121
|
+
provider: 'Quasar'
|
|
118
122
|
}
|
|
119
123
|
],
|
|
120
124
|
rest: [
|
|
@@ -185,6 +189,10 @@ const info = {
|
|
|
185
189
|
{
|
|
186
190
|
address: 'https://sentinel-api.ibs.team:443',
|
|
187
191
|
provider: 'Inter Blockchain Services'
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
address: 'https://sentinel.api.quasarstaking.ai:443',
|
|
195
|
+
provider: 'Quasar'
|
|
188
196
|
}
|
|
189
197
|
],
|
|
190
198
|
grpc: [
|
|
@@ -239,6 +247,10 @@ const info = {
|
|
|
239
247
|
{
|
|
240
248
|
address: 'https://grpc.noncompliant.network:9090',
|
|
241
249
|
provider: 'Noncompliant Network (Insecure)'
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
address: 'sentinel.grpc.quasarstaking.ai:80',
|
|
253
|
+
provider: 'Quasar'
|
|
242
254
|
}
|
|
243
255
|
]
|
|
244
256
|
},
|
package/esm/mainnet/sge/chain.js
CHANGED
|
@@ -93,10 +93,6 @@ const info = {
|
|
|
93
93
|
address: 'https://sge-rpc.sr20de.xyz',
|
|
94
94
|
provider: 'Sr20de'
|
|
95
95
|
},
|
|
96
|
-
{
|
|
97
|
-
address: 'https://rpc.sge.safeblock.space',
|
|
98
|
-
provider: 'Safe Block'
|
|
99
|
-
},
|
|
100
96
|
{
|
|
101
97
|
address: 'https://mainnet-sge-rpc.konsortech.xyz',
|
|
102
98
|
provider: 'KonsorTech'
|
|
@@ -147,10 +143,6 @@ const info = {
|
|
|
147
143
|
address: 'https://sge-api.sr20de.xyz',
|
|
148
144
|
provider: 'Sr20de'
|
|
149
145
|
},
|
|
150
|
-
{
|
|
151
|
-
address: 'https://api.sge.safeblock.space',
|
|
152
|
-
provider: 'Safe Block'
|
|
153
|
-
},
|
|
154
146
|
{
|
|
155
147
|
address: 'https://mainnet-sge-api.konsortech.xyz',
|
|
156
148
|
provider: 'KonsorTech'
|
|
@@ -245,12 +237,6 @@ const info = {
|
|
|
245
237
|
tx_page: 'https://staking-explorer.com/transaction.php?chain=sge&tx=${txHash}',
|
|
246
238
|
account_page: 'https://staking-explorer.com/account.php?chain=sge&addr=${accountAddress}'
|
|
247
239
|
},
|
|
248
|
-
{
|
|
249
|
-
kind: 'Safe Block',
|
|
250
|
-
url: 'https://explorer.safeblock.space/sge',
|
|
251
|
-
tx_page: 'https://explorer.safeblock.space/sge/tx/${txHash}',
|
|
252
|
-
account_page: 'https://explorer.safeblock.space/sge/account/${accountAddress}'
|
|
253
|
-
},
|
|
254
240
|
{
|
|
255
241
|
kind: 'KonsorTech',
|
|
256
242
|
url: 'https://explorer.konsortech.xyz/sge',
|