chain-registry 1.69.320 → 1.69.321
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/chains.js +2 -0
- package/esm/mainnet/cosmoshub/ibc.js +43 -0
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/injective/assets.js +24 -0
- package/esm/mainnet/intento/assets.js +28 -0
- package/esm/mainnet/intento/chain.js +62 -0
- package/esm/mainnet/intento/ibc.js +72 -0
- package/esm/mainnet/intento/index.js +6 -0
- package/esm/mainnet/named.js +1 -0
- package/esm/mainnet/noble/ibc.js +6 -6
- package/esm/mainnet/osmosis/ibc.js +29 -0
- package/esm/mainnet/saga/ibc.js +6 -6
- package/esm/mainnet/sunrise/chain.js +22 -0
- package/esm/mainnet/thorchain/assets.js +1 -0
- package/esm/noncosmos/binancesmartchain/assets.js +22 -0
- package/mainnet/assets.js +2 -0
- package/mainnet/babylon/assets.js +31 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/cosmoshub/ibc.js +43 -0
- package/mainnet/ibc.js +2 -0
- package/mainnet/injective/assets.js +24 -0
- package/mainnet/intento/assets.d.ts +3 -0
- package/mainnet/intento/assets.js +30 -0
- package/mainnet/intento/chain.d.ts +3 -0
- package/mainnet/intento/chain.js +64 -0
- package/mainnet/intento/ibc.d.ts +3 -0
- package/mainnet/intento/ibc.js +74 -0
- package/mainnet/intento/index.d.ts +3 -0
- package/mainnet/intento/index.js +12 -0
- package/mainnet/named.d.ts +1 -0
- package/mainnet/named.js +5 -4
- package/mainnet/noble/ibc.js +6 -6
- package/mainnet/osmosis/ibc.js +29 -0
- package/mainnet/saga/ibc.js +6 -6
- package/mainnet/sunrise/chain.js +22 -0
- package/mainnet/thorchain/assets.js +1 -0
- package/noncosmos/binancesmartchain/assets.js +22 -0
- package/package.json +3 -3
package/esm/mainnet/assets.js
CHANGED
|
@@ -89,6 +89,7 @@ import * as _imversed from './imversed';
|
|
|
89
89
|
import * as _initia from './initia';
|
|
90
90
|
import * as _injective from './injective';
|
|
91
91
|
import * as _int3face from './int3face';
|
|
92
|
+
import * as _intento from './intento';
|
|
92
93
|
import * as _irisnet from './irisnet';
|
|
93
94
|
import * as _jackal from './jackal';
|
|
94
95
|
import * as _joltify from './joltify';
|
|
@@ -301,6 +302,7 @@ const assets = [
|
|
|
301
302
|
_initia.assets,
|
|
302
303
|
_injective.assets,
|
|
303
304
|
_int3face.assets,
|
|
305
|
+
_intento.assets,
|
|
304
306
|
_irisnet.assets,
|
|
305
307
|
_jackal.assets,
|
|
306
308
|
_joltify.assets,
|
|
@@ -937,6 +937,37 @@ const info = {
|
|
|
937
937
|
}
|
|
938
938
|
}]
|
|
939
939
|
},
|
|
940
|
+
{
|
|
941
|
+
denom_units: [{
|
|
942
|
+
denom: 'cw20:bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n',
|
|
943
|
+
exponent: 0
|
|
944
|
+
}, {
|
|
945
|
+
denom: 'CoBTC',
|
|
946
|
+
exponent: 8
|
|
947
|
+
}],
|
|
948
|
+
base: 'cw20:bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n',
|
|
949
|
+
address: 'bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n',
|
|
950
|
+
name: 'Coffer Bitcoin',
|
|
951
|
+
display: 'CoBTC',
|
|
952
|
+
symbol: 'CoBTC',
|
|
953
|
+
logo_URIs: {
|
|
954
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
|
|
955
|
+
},
|
|
956
|
+
type_asset: 'cw20',
|
|
957
|
+
traces: [{
|
|
958
|
+
type: 'ibc-bridge',
|
|
959
|
+
provider: 'Union',
|
|
960
|
+
counterparty: {
|
|
961
|
+
chain_name: 'binancesmartchain',
|
|
962
|
+
base_denom: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
|
|
963
|
+
channel_id: '1'
|
|
964
|
+
},
|
|
965
|
+
chain: {
|
|
966
|
+
channel_id: '5',
|
|
967
|
+
path: '0'
|
|
968
|
+
}
|
|
969
|
+
}]
|
|
970
|
+
},
|
|
940
971
|
{
|
|
941
972
|
description: 'MilkyWay\'s liquid staked BABY',
|
|
942
973
|
denom_units: [{
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -89,6 +89,7 @@ import * as _imversed from './imversed';
|
|
|
89
89
|
import * as _initia from './initia';
|
|
90
90
|
import * as _injective from './injective';
|
|
91
91
|
import * as _int3face from './int3face';
|
|
92
|
+
import * as _intento from './intento';
|
|
92
93
|
import * as _irisnet from './irisnet';
|
|
93
94
|
import * as _jackal from './jackal';
|
|
94
95
|
import * as _joltify from './joltify';
|
|
@@ -301,6 +302,7 @@ const chains = [
|
|
|
301
302
|
_initia.chain,
|
|
302
303
|
_injective.chain,
|
|
303
304
|
_int3face.chain,
|
|
305
|
+
_intento.chain,
|
|
304
306
|
_irisnet.chain,
|
|
305
307
|
_jackal.chain,
|
|
306
308
|
_joltify.chain,
|
|
@@ -902,6 +902,49 @@ const info = [
|
|
|
902
902
|
}
|
|
903
903
|
}]
|
|
904
904
|
},
|
|
905
|
+
{
|
|
906
|
+
$schema: '../ibc_data.schema.json',
|
|
907
|
+
chain_1: {
|
|
908
|
+
chain_name: 'cosmoshub',
|
|
909
|
+
client_id: '07-tendermint-1436',
|
|
910
|
+
connection_id: 'connection-1175'
|
|
911
|
+
},
|
|
912
|
+
chain_2: {
|
|
913
|
+
chain_name: 'intento',
|
|
914
|
+
client_id: '07-tendermint-0',
|
|
915
|
+
connection_id: 'connection-0'
|
|
916
|
+
},
|
|
917
|
+
channels: [{
|
|
918
|
+
chain_1: {
|
|
919
|
+
channel_id: 'channel-1489',
|
|
920
|
+
port_id: 'provider'
|
|
921
|
+
},
|
|
922
|
+
chain_2: {
|
|
923
|
+
channel_id: 'channel-0',
|
|
924
|
+
port_id: 'consumer'
|
|
925
|
+
},
|
|
926
|
+
ordering: 'ordered',
|
|
927
|
+
version: 'ics20-1',
|
|
928
|
+
tags: {
|
|
929
|
+
status: 'live'
|
|
930
|
+
}
|
|
931
|
+
}, {
|
|
932
|
+
chain_1: {
|
|
933
|
+
channel_id: 'channel-1492',
|
|
934
|
+
port_id: 'transfer'
|
|
935
|
+
},
|
|
936
|
+
chain_2: {
|
|
937
|
+
channel_id: 'channel-1',
|
|
938
|
+
port_id: 'transfer'
|
|
939
|
+
},
|
|
940
|
+
ordering: 'unordered',
|
|
941
|
+
version: 'ics20-1',
|
|
942
|
+
tags: {
|
|
943
|
+
status: 'live',
|
|
944
|
+
preferred: true
|
|
945
|
+
}
|
|
946
|
+
}]
|
|
947
|
+
},
|
|
905
948
|
{
|
|
906
949
|
$schema: '../ibc_data.schema.json',
|
|
907
950
|
chain_1: {
|
package/esm/mainnet/ibc.js
CHANGED
|
@@ -68,6 +68,7 @@ import * as _imversed from './imversed';
|
|
|
68
68
|
import * as _initia from './initia';
|
|
69
69
|
import * as _injective from './injective';
|
|
70
70
|
import * as _int3face from './int3face';
|
|
71
|
+
import * as _intento from './intento';
|
|
71
72
|
import * as _irisnet from './irisnet';
|
|
72
73
|
import * as _jackal from './jackal';
|
|
73
74
|
import * as _joltify from './joltify';
|
|
@@ -234,6 +235,7 @@ const ibc = [
|
|
|
234
235
|
..._initia.ibc,
|
|
235
236
|
..._injective.ibc,
|
|
236
237
|
..._int3face.ibc,
|
|
238
|
+
..._intento.ibc,
|
|
237
239
|
..._irisnet.ibc,
|
|
238
240
|
..._jackal.ibc,
|
|
239
241
|
..._joltify.ibc,
|
|
@@ -214,6 +214,30 @@ const info = {
|
|
|
214
214
|
},
|
|
215
215
|
type_asset: 'sdk.coin'
|
|
216
216
|
},
|
|
217
|
+
{
|
|
218
|
+
description: 'RWA Commercial fishing operation',
|
|
219
|
+
denom_units: [{
|
|
220
|
+
denom: 'factory/inj1jdt04erw6jdmh6c939u87kldf3mvvmkedsjp3w/OYCI',
|
|
221
|
+
exponent: 0
|
|
222
|
+
}, {
|
|
223
|
+
denom: 'OYCI',
|
|
224
|
+
exponent: 6
|
|
225
|
+
}],
|
|
226
|
+
base: 'factory/inj1jdt04erw6jdmh6c939u87kldf3mvvmkedsjp3w/OYCI',
|
|
227
|
+
name: 'Oyster Cage Initiative',
|
|
228
|
+
display: 'OYCI',
|
|
229
|
+
symbol: 'OYCI',
|
|
230
|
+
logo_URIs: {
|
|
231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/oyci.png'
|
|
232
|
+
},
|
|
233
|
+
images: [{
|
|
234
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/oyci.png',
|
|
235
|
+
theme: {
|
|
236
|
+
circle: true
|
|
237
|
+
}
|
|
238
|
+
}],
|
|
239
|
+
type_asset: 'sdk.coin'
|
|
240
|
+
},
|
|
217
241
|
{
|
|
218
242
|
description: 'The $WGMI Token - We Gonna Make It. Are you ready?',
|
|
219
243
|
denom_units: [{
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chain_name: 'intento',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The native token of INTENTO',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'uinto',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'into',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
base: 'uinto',
|
|
14
|
+
name: 'Intento',
|
|
15
|
+
display: 'into',
|
|
16
|
+
symbol: 'INTO',
|
|
17
|
+
logo_URIs: {
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
20
|
+
},
|
|
21
|
+
images: [{
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
24
|
+
}],
|
|
25
|
+
type_asset: 'sdk.coin'
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
export default info;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chain_name: 'intento',
|
|
4
|
+
status: 'live',
|
|
5
|
+
network_type: 'mainnet',
|
|
6
|
+
pretty_name: 'Intento',
|
|
7
|
+
chain_type: 'cosmos',
|
|
8
|
+
chain_id: 'intento-1',
|
|
9
|
+
bech32_prefix: 'into',
|
|
10
|
+
daemon_name: 'intentod',
|
|
11
|
+
node_home: '$HOME/.intento',
|
|
12
|
+
key_algos: ['secp256k1'],
|
|
13
|
+
slip44: 118,
|
|
14
|
+
fees: {
|
|
15
|
+
fee_tokens: [{
|
|
16
|
+
denom: 'uinto',
|
|
17
|
+
fixed_min_gas_price: 0
|
|
18
|
+
}]
|
|
19
|
+
},
|
|
20
|
+
staking: {
|
|
21
|
+
staking_tokens: [{
|
|
22
|
+
denom: 'uinto'
|
|
23
|
+
}]
|
|
24
|
+
},
|
|
25
|
+
codebase: {
|
|
26
|
+
git_repo: 'https://github.com/trstlabs/intento',
|
|
27
|
+
recommended_version: 'v1.0.1',
|
|
28
|
+
compatible_versions: ['v1.0.1'],
|
|
29
|
+
consensus: {
|
|
30
|
+
type: 'cometbft',
|
|
31
|
+
version: 'v0.38.17'
|
|
32
|
+
},
|
|
33
|
+
genesis: {
|
|
34
|
+
genesis_url: 'https://raw.githubusercontent.com/trstlabs/networks/refs/heads/main/mainnet/intento-1/genesis.json'
|
|
35
|
+
},
|
|
36
|
+
sdk: {
|
|
37
|
+
type: 'cosmos',
|
|
38
|
+
version: '0.50.14'
|
|
39
|
+
},
|
|
40
|
+
ibc: {
|
|
41
|
+
type: 'go',
|
|
42
|
+
version: 'v8.7.0'
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
apis: {
|
|
46
|
+
rpc: [{
|
|
47
|
+
address: 'https://rpc-mainnet.intento.zone',
|
|
48
|
+
provider: 'Intento'
|
|
49
|
+
}],
|
|
50
|
+
rest: [{
|
|
51
|
+
address: 'https://lcd-mainnet.intento.zone',
|
|
52
|
+
provider: 'Intento'
|
|
53
|
+
}],
|
|
54
|
+
grpc: []
|
|
55
|
+
},
|
|
56
|
+
explorers: [{
|
|
57
|
+
kind: 'PingPub',
|
|
58
|
+
url: 'https://explorer.intento.zone',
|
|
59
|
+
tx_page: 'https://explorer.intento.zone/intento-mainnet/tx/${txHash}'
|
|
60
|
+
}]
|
|
61
|
+
};
|
|
62
|
+
export default info;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'cosmoshub',
|
|
5
|
+
client_id: '07-tendermint-1436',
|
|
6
|
+
connection_id: 'connection-1175'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'intento',
|
|
10
|
+
client_id: '07-tendermint-0',
|
|
11
|
+
connection_id: 'connection-0'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channel-1489',
|
|
16
|
+
port_id: 'provider'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-0',
|
|
20
|
+
port_id: 'consumer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'ordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live'
|
|
26
|
+
}
|
|
27
|
+
}, {
|
|
28
|
+
chain_1: {
|
|
29
|
+
channel_id: 'channel-1492',
|
|
30
|
+
port_id: 'transfer'
|
|
31
|
+
},
|
|
32
|
+
chain_2: {
|
|
33
|
+
channel_id: 'channel-1',
|
|
34
|
+
port_id: 'transfer'
|
|
35
|
+
},
|
|
36
|
+
ordering: 'unordered',
|
|
37
|
+
version: 'ics20-1',
|
|
38
|
+
tags: {
|
|
39
|
+
status: 'live',
|
|
40
|
+
preferred: true
|
|
41
|
+
}
|
|
42
|
+
}]
|
|
43
|
+
}, {
|
|
44
|
+
$schema: '../ibc_data.schema.json',
|
|
45
|
+
chain_1: {
|
|
46
|
+
chain_name: 'intento',
|
|
47
|
+
client_id: '07-tendermint-1',
|
|
48
|
+
connection_id: 'connection-1'
|
|
49
|
+
},
|
|
50
|
+
chain_2: {
|
|
51
|
+
chain_name: 'osmosis',
|
|
52
|
+
client_id: '07-tendermint-3549',
|
|
53
|
+
connection_id: 'connection-10824'
|
|
54
|
+
},
|
|
55
|
+
channels: [{
|
|
56
|
+
chain_1: {
|
|
57
|
+
channel_id: 'channel-3',
|
|
58
|
+
port_id: 'transfer'
|
|
59
|
+
},
|
|
60
|
+
chain_2: {
|
|
61
|
+
channel_id: 'channel-106076',
|
|
62
|
+
port_id: 'transfer'
|
|
63
|
+
},
|
|
64
|
+
ordering: 'unordered',
|
|
65
|
+
version: 'ics20-1',
|
|
66
|
+
tags: {
|
|
67
|
+
status: 'live',
|
|
68
|
+
preferred: true
|
|
69
|
+
}
|
|
70
|
+
}]
|
|
71
|
+
}];
|
|
72
|
+
export default info;
|
package/esm/mainnet/named.js
CHANGED
|
@@ -89,6 +89,7 @@ export * as imversed from './imversed';
|
|
|
89
89
|
export * as initia from './initia';
|
|
90
90
|
export * as injective from './injective';
|
|
91
91
|
export * as int3face from './int3face';
|
|
92
|
+
export * as intento from './intento';
|
|
92
93
|
export * as irisnet from './irisnet';
|
|
93
94
|
export * as jackal from './jackal';
|
|
94
95
|
export * as joltify from './joltify';
|
package/esm/mainnet/noble/ibc.js
CHANGED
|
@@ -1216,21 +1216,21 @@ const info = [
|
|
|
1216
1216
|
$schema: '../ibc_data.schema.json',
|
|
1217
1217
|
chain_1: {
|
|
1218
1218
|
chain_name: 'noble',
|
|
1219
|
-
client_id: '07-tendermint-
|
|
1220
|
-
connection_id: 'connection-
|
|
1219
|
+
client_id: '07-tendermint-181',
|
|
1220
|
+
connection_id: 'connection-175'
|
|
1221
1221
|
},
|
|
1222
1222
|
chain_2: {
|
|
1223
1223
|
chain_name: 'saga',
|
|
1224
|
-
client_id: '07-tendermint-
|
|
1225
|
-
connection_id: 'connection-
|
|
1224
|
+
client_id: '07-tendermint-28',
|
|
1225
|
+
connection_id: 'connection-23'
|
|
1226
1226
|
},
|
|
1227
1227
|
channels: [{
|
|
1228
1228
|
chain_1: {
|
|
1229
|
-
channel_id: 'channel-
|
|
1229
|
+
channel_id: 'channel-169',
|
|
1230
1230
|
port_id: 'transfer'
|
|
1231
1231
|
},
|
|
1232
1232
|
chain_2: {
|
|
1233
|
-
channel_id: 'channel-
|
|
1233
|
+
channel_id: 'channel-37',
|
|
1234
1234
|
port_id: 'transfer'
|
|
1235
1235
|
},
|
|
1236
1236
|
ordering: 'unordered',
|
|
@@ -2141,6 +2141,35 @@ const info = [
|
|
|
2141
2141
|
}
|
|
2142
2142
|
}]
|
|
2143
2143
|
},
|
|
2144
|
+
{
|
|
2145
|
+
$schema: '../ibc_data.schema.json',
|
|
2146
|
+
chain_1: {
|
|
2147
|
+
chain_name: 'intento',
|
|
2148
|
+
client_id: '07-tendermint-1',
|
|
2149
|
+
connection_id: 'connection-1'
|
|
2150
|
+
},
|
|
2151
|
+
chain_2: {
|
|
2152
|
+
chain_name: 'osmosis',
|
|
2153
|
+
client_id: '07-tendermint-3549',
|
|
2154
|
+
connection_id: 'connection-10824'
|
|
2155
|
+
},
|
|
2156
|
+
channels: [{
|
|
2157
|
+
chain_1: {
|
|
2158
|
+
channel_id: 'channel-3',
|
|
2159
|
+
port_id: 'transfer'
|
|
2160
|
+
},
|
|
2161
|
+
chain_2: {
|
|
2162
|
+
channel_id: 'channel-106076',
|
|
2163
|
+
port_id: 'transfer'
|
|
2164
|
+
},
|
|
2165
|
+
ordering: 'unordered',
|
|
2166
|
+
version: 'ics20-1',
|
|
2167
|
+
tags: {
|
|
2168
|
+
status: 'live',
|
|
2169
|
+
preferred: true
|
|
2170
|
+
}
|
|
2171
|
+
}]
|
|
2172
|
+
},
|
|
2144
2173
|
{
|
|
2145
2174
|
$schema: '../ibc_data.schema.json',
|
|
2146
2175
|
chain_1: {
|
package/esm/mainnet/saga/ibc.js
CHANGED
|
@@ -90,21 +90,21 @@ const info = [
|
|
|
90
90
|
$schema: '../ibc_data.schema.json',
|
|
91
91
|
chain_1: {
|
|
92
92
|
chain_name: 'noble',
|
|
93
|
-
client_id: '07-tendermint-
|
|
94
|
-
connection_id: 'connection-
|
|
93
|
+
client_id: '07-tendermint-181',
|
|
94
|
+
connection_id: 'connection-175'
|
|
95
95
|
},
|
|
96
96
|
chain_2: {
|
|
97
97
|
chain_name: 'saga',
|
|
98
|
-
client_id: '07-tendermint-
|
|
99
|
-
connection_id: 'connection-
|
|
98
|
+
client_id: '07-tendermint-28',
|
|
99
|
+
connection_id: 'connection-23'
|
|
100
100
|
},
|
|
101
101
|
channels: [{
|
|
102
102
|
chain_1: {
|
|
103
|
-
channel_id: 'channel-
|
|
103
|
+
channel_id: 'channel-169',
|
|
104
104
|
port_id: 'transfer'
|
|
105
105
|
},
|
|
106
106
|
chain_2: {
|
|
107
|
-
channel_id: 'channel-
|
|
107
|
+
channel_id: 'channel-37',
|
|
108
108
|
port_id: 'transfer'
|
|
109
109
|
},
|
|
110
110
|
ordering: 'unordered',
|
|
@@ -74,6 +74,14 @@ const info = {
|
|
|
74
74
|
{
|
|
75
75
|
address: 'https://rpc.sunrise.nodestake.org',
|
|
76
76
|
provider: 'NodeStake'
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
address: 'https://sunrise-rpc.krews.xyz',
|
|
80
|
+
provider: 'Krews'
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
address: 'https://sunrise-rpc-2.krews.xyz',
|
|
84
|
+
provider: 'Krews'
|
|
77
85
|
}
|
|
78
86
|
],
|
|
79
87
|
rest: [
|
|
@@ -96,6 +104,14 @@ const info = {
|
|
|
96
104
|
{
|
|
97
105
|
address: 'https://api.sunrise.nodestake.org',
|
|
98
106
|
provider: 'NodeStake'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
address: 'https://sunrise-api.krews.xyz',
|
|
110
|
+
provider: 'Krews'
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
address: 'https://sunrise-api-2.krews.xyz',
|
|
114
|
+
provider: 'Krews'
|
|
99
115
|
}
|
|
100
116
|
],
|
|
101
117
|
grpc: [
|
|
@@ -142,6 +158,12 @@ const info = {
|
|
|
142
158
|
url: 'https://explorer.nodestake.org/sunrise',
|
|
143
159
|
tx_page: 'https://explorer.nodestake.org/sunrise/tx/${txHash}',
|
|
144
160
|
account_page: 'https://explorer.nodestake.org/sunrise/account/${accountAddress}'
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
kind: 'Krews',
|
|
164
|
+
url: 'https://risescan.krews.xyz',
|
|
165
|
+
tx_page: 'https://risescan.krews.xyz/sunrise/tx/${txHash}',
|
|
166
|
+
account_page: 'https://risescan.krews.xyz/sunrise/account/${accountAddress}'
|
|
145
167
|
}
|
|
146
168
|
],
|
|
147
169
|
images: [{
|
|
@@ -205,6 +205,28 @@ const info = {
|
|
|
205
205
|
circle: true
|
|
206
206
|
}
|
|
207
207
|
}]
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
description: 'The first non-custodial Bitcoin product designed for DeFi',
|
|
211
|
+
denom_units: [{
|
|
212
|
+
denom: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
|
|
213
|
+
exponent: 0
|
|
214
|
+
}, {
|
|
215
|
+
denom: 'CoBTC',
|
|
216
|
+
exponent: 8
|
|
217
|
+
}],
|
|
218
|
+
type_asset: 'erc20',
|
|
219
|
+
address: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
|
|
220
|
+
base: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
|
|
221
|
+
name: 'Coffer Bitcoin',
|
|
222
|
+
display: 'CoBTC',
|
|
223
|
+
symbol: 'CoBTC',
|
|
224
|
+
logo_URIs: {
|
|
225
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
|
|
226
|
+
},
|
|
227
|
+
images: [{
|
|
228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
|
|
229
|
+
}]
|
|
208
230
|
}
|
|
209
231
|
]
|
|
210
232
|
};
|
package/mainnet/assets.js
CHANGED
|
@@ -114,6 +114,7 @@ const _imversed = __importStar(require("./imversed"));
|
|
|
114
114
|
const _initia = __importStar(require("./initia"));
|
|
115
115
|
const _injective = __importStar(require("./injective"));
|
|
116
116
|
const _int3face = __importStar(require("./int3face"));
|
|
117
|
+
const _intento = __importStar(require("./intento"));
|
|
117
118
|
const _irisnet = __importStar(require("./irisnet"));
|
|
118
119
|
const _jackal = __importStar(require("./jackal"));
|
|
119
120
|
const _joltify = __importStar(require("./joltify"));
|
|
@@ -326,6 +327,7 @@ const assets = [
|
|
|
326
327
|
_initia.assets,
|
|
327
328
|
_injective.assets,
|
|
328
329
|
_int3face.assets,
|
|
330
|
+
_intento.assets,
|
|
329
331
|
_irisnet.assets,
|
|
330
332
|
_jackal.assets,
|
|
331
333
|
_joltify.assets,
|
|
@@ -939,6 +939,37 @@ const info = {
|
|
|
939
939
|
}
|
|
940
940
|
}]
|
|
941
941
|
},
|
|
942
|
+
{
|
|
943
|
+
denom_units: [{
|
|
944
|
+
denom: 'cw20:bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n',
|
|
945
|
+
exponent: 0
|
|
946
|
+
}, {
|
|
947
|
+
denom: 'CoBTC',
|
|
948
|
+
exponent: 8
|
|
949
|
+
}],
|
|
950
|
+
base: 'cw20:bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n',
|
|
951
|
+
address: 'bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n',
|
|
952
|
+
name: 'Coffer Bitcoin',
|
|
953
|
+
display: 'CoBTC',
|
|
954
|
+
symbol: 'CoBTC',
|
|
955
|
+
logo_URIs: {
|
|
956
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
|
|
957
|
+
},
|
|
958
|
+
type_asset: 'cw20',
|
|
959
|
+
traces: [{
|
|
960
|
+
type: 'ibc-bridge',
|
|
961
|
+
provider: 'Union',
|
|
962
|
+
counterparty: {
|
|
963
|
+
chain_name: 'binancesmartchain',
|
|
964
|
+
base_denom: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
|
|
965
|
+
channel_id: '1'
|
|
966
|
+
},
|
|
967
|
+
chain: {
|
|
968
|
+
channel_id: '5',
|
|
969
|
+
path: '0'
|
|
970
|
+
}
|
|
971
|
+
}]
|
|
972
|
+
},
|
|
942
973
|
{
|
|
943
974
|
description: 'MilkyWay\'s liquid staked BABY',
|
|
944
975
|
denom_units: [{
|
package/mainnet/chains.js
CHANGED
|
@@ -114,6 +114,7 @@ const _imversed = __importStar(require("./imversed"));
|
|
|
114
114
|
const _initia = __importStar(require("./initia"));
|
|
115
115
|
const _injective = __importStar(require("./injective"));
|
|
116
116
|
const _int3face = __importStar(require("./int3face"));
|
|
117
|
+
const _intento = __importStar(require("./intento"));
|
|
117
118
|
const _irisnet = __importStar(require("./irisnet"));
|
|
118
119
|
const _jackal = __importStar(require("./jackal"));
|
|
119
120
|
const _joltify = __importStar(require("./joltify"));
|
|
@@ -326,6 +327,7 @@ const chains = [
|
|
|
326
327
|
_initia.chain,
|
|
327
328
|
_injective.chain,
|
|
328
329
|
_int3face.chain,
|
|
330
|
+
_intento.chain,
|
|
329
331
|
_irisnet.chain,
|
|
330
332
|
_jackal.chain,
|
|
331
333
|
_joltify.chain,
|
package/mainnet/cosmoshub/ibc.js
CHANGED
|
@@ -904,6 +904,49 @@ const info = [
|
|
|
904
904
|
}
|
|
905
905
|
}]
|
|
906
906
|
},
|
|
907
|
+
{
|
|
908
|
+
$schema: '../ibc_data.schema.json',
|
|
909
|
+
chain_1: {
|
|
910
|
+
chain_name: 'cosmoshub',
|
|
911
|
+
client_id: '07-tendermint-1436',
|
|
912
|
+
connection_id: 'connection-1175'
|
|
913
|
+
},
|
|
914
|
+
chain_2: {
|
|
915
|
+
chain_name: 'intento',
|
|
916
|
+
client_id: '07-tendermint-0',
|
|
917
|
+
connection_id: 'connection-0'
|
|
918
|
+
},
|
|
919
|
+
channels: [{
|
|
920
|
+
chain_1: {
|
|
921
|
+
channel_id: 'channel-1489',
|
|
922
|
+
port_id: 'provider'
|
|
923
|
+
},
|
|
924
|
+
chain_2: {
|
|
925
|
+
channel_id: 'channel-0',
|
|
926
|
+
port_id: 'consumer'
|
|
927
|
+
},
|
|
928
|
+
ordering: 'ordered',
|
|
929
|
+
version: 'ics20-1',
|
|
930
|
+
tags: {
|
|
931
|
+
status: 'live'
|
|
932
|
+
}
|
|
933
|
+
}, {
|
|
934
|
+
chain_1: {
|
|
935
|
+
channel_id: 'channel-1492',
|
|
936
|
+
port_id: 'transfer'
|
|
937
|
+
},
|
|
938
|
+
chain_2: {
|
|
939
|
+
channel_id: 'channel-1',
|
|
940
|
+
port_id: 'transfer'
|
|
941
|
+
},
|
|
942
|
+
ordering: 'unordered',
|
|
943
|
+
version: 'ics20-1',
|
|
944
|
+
tags: {
|
|
945
|
+
status: 'live',
|
|
946
|
+
preferred: true
|
|
947
|
+
}
|
|
948
|
+
}]
|
|
949
|
+
},
|
|
907
950
|
{
|
|
908
951
|
$schema: '../ibc_data.schema.json',
|
|
909
952
|
chain_1: {
|
package/mainnet/ibc.js
CHANGED
|
@@ -93,6 +93,7 @@ const _imversed = __importStar(require("./imversed"));
|
|
|
93
93
|
const _initia = __importStar(require("./initia"));
|
|
94
94
|
const _injective = __importStar(require("./injective"));
|
|
95
95
|
const _int3face = __importStar(require("./int3face"));
|
|
96
|
+
const _intento = __importStar(require("./intento"));
|
|
96
97
|
const _irisnet = __importStar(require("./irisnet"));
|
|
97
98
|
const _jackal = __importStar(require("./jackal"));
|
|
98
99
|
const _joltify = __importStar(require("./joltify"));
|
|
@@ -259,6 +260,7 @@ const ibc = [
|
|
|
259
260
|
..._initia.ibc,
|
|
260
261
|
..._injective.ibc,
|
|
261
262
|
..._int3face.ibc,
|
|
263
|
+
..._intento.ibc,
|
|
262
264
|
..._irisnet.ibc,
|
|
263
265
|
..._jackal.ibc,
|
|
264
266
|
..._joltify.ibc,
|
|
@@ -216,6 +216,30 @@ const info = {
|
|
|
216
216
|
},
|
|
217
217
|
type_asset: 'sdk.coin'
|
|
218
218
|
},
|
|
219
|
+
{
|
|
220
|
+
description: 'RWA Commercial fishing operation',
|
|
221
|
+
denom_units: [{
|
|
222
|
+
denom: 'factory/inj1jdt04erw6jdmh6c939u87kldf3mvvmkedsjp3w/OYCI',
|
|
223
|
+
exponent: 0
|
|
224
|
+
}, {
|
|
225
|
+
denom: 'OYCI',
|
|
226
|
+
exponent: 6
|
|
227
|
+
}],
|
|
228
|
+
base: 'factory/inj1jdt04erw6jdmh6c939u87kldf3mvvmkedsjp3w/OYCI',
|
|
229
|
+
name: 'Oyster Cage Initiative',
|
|
230
|
+
display: 'OYCI',
|
|
231
|
+
symbol: 'OYCI',
|
|
232
|
+
logo_URIs: {
|
|
233
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/oyci.png'
|
|
234
|
+
},
|
|
235
|
+
images: [{
|
|
236
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/oyci.png',
|
|
237
|
+
theme: {
|
|
238
|
+
circle: true
|
|
239
|
+
}
|
|
240
|
+
}],
|
|
241
|
+
type_asset: 'sdk.coin'
|
|
242
|
+
},
|
|
219
243
|
{
|
|
220
244
|
description: 'The $WGMI Token - We Gonna Make It. Are you ready?',
|
|
221
245
|
denom_units: [{
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chain_name: 'intento',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The native token of INTENTO',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'uinto',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'into',
|
|
13
|
+
exponent: 6
|
|
14
|
+
}],
|
|
15
|
+
base: 'uinto',
|
|
16
|
+
name: 'Intento',
|
|
17
|
+
display: 'into',
|
|
18
|
+
symbol: 'INTO',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
26
|
+
}],
|
|
27
|
+
type_asset: 'sdk.coin'
|
|
28
|
+
}]
|
|
29
|
+
};
|
|
30
|
+
exports.default = info;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chain_name: 'intento',
|
|
6
|
+
status: 'live',
|
|
7
|
+
network_type: 'mainnet',
|
|
8
|
+
pretty_name: 'Intento',
|
|
9
|
+
chain_type: 'cosmos',
|
|
10
|
+
chain_id: 'intento-1',
|
|
11
|
+
bech32_prefix: 'into',
|
|
12
|
+
daemon_name: 'intentod',
|
|
13
|
+
node_home: '$HOME/.intento',
|
|
14
|
+
key_algos: ['secp256k1'],
|
|
15
|
+
slip44: 118,
|
|
16
|
+
fees: {
|
|
17
|
+
fee_tokens: [{
|
|
18
|
+
denom: 'uinto',
|
|
19
|
+
fixed_min_gas_price: 0
|
|
20
|
+
}]
|
|
21
|
+
},
|
|
22
|
+
staking: {
|
|
23
|
+
staking_tokens: [{
|
|
24
|
+
denom: 'uinto'
|
|
25
|
+
}]
|
|
26
|
+
},
|
|
27
|
+
codebase: {
|
|
28
|
+
git_repo: 'https://github.com/trstlabs/intento',
|
|
29
|
+
recommended_version: 'v1.0.1',
|
|
30
|
+
compatible_versions: ['v1.0.1'],
|
|
31
|
+
consensus: {
|
|
32
|
+
type: 'cometbft',
|
|
33
|
+
version: 'v0.38.17'
|
|
34
|
+
},
|
|
35
|
+
genesis: {
|
|
36
|
+
genesis_url: 'https://raw.githubusercontent.com/trstlabs/networks/refs/heads/main/mainnet/intento-1/genesis.json'
|
|
37
|
+
},
|
|
38
|
+
sdk: {
|
|
39
|
+
type: 'cosmos',
|
|
40
|
+
version: '0.50.14'
|
|
41
|
+
},
|
|
42
|
+
ibc: {
|
|
43
|
+
type: 'go',
|
|
44
|
+
version: 'v8.7.0'
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
apis: {
|
|
48
|
+
rpc: [{
|
|
49
|
+
address: 'https://rpc-mainnet.intento.zone',
|
|
50
|
+
provider: 'Intento'
|
|
51
|
+
}],
|
|
52
|
+
rest: [{
|
|
53
|
+
address: 'https://lcd-mainnet.intento.zone',
|
|
54
|
+
provider: 'Intento'
|
|
55
|
+
}],
|
|
56
|
+
grpc: []
|
|
57
|
+
},
|
|
58
|
+
explorers: [{
|
|
59
|
+
kind: 'PingPub',
|
|
60
|
+
url: 'https://explorer.intento.zone',
|
|
61
|
+
tx_page: 'https://explorer.intento.zone/intento-mainnet/tx/${txHash}'
|
|
62
|
+
}]
|
|
63
|
+
};
|
|
64
|
+
exports.default = info;
|
|
@@ -0,0 +1,74 @@
|
|
|
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: 'cosmoshub',
|
|
7
|
+
client_id: '07-tendermint-1436',
|
|
8
|
+
connection_id: 'connection-1175'
|
|
9
|
+
},
|
|
10
|
+
chain_2: {
|
|
11
|
+
chain_name: 'intento',
|
|
12
|
+
client_id: '07-tendermint-0',
|
|
13
|
+
connection_id: 'connection-0'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain_1: {
|
|
17
|
+
channel_id: 'channel-1489',
|
|
18
|
+
port_id: 'provider'
|
|
19
|
+
},
|
|
20
|
+
chain_2: {
|
|
21
|
+
channel_id: 'channel-0',
|
|
22
|
+
port_id: 'consumer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'ordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live'
|
|
28
|
+
}
|
|
29
|
+
}, {
|
|
30
|
+
chain_1: {
|
|
31
|
+
channel_id: 'channel-1492',
|
|
32
|
+
port_id: 'transfer'
|
|
33
|
+
},
|
|
34
|
+
chain_2: {
|
|
35
|
+
channel_id: 'channel-1',
|
|
36
|
+
port_id: 'transfer'
|
|
37
|
+
},
|
|
38
|
+
ordering: 'unordered',
|
|
39
|
+
version: 'ics20-1',
|
|
40
|
+
tags: {
|
|
41
|
+
status: 'live',
|
|
42
|
+
preferred: true
|
|
43
|
+
}
|
|
44
|
+
}]
|
|
45
|
+
}, {
|
|
46
|
+
$schema: '../ibc_data.schema.json',
|
|
47
|
+
chain_1: {
|
|
48
|
+
chain_name: 'intento',
|
|
49
|
+
client_id: '07-tendermint-1',
|
|
50
|
+
connection_id: 'connection-1'
|
|
51
|
+
},
|
|
52
|
+
chain_2: {
|
|
53
|
+
chain_name: 'osmosis',
|
|
54
|
+
client_id: '07-tendermint-3549',
|
|
55
|
+
connection_id: 'connection-10824'
|
|
56
|
+
},
|
|
57
|
+
channels: [{
|
|
58
|
+
chain_1: {
|
|
59
|
+
channel_id: 'channel-3',
|
|
60
|
+
port_id: 'transfer'
|
|
61
|
+
},
|
|
62
|
+
chain_2: {
|
|
63
|
+
channel_id: 'channel-106076',
|
|
64
|
+
port_id: 'transfer'
|
|
65
|
+
},
|
|
66
|
+
ordering: 'unordered',
|
|
67
|
+
version: 'ics20-1',
|
|
68
|
+
tags: {
|
|
69
|
+
status: 'live',
|
|
70
|
+
preferred: true
|
|
71
|
+
}
|
|
72
|
+
}]
|
|
73
|
+
}];
|
|
74
|
+
exports.default = info;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ibc = exports.chain = exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
10
|
+
exports.assets = assets_1.default;
|
|
11
|
+
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibc = ibc_1.default;
|
package/mainnet/named.d.ts
CHANGED
|
@@ -89,6 +89,7 @@ export * as imversed from './imversed';
|
|
|
89
89
|
export * as initia from './initia';
|
|
90
90
|
export * as injective from './injective';
|
|
91
91
|
export * as int3face from './int3face';
|
|
92
|
+
export * as intento from './intento';
|
|
92
93
|
export * as irisnet from './irisnet';
|
|
93
94
|
export * as jackal from './jackal';
|
|
94
95
|
export * as joltify from './joltify';
|
package/mainnet/named.js
CHANGED
|
@@ -24,10 +24,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
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.buycex = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axone = 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.namada = exports.ethereum = void 0;
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.
|
|
30
|
-
exports.zetachain = exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.xarchain = exports.vector = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = void 0;
|
|
27
|
+
exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.intento = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.hippoprotocol = 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 = exports.cryptoorgchain = exports.cronos = exports.crescent = void 0;
|
|
28
|
+
exports.persistence = exports.paxi = 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.lumera = exports.loyal = exports.lorenzo = exports.loop = exports.lombardledger = exports.logos = exports.likecoin = exports.lefeef = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = void 0;
|
|
29
|
+
exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.symphony = 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.qubetics = exports.quasar = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.pocket = exports.planq = void 0;
|
|
30
|
+
exports.zetachain = exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.xarchain = exports.vector = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = void 0;
|
|
31
31
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
32
32
|
exports.namada = __importStar(require("./namada"));
|
|
33
33
|
exports.rootstock = __importStar(require("./rootstock"));
|
|
@@ -119,6 +119,7 @@ exports.imversed = __importStar(require("./imversed"));
|
|
|
119
119
|
exports.initia = __importStar(require("./initia"));
|
|
120
120
|
exports.injective = __importStar(require("./injective"));
|
|
121
121
|
exports.int3face = __importStar(require("./int3face"));
|
|
122
|
+
exports.intento = __importStar(require("./intento"));
|
|
122
123
|
exports.irisnet = __importStar(require("./irisnet"));
|
|
123
124
|
exports.jackal = __importStar(require("./jackal"));
|
|
124
125
|
exports.joltify = __importStar(require("./joltify"));
|
package/mainnet/noble/ibc.js
CHANGED
|
@@ -1218,21 +1218,21 @@ const info = [
|
|
|
1218
1218
|
$schema: '../ibc_data.schema.json',
|
|
1219
1219
|
chain_1: {
|
|
1220
1220
|
chain_name: 'noble',
|
|
1221
|
-
client_id: '07-tendermint-
|
|
1222
|
-
connection_id: 'connection-
|
|
1221
|
+
client_id: '07-tendermint-181',
|
|
1222
|
+
connection_id: 'connection-175'
|
|
1223
1223
|
},
|
|
1224
1224
|
chain_2: {
|
|
1225
1225
|
chain_name: 'saga',
|
|
1226
|
-
client_id: '07-tendermint-
|
|
1227
|
-
connection_id: 'connection-
|
|
1226
|
+
client_id: '07-tendermint-28',
|
|
1227
|
+
connection_id: 'connection-23'
|
|
1228
1228
|
},
|
|
1229
1229
|
channels: [{
|
|
1230
1230
|
chain_1: {
|
|
1231
|
-
channel_id: 'channel-
|
|
1231
|
+
channel_id: 'channel-169',
|
|
1232
1232
|
port_id: 'transfer'
|
|
1233
1233
|
},
|
|
1234
1234
|
chain_2: {
|
|
1235
|
-
channel_id: 'channel-
|
|
1235
|
+
channel_id: 'channel-37',
|
|
1236
1236
|
port_id: 'transfer'
|
|
1237
1237
|
},
|
|
1238
1238
|
ordering: 'unordered',
|
package/mainnet/osmosis/ibc.js
CHANGED
|
@@ -2143,6 +2143,35 @@ const info = [
|
|
|
2143
2143
|
}
|
|
2144
2144
|
}]
|
|
2145
2145
|
},
|
|
2146
|
+
{
|
|
2147
|
+
$schema: '../ibc_data.schema.json',
|
|
2148
|
+
chain_1: {
|
|
2149
|
+
chain_name: 'intento',
|
|
2150
|
+
client_id: '07-tendermint-1',
|
|
2151
|
+
connection_id: 'connection-1'
|
|
2152
|
+
},
|
|
2153
|
+
chain_2: {
|
|
2154
|
+
chain_name: 'osmosis',
|
|
2155
|
+
client_id: '07-tendermint-3549',
|
|
2156
|
+
connection_id: 'connection-10824'
|
|
2157
|
+
},
|
|
2158
|
+
channels: [{
|
|
2159
|
+
chain_1: {
|
|
2160
|
+
channel_id: 'channel-3',
|
|
2161
|
+
port_id: 'transfer'
|
|
2162
|
+
},
|
|
2163
|
+
chain_2: {
|
|
2164
|
+
channel_id: 'channel-106076',
|
|
2165
|
+
port_id: 'transfer'
|
|
2166
|
+
},
|
|
2167
|
+
ordering: 'unordered',
|
|
2168
|
+
version: 'ics20-1',
|
|
2169
|
+
tags: {
|
|
2170
|
+
status: 'live',
|
|
2171
|
+
preferred: true
|
|
2172
|
+
}
|
|
2173
|
+
}]
|
|
2174
|
+
},
|
|
2146
2175
|
{
|
|
2147
2176
|
$schema: '../ibc_data.schema.json',
|
|
2148
2177
|
chain_1: {
|
package/mainnet/saga/ibc.js
CHANGED
|
@@ -92,21 +92,21 @@ const info = [
|
|
|
92
92
|
$schema: '../ibc_data.schema.json',
|
|
93
93
|
chain_1: {
|
|
94
94
|
chain_name: 'noble',
|
|
95
|
-
client_id: '07-tendermint-
|
|
96
|
-
connection_id: 'connection-
|
|
95
|
+
client_id: '07-tendermint-181',
|
|
96
|
+
connection_id: 'connection-175'
|
|
97
97
|
},
|
|
98
98
|
chain_2: {
|
|
99
99
|
chain_name: 'saga',
|
|
100
|
-
client_id: '07-tendermint-
|
|
101
|
-
connection_id: 'connection-
|
|
100
|
+
client_id: '07-tendermint-28',
|
|
101
|
+
connection_id: 'connection-23'
|
|
102
102
|
},
|
|
103
103
|
channels: [{
|
|
104
104
|
chain_1: {
|
|
105
|
-
channel_id: 'channel-
|
|
105
|
+
channel_id: 'channel-169',
|
|
106
106
|
port_id: 'transfer'
|
|
107
107
|
},
|
|
108
108
|
chain_2: {
|
|
109
|
-
channel_id: 'channel-
|
|
109
|
+
channel_id: 'channel-37',
|
|
110
110
|
port_id: 'transfer'
|
|
111
111
|
},
|
|
112
112
|
ordering: 'unordered',
|
package/mainnet/sunrise/chain.js
CHANGED
|
@@ -76,6 +76,14 @@ const info = {
|
|
|
76
76
|
{
|
|
77
77
|
address: 'https://rpc.sunrise.nodestake.org',
|
|
78
78
|
provider: 'NodeStake'
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
address: 'https://sunrise-rpc.krews.xyz',
|
|
82
|
+
provider: 'Krews'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
address: 'https://sunrise-rpc-2.krews.xyz',
|
|
86
|
+
provider: 'Krews'
|
|
79
87
|
}
|
|
80
88
|
],
|
|
81
89
|
rest: [
|
|
@@ -98,6 +106,14 @@ const info = {
|
|
|
98
106
|
{
|
|
99
107
|
address: 'https://api.sunrise.nodestake.org',
|
|
100
108
|
provider: 'NodeStake'
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
address: 'https://sunrise-api.krews.xyz',
|
|
112
|
+
provider: 'Krews'
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
address: 'https://sunrise-api-2.krews.xyz',
|
|
116
|
+
provider: 'Krews'
|
|
101
117
|
}
|
|
102
118
|
],
|
|
103
119
|
grpc: [
|
|
@@ -144,6 +160,12 @@ const info = {
|
|
|
144
160
|
url: 'https://explorer.nodestake.org/sunrise',
|
|
145
161
|
tx_page: 'https://explorer.nodestake.org/sunrise/tx/${txHash}',
|
|
146
162
|
account_page: 'https://explorer.nodestake.org/sunrise/account/${accountAddress}'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
kind: 'Krews',
|
|
166
|
+
url: 'https://risescan.krews.xyz',
|
|
167
|
+
tx_page: 'https://risescan.krews.xyz/sunrise/tx/${txHash}',
|
|
168
|
+
account_page: 'https://risescan.krews.xyz/sunrise/account/${accountAddress}'
|
|
147
169
|
}
|
|
148
170
|
],
|
|
149
171
|
images: [{
|
|
@@ -207,6 +207,28 @@ const info = {
|
|
|
207
207
|
circle: true
|
|
208
208
|
}
|
|
209
209
|
}]
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
description: 'The first non-custodial Bitcoin product designed for DeFi',
|
|
213
|
+
denom_units: [{
|
|
214
|
+
denom: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
|
|
215
|
+
exponent: 0
|
|
216
|
+
}, {
|
|
217
|
+
denom: 'CoBTC',
|
|
218
|
+
exponent: 8
|
|
219
|
+
}],
|
|
220
|
+
type_asset: 'erc20',
|
|
221
|
+
address: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
|
|
222
|
+
base: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
|
|
223
|
+
name: 'Coffer Bitcoin',
|
|
224
|
+
display: 'CoBTC',
|
|
225
|
+
symbol: 'CoBTC',
|
|
226
|
+
logo_URIs: {
|
|
227
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
|
|
228
|
+
},
|
|
229
|
+
images: [{
|
|
230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
|
|
231
|
+
}]
|
|
210
232
|
}
|
|
211
233
|
]
|
|
212
234
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.321",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.199"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "6ead1f693e34ec8164ca44db06e71302d1e94de0"
|
|
43
43
|
}
|