chain-registry 1.69.221 → 1.69.223
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/althea/chain.js +14 -0
- package/esm/mainnet/arkeo/chain.js +14 -0
- package/esm/mainnet/babylon/assets.js +45 -0
- package/esm/mainnet/babylon/ibc.js +29 -0
- package/esm/mainnet/dungeon/ibc.js +28 -0
- package/esm/mainnet/elys/ibc.js +29 -0
- package/esm/mainnet/injective/assets.js +51 -0
- package/esm/mainnet/int3face/assets.js +34 -0
- package/esm/mainnet/kopi/ibc.js +29 -0
- package/esm/mainnet/milkyway/assets.js +8 -0
- package/esm/mainnet/milkyway/ibc.js +35 -3
- package/esm/mainnet/noble/ibc.js +29 -0
- package/esm/mainnet/osmosis/assets.js +73 -85
- package/esm/noncosmos/assets.js +2 -0
- package/esm/noncosmos/named.js +1 -0
- package/esm/noncosmos/xrpltestnet/assets.js +47 -0
- package/esm/noncosmos/xrpltestnet/index.js +2 -0
- package/esm/testnet/agoricdevnet/ibc.js +235 -0
- package/esm/testnet/agoricdevnet/index.js +2 -0
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/axelartestnet/ibc.js +29 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/cosmosicsprovidertestnet/ibc.js +35 -3
- package/esm/testnet/elystestnet/ibc.js +29 -0
- package/esm/testnet/ibc.js +6 -0
- package/esm/testnet/int3facetestnet/assets.js +37 -1
- package/esm/testnet/int3facetestnet/ibc.js +31 -0
- package/esm/testnet/int3facetestnet/index.js +2 -0
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/neutrontestnet/ibc.js +29 -0
- package/esm/testnet/nobletestnet/ibc.js +29 -0
- package/esm/testnet/osmosistestnet/assets.js +371 -0
- package/esm/testnet/osmosistestnet/ibc.js +59 -0
- package/esm/testnet/qubeticstestnet/assets.js +26 -0
- package/esm/testnet/qubeticstestnet/chain.js +65 -0
- package/esm/testnet/qubeticstestnet/index.js +4 -0
- package/esm/testnet/stridetestnet/ibc.js +30 -0
- package/esm/testnet/stridetestnet/index.js +2 -0
- package/mainnet/althea/chain.js +14 -0
- package/mainnet/arkeo/chain.js +14 -0
- package/mainnet/babylon/assets.js +45 -0
- package/mainnet/babylon/ibc.js +29 -0
- package/mainnet/dungeon/ibc.js +28 -0
- package/mainnet/elys/ibc.js +29 -0
- package/mainnet/injective/assets.js +51 -0
- package/mainnet/int3face/assets.js +34 -0
- package/mainnet/kopi/ibc.js +29 -0
- package/mainnet/milkyway/assets.js +8 -0
- package/mainnet/milkyway/ibc.js +35 -3
- package/mainnet/noble/ibc.js +29 -0
- package/mainnet/osmosis/assets.js +73 -85
- package/noncosmos/assets.js +2 -0
- package/noncosmos/named.d.ts +1 -0
- package/noncosmos/named.js +2 -1
- package/noncosmos/xrpltestnet/assets.d.ts +3 -0
- package/noncosmos/xrpltestnet/assets.js +49 -0
- package/noncosmos/xrpltestnet/index.d.ts +1 -0
- package/noncosmos/xrpltestnet/index.js +8 -0
- package/package.json +4 -4
- package/testnet/agoricdevnet/ibc.d.ts +3 -0
- package/testnet/agoricdevnet/ibc.js +237 -0
- package/testnet/agoricdevnet/index.d.ts +1 -0
- package/testnet/agoricdevnet/index.js +3 -1
- package/testnet/assets.js +2 -0
- package/testnet/axelartestnet/ibc.js +29 -0
- package/testnet/chains.js +2 -0
- package/testnet/cosmosicsprovidertestnet/ibc.js +35 -3
- package/testnet/elystestnet/ibc.js +29 -0
- package/testnet/ibc.js +6 -0
- package/testnet/int3facetestnet/assets.js +37 -1
- package/testnet/int3facetestnet/ibc.d.ts +3 -0
- package/testnet/int3facetestnet/ibc.js +33 -0
- package/testnet/int3facetestnet/index.d.ts +1 -0
- package/testnet/int3facetestnet/index.js +3 -1
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +3 -2
- package/testnet/neutrontestnet/ibc.js +29 -0
- package/testnet/nobletestnet/ibc.js +29 -0
- package/testnet/osmosistestnet/assets.js +371 -0
- package/testnet/osmosistestnet/ibc.js +59 -0
- package/testnet/qubeticstestnet/assets.d.ts +3 -0
- package/testnet/qubeticstestnet/assets.js +28 -0
- package/testnet/qubeticstestnet/chain.d.ts +3 -0
- package/testnet/qubeticstestnet/chain.js +67 -0
- package/testnet/qubeticstestnet/index.d.ts +2 -0
- package/testnet/qubeticstestnet/index.js +10 -0
- package/testnet/stridetestnet/ibc.d.ts +3 -0
- package/testnet/stridetestnet/ibc.js +32 -0
- package/testnet/stridetestnet/index.d.ts +1 -0
- package/testnet/stridetestnet/index.js +3 -1
|
@@ -1,4 +1,34 @@
|
|
|
1
|
-
const info = [
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'agoricdevnet',
|
|
6
|
+
client_id: '07-tendermint-18',
|
|
7
|
+
connection_id: 'connection-17'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'cosmosicsprovidertestnet',
|
|
11
|
+
client_id: '07-tendermint-311',
|
|
12
|
+
connection_id: 'connection-224'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-25',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-388',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
2
32
|
$schema: '../../ibc_data.schema.json',
|
|
3
33
|
chain_1: {
|
|
4
34
|
chain_name: 'cosmosicsprovidertestnet',
|
|
@@ -26,7 +56,8 @@ const info = [{
|
|
|
26
56
|
preferred: true
|
|
27
57
|
}
|
|
28
58
|
}]
|
|
29
|
-
},
|
|
59
|
+
},
|
|
60
|
+
{
|
|
30
61
|
$schema: '../../ibc_data.schema.json',
|
|
31
62
|
chain_1: {
|
|
32
63
|
chain_name: 'cosmosicsprovidertestnet',
|
|
@@ -55,5 +86,6 @@ const info = [{
|
|
|
55
86
|
dex: 'osmosis'
|
|
56
87
|
}
|
|
57
88
|
}]
|
|
58
|
-
}
|
|
89
|
+
}
|
|
90
|
+
];
|
|
59
91
|
export default info;
|
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'agoricdevnet',
|
|
6
|
+
client_id: '07-tendermint-16',
|
|
7
|
+
connection_id: 'connection-16'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'elystestnet',
|
|
11
|
+
client_id: '07-tendermint-17',
|
|
12
|
+
connection_id: 'connection-10'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-23',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-11',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
2
31
|
{
|
|
3
32
|
$schema: '../../ibc_data.schema.json',
|
|
4
33
|
chain_1: {
|
package/esm/testnet/ibc.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as _agoricdevnet from './agoricdevnet';
|
|
1
2
|
import * as _akashtestnet from './akashtestnet';
|
|
2
3
|
import * as _archwaytestnet from './archwaytestnet';
|
|
3
4
|
import * as _axelartestnet from './axelartestnet';
|
|
@@ -14,6 +15,7 @@ import * as _elystestnet from './elystestnet';
|
|
|
14
15
|
import * as _empowertestnet from './empowertestnet';
|
|
15
16
|
import * as _impacthubtestnet from './impacthubtestnet';
|
|
16
17
|
import * as _injectivetestnet from './injectivetestnet';
|
|
18
|
+
import * as _int3facetestnet from './int3facetestnet';
|
|
17
19
|
import * as _jackaltestnet2 from './jackaltestnet2';
|
|
18
20
|
import * as _kimanetworktestnet from './kimanetworktestnet';
|
|
19
21
|
import * as _kujiratestnet from './kujiratestnet';
|
|
@@ -34,6 +36,7 @@ import * as _sagatestnet from './sagatestnet';
|
|
|
34
36
|
import * as _seitestnet2 from './seitestnet2';
|
|
35
37
|
import * as _sgetestnet from './sgetestnet';
|
|
36
38
|
import * as _stargazetestnet from './stargazetestnet';
|
|
39
|
+
import * as _stridetestnet from './stridetestnet';
|
|
37
40
|
import * as _swisstroniktestnet from './swisstroniktestnet';
|
|
38
41
|
import * as _symphonytestnet from './symphonytestnet';
|
|
39
42
|
import * as _symphonytestnet3 from './symphonytestnet3';
|
|
@@ -45,6 +48,7 @@ import * as _wardenprotocoltestnet from './wardenprotocoltestnet';
|
|
|
45
48
|
import * as _xiontestnet2 from './xiontestnet2';
|
|
46
49
|
import * as _xrplevmtestnet from './xrplevmtestnet';
|
|
47
50
|
const ibc = [
|
|
51
|
+
..._agoricdevnet.ibc,
|
|
48
52
|
..._akashtestnet.ibc,
|
|
49
53
|
..._archwaytestnet.ibc,
|
|
50
54
|
..._axelartestnet.ibc,
|
|
@@ -61,6 +65,7 @@ const ibc = [
|
|
|
61
65
|
..._empowertestnet.ibc,
|
|
62
66
|
..._impacthubtestnet.ibc,
|
|
63
67
|
..._injectivetestnet.ibc,
|
|
68
|
+
..._int3facetestnet.ibc,
|
|
64
69
|
..._jackaltestnet2.ibc,
|
|
65
70
|
..._kimanetworktestnet.ibc,
|
|
66
71
|
..._kujiratestnet.ibc,
|
|
@@ -81,6 +86,7 @@ const ibc = [
|
|
|
81
86
|
..._seitestnet2.ibc,
|
|
82
87
|
..._sgetestnet.ibc,
|
|
83
88
|
..._stargazetestnet.ibc,
|
|
89
|
+
..._stridetestnet.ibc,
|
|
84
90
|
..._swisstroniktestnet.ibc,
|
|
85
91
|
..._symphonytestnet.ibc,
|
|
86
92
|
..._symphonytestnet3.ibc,
|
|
@@ -222,10 +222,46 @@ const info = {
|
|
|
222
222
|
provider: 'Int3face'
|
|
223
223
|
}],
|
|
224
224
|
logo_URIs: {
|
|
225
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.png'
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.png',
|
|
226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.svg'
|
|
226
227
|
},
|
|
227
228
|
images: [{
|
|
228
229
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.png',
|
|
230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.svg',
|
|
231
|
+
theme: {
|
|
232
|
+
primary_color_hex: '#3d3d3d'
|
|
233
|
+
}
|
|
234
|
+
}],
|
|
235
|
+
type_asset: 'sdk.coin'
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
description: 'Testnet XRP on Int3face',
|
|
239
|
+
denom_units: [{
|
|
240
|
+
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/xrpl-xrp',
|
|
241
|
+
exponent: 0
|
|
242
|
+
}, {
|
|
243
|
+
denom: 'xrp',
|
|
244
|
+
exponent: 6
|
|
245
|
+
}],
|
|
246
|
+
base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/xrpl-xrp',
|
|
247
|
+
name: 'Testnet XRP',
|
|
248
|
+
display: 'xrp',
|
|
249
|
+
symbol: 'XRP',
|
|
250
|
+
traces: [{
|
|
251
|
+
type: 'bridge',
|
|
252
|
+
counterparty: {
|
|
253
|
+
chain_name: 'xrpltestnet',
|
|
254
|
+
base_denom: 'drop'
|
|
255
|
+
},
|
|
256
|
+
provider: 'Int3face'
|
|
257
|
+
}],
|
|
258
|
+
logo_URIs: {
|
|
259
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png',
|
|
260
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.svg'
|
|
261
|
+
},
|
|
262
|
+
images: [{
|
|
263
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png',
|
|
264
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.svg',
|
|
229
265
|
theme: {
|
|
230
266
|
primary_color_hex: '#3d3d3d'
|
|
231
267
|
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'int3facetestnet',
|
|
5
|
+
client_id: '07-tendermint-3',
|
|
6
|
+
connection_id: 'connection-3'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'osmosistestnet',
|
|
10
|
+
client_id: '07-tendermint-4231',
|
|
11
|
+
connection_id: 'connection-3694'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channel-1',
|
|
16
|
+
port_id: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-9755',
|
|
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/testnet/named.js
CHANGED
|
@@ -91,6 +91,7 @@ export * as planqtestnet from './planqtestnet';
|
|
|
91
91
|
export * as pockettestnet from './pockettestnet';
|
|
92
92
|
export * as pryzmtestnet from './pryzmtestnet';
|
|
93
93
|
export * as quasartestnet from './quasartestnet';
|
|
94
|
+
export * as qubeticstestnet from './qubeticstestnet';
|
|
94
95
|
export * as quicksilvertestnet from './quicksilvertestnet';
|
|
95
96
|
export * as qwoyntestnet from './qwoyntestnet';
|
|
96
97
|
export * as sagatestnet from './sagatestnet';
|
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'agoricdevnet',
|
|
6
|
+
client_id: '07-tendermint-128',
|
|
7
|
+
connection_id: 'connection-82'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'neutrontestnet',
|
|
11
|
+
client_id: '07-tendermint-553',
|
|
12
|
+
connection_id: 'connection-474'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-62',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-1578',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
2
31
|
{
|
|
3
32
|
$schema: '../../ibc_data.schema.json',
|
|
4
33
|
chain_1: {
|
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'agoricdevnet',
|
|
6
|
+
client_id: '07-tendermint-13',
|
|
7
|
+
connection_id: 'connection-13'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'nobletestnet',
|
|
11
|
+
client_id: '07-tendermint-432',
|
|
12
|
+
connection_id: 'connection-196'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-11',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-337',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
2
31
|
{
|
|
3
32
|
$schema: '../../ibc_data.schema.json',
|
|
4
33
|
chain_1: {
|