chain-registry 1.69.191 → 1.69.192
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/babylon/assets.js +31 -0
- package/esm/mainnet/bitsong/chain.js +0 -18
- package/esm/mainnet/chains.js +2 -0
- 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/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/noncosmos/assets.js +0 -2
- package/esm/noncosmos/named.js +0 -1
- package/mainnet/assets.js +2 -0
- package/mainnet/babylon/assets.js +31 -0
- package/mainnet/bitsong/chain.js +0 -18
- package/mainnet/chains.js +2 -0
- 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/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/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,
|
|
@@ -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
|
};
|
|
@@ -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,
|
|
@@ -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';
|
|
@@ -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',
|
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,
|
|
@@ -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/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,
|
|
@@ -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/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',
|
package/mainnet/realio/chain.js
CHANGED
|
@@ -90,10 +90,6 @@ const info = {
|
|
|
90
90
|
address: 'https://api-realio.sr20de.xyz',
|
|
91
91
|
provider: 'Sr20de'
|
|
92
92
|
},
|
|
93
|
-
{
|
|
94
|
-
address: 'https://rpc.realio.safeblock.space',
|
|
95
|
-
provider: 'Safe Block'
|
|
96
|
-
},
|
|
97
93
|
{
|
|
98
94
|
address: 'https://realio.declab.pro:26622',
|
|
99
95
|
provider: 'Decloud Nodes Lab'
|
|
@@ -144,10 +140,6 @@ const info = {
|
|
|
144
140
|
address: 'https://rpc-realio.sr20de.xyz',
|
|
145
141
|
provider: 'Sr20de'
|
|
146
142
|
},
|
|
147
|
-
{
|
|
148
|
-
address: 'https://api.realio.safeblock.space',
|
|
149
|
-
provider: 'Safe Block'
|
|
150
|
-
},
|
|
151
143
|
{
|
|
152
144
|
address: 'https://realio.declab.pro:443',
|
|
153
145
|
provider: 'Decloud Nodes Lab'
|
|
@@ -194,10 +186,6 @@ const info = {
|
|
|
194
186
|
address: 'https://grpc-realio.sr20de.xyz',
|
|
195
187
|
provider: 'Sr20de'
|
|
196
188
|
},
|
|
197
|
-
{
|
|
198
|
-
address: 'grpc.realio.safeblock.space:9090',
|
|
199
|
-
provider: 'Safe Block'
|
|
200
|
-
},
|
|
201
189
|
{
|
|
202
190
|
address: 'realio.grpc.skynodejs.net',
|
|
203
191
|
provider: 'skynodejs'
|
|
@@ -228,10 +216,6 @@ const info = {
|
|
|
228
216
|
address: 'https://evm-realio.sr20de.xyz',
|
|
229
217
|
provider: 'Sr20de'
|
|
230
218
|
},
|
|
231
|
-
{
|
|
232
|
-
address: 'https://evm.realio.safeblock.space',
|
|
233
|
-
provider: 'Safe Block'
|
|
234
|
-
},
|
|
235
219
|
{
|
|
236
220
|
address: 'https://realio-jsonrpc.noders.services',
|
|
237
221
|
provider: '[NODERS]TEAM'
|
|
@@ -267,12 +251,6 @@ const info = {
|
|
|
267
251
|
tx_page: 'https://explorer.tcnetwork.io/realio/transaction/${txHash}',
|
|
268
252
|
account_page: 'https://explorer.tcnetwork.io/realio/account/${accountAddress}'
|
|
269
253
|
},
|
|
270
|
-
{
|
|
271
|
-
kind: 'Safe Block',
|
|
272
|
-
url: 'https://explorer.safeblock.space/realio',
|
|
273
|
-
tx_page: 'https://explorer.safeblock.space/realio/tx/${txHash}',
|
|
274
|
-
account_page: 'https://explorer.safeblock.space/realio/account/${accountAddress}'
|
|
275
|
-
},
|
|
276
254
|
{
|
|
277
255
|
kind: 'Decloud Nodes Lab',
|
|
278
256
|
url: 'https://explorer.declab.pro/realio',
|
|
@@ -117,6 +117,10 @@ const info = {
|
|
|
117
117
|
{
|
|
118
118
|
address: 'https://sentinel-rpc.ibs.team:443',
|
|
119
119
|
provider: 'Inter Blockchain Services'
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
address: 'https://sentinel.rpc.quasarstaking.ai:443',
|
|
123
|
+
provider: 'Quasar'
|
|
120
124
|
}
|
|
121
125
|
],
|
|
122
126
|
rest: [
|
|
@@ -187,6 +191,10 @@ const info = {
|
|
|
187
191
|
{
|
|
188
192
|
address: 'https://sentinel-api.ibs.team:443',
|
|
189
193
|
provider: 'Inter Blockchain Services'
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
address: 'https://sentinel.api.quasarstaking.ai:443',
|
|
197
|
+
provider: 'Quasar'
|
|
190
198
|
}
|
|
191
199
|
],
|
|
192
200
|
grpc: [
|
|
@@ -241,6 +249,10 @@ const info = {
|
|
|
241
249
|
{
|
|
242
250
|
address: 'https://grpc.noncompliant.network:9090',
|
|
243
251
|
provider: 'Noncompliant Network (Insecure)'
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
address: 'sentinel.grpc.quasarstaking.ai:80',
|
|
255
|
+
provider: 'Quasar'
|
|
244
256
|
}
|
|
245
257
|
]
|
|
246
258
|
},
|
package/mainnet/sge/chain.js
CHANGED
|
@@ -95,10 +95,6 @@ const info = {
|
|
|
95
95
|
address: 'https://sge-rpc.sr20de.xyz',
|
|
96
96
|
provider: 'Sr20de'
|
|
97
97
|
},
|
|
98
|
-
{
|
|
99
|
-
address: 'https://rpc.sge.safeblock.space',
|
|
100
|
-
provider: 'Safe Block'
|
|
101
|
-
},
|
|
102
98
|
{
|
|
103
99
|
address: 'https://mainnet-sge-rpc.konsortech.xyz',
|
|
104
100
|
provider: 'KonsorTech'
|
|
@@ -149,10 +145,6 @@ const info = {
|
|
|
149
145
|
address: 'https://sge-api.sr20de.xyz',
|
|
150
146
|
provider: 'Sr20de'
|
|
151
147
|
},
|
|
152
|
-
{
|
|
153
|
-
address: 'https://api.sge.safeblock.space',
|
|
154
|
-
provider: 'Safe Block'
|
|
155
|
-
},
|
|
156
148
|
{
|
|
157
149
|
address: 'https://mainnet-sge-api.konsortech.xyz',
|
|
158
150
|
provider: 'KonsorTech'
|
|
@@ -247,12 +239,6 @@ const info = {
|
|
|
247
239
|
tx_page: 'https://staking-explorer.com/transaction.php?chain=sge&tx=${txHash}',
|
|
248
240
|
account_page: 'https://staking-explorer.com/account.php?chain=sge&addr=${accountAddress}'
|
|
249
241
|
},
|
|
250
|
-
{
|
|
251
|
-
kind: 'Safe Block',
|
|
252
|
-
url: 'https://explorer.safeblock.space/sge',
|
|
253
|
-
tx_page: 'https://explorer.safeblock.space/sge/tx/${txHash}',
|
|
254
|
-
account_page: 'https://explorer.safeblock.space/sge/account/${accountAddress}'
|
|
255
|
-
},
|
|
256
242
|
{
|
|
257
243
|
kind: 'KonsorTech',
|
|
258
244
|
url: 'https://explorer.konsortech.xyz/sge',
|
package/noncosmos/assets.js
CHANGED
|
@@ -58,7 +58,6 @@ const _xrpl = __importStar(require("./xrpl"));
|
|
|
58
58
|
const _zilliqa = __importStar(require("./zilliqa"));
|
|
59
59
|
const _berachain = __importStar(require("./berachain"));
|
|
60
60
|
const _hall = __importStar(require("./hall"));
|
|
61
|
-
const _initia = __importStar(require("./initia"));
|
|
62
61
|
const _namada = __importStar(require("./namada"));
|
|
63
62
|
const _avalanchetestnet = __importStar(require("./avalanchetestnet"));
|
|
64
63
|
const _binancesmartchaintestnet = __importStar(require("./binancesmartchaintestnet"));
|
|
@@ -110,7 +109,6 @@ const assets = [
|
|
|
110
109
|
_zilliqa.assets,
|
|
111
110
|
_berachain.assets,
|
|
112
111
|
_hall.assets,
|
|
113
|
-
_initia.assets,
|
|
114
112
|
_namada.assets,
|
|
115
113
|
_avalanchetestnet.assets,
|
|
116
114
|
_binancesmartchaintestnet.assets,
|
package/noncosmos/named.d.ts
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/noncosmos/named.js
CHANGED
|
@@ -23,8 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.solanatestnet = exports.polygontestnet = exports.polkadottestnet = exports.moonbeamtestnet = exports.litecointestnet = exports.fantomtestnet = exports.ethereumtestnet = exports.dogecointestnet = exports.bitcointestnet = exports.bitcoincashtestnet = exports.binancesmartchaintestnet = exports.avalanchetestnet = exports.cosmoshubicstestnet = exports.namada = exports.
|
|
27
|
-
exports.ojotestnet =
|
|
26
|
+
exports.tontestnet = exports.solanatestnet = exports.polygontestnet = exports.polkadottestnet = exports.moonbeamtestnet = exports.litecointestnet = exports.fantomtestnet = exports.ethereumtestnet = exports.dogecointestnet = exports.bitcointestnet = exports.bitcoincashtestnet = exports.binancesmartchaintestnet = exports.avalanchetestnet = exports.cosmoshubicstestnet = exports.namada = exports.hall = exports.berachain = exports.zilliqa = exports.xrpl = exports.tinkernet = exports.sui = exports.stellar = exports.statemine = exports.polygon = exports.polkadot = exports.optimism = exports.neo = exports.movement = exports.moonbeam = exports.mantle = exports.litecoin = exports.kusama = exports.internetcomputer = exports.forex = exports.filecoin = exports.fantom = exports.dogecoin = exports.comex = exports.bitcoincash = exports.bitcoin = exports.binancesmartchain = exports.base = exports.avalanche = exports.avail = exports.arbitrum = exports.aptos = exports._0l = exports.penumbra = exports.composablepolkadot = exports.picasso = void 0;
|
|
27
|
+
exports.ojotestnet = void 0;
|
|
28
28
|
exports.picasso = __importStar(require("./picasso"));
|
|
29
29
|
exports.composablepolkadot = __importStar(require("./composablepolkadot"));
|
|
30
30
|
exports.penumbra = __importStar(require("./penumbra"));
|
|
@@ -60,7 +60,6 @@ exports.xrpl = __importStar(require("./xrpl"));
|
|
|
60
60
|
exports.zilliqa = __importStar(require("./zilliqa"));
|
|
61
61
|
exports.berachain = __importStar(require("./berachain"));
|
|
62
62
|
exports.hall = __importStar(require("./hall"));
|
|
63
|
-
exports.initia = __importStar(require("./initia"));
|
|
64
63
|
exports.namada = __importStar(require("./namada"));
|
|
65
64
|
exports.cosmoshubicstestnet = __importStar(require("./cosmoshubicstestnet"));
|
|
66
65
|
exports.avalanchetestnet = __importStar(require("./avalanchetestnet"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.192",
|
|
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,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.121",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.121"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "49a08f26ebd4fba8c25b26c18804e17a864c1868"
|
|
47
47
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const assets: import("@chain-registry/types").AssetList;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|