chain-registry 1.69.222 → 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/dungeon/ibc.js +28 -0
- package/esm/mainnet/elys/ibc.js +29 -0
- package/esm/mainnet/kopi/ibc.js +29 -0
- package/esm/mainnet/noble/ibc.js +29 -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 +4 -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/ibc.js +29 -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/dungeon/ibc.js +28 -0
- package/mainnet/elys/ibc.js +29 -0
- package/mainnet/kopi/ibc.js +29 -0
- package/mainnet/noble/ibc.js +29 -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 +4 -0
- 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/ibc.js +29 -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,32 @@
|
|
|
1
1
|
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'dungeon',
|
|
5
|
+
client_id: '07-tendermint-22',
|
|
6
|
+
connection_id: 'connection-8630'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'noble',
|
|
10
|
+
client_id: '07-tendermint-163',
|
|
11
|
+
connection_id: 'connection-157'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channel-5307',
|
|
16
|
+
port_id: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-150',
|
|
20
|
+
port_id: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
29
|
+
}, {
|
|
2
30
|
$schema: '../ibc_data.schema.json',
|
|
3
31
|
chain_1: {
|
|
4
32
|
chain_name: 'dungeon',
|
package/esm/mainnet/elys/ibc.js
CHANGED
|
@@ -159,6 +159,35 @@ const info = [
|
|
|
159
159
|
}
|
|
160
160
|
}]
|
|
161
161
|
},
|
|
162
|
+
{
|
|
163
|
+
$schema: '../ibc_data.schema.json',
|
|
164
|
+
chain_1: {
|
|
165
|
+
chain_name: 'elys',
|
|
166
|
+
client_id: '07-tendermint-55',
|
|
167
|
+
connection_id: 'connection-36'
|
|
168
|
+
},
|
|
169
|
+
chain_2: {
|
|
170
|
+
chain_name: 'kopi',
|
|
171
|
+
client_id: '07-tendermint-24',
|
|
172
|
+
connection_id: 'connection-45'
|
|
173
|
+
},
|
|
174
|
+
channels: [{
|
|
175
|
+
chain_1: {
|
|
176
|
+
channel_id: 'channel-25',
|
|
177
|
+
port_id: 'transfer'
|
|
178
|
+
},
|
|
179
|
+
chain_2: {
|
|
180
|
+
channel_id: 'channel-17',
|
|
181
|
+
port_id: 'transfer'
|
|
182
|
+
},
|
|
183
|
+
ordering: 'unordered',
|
|
184
|
+
version: 'ics20-1',
|
|
185
|
+
tags: {
|
|
186
|
+
status: 'live',
|
|
187
|
+
preferred: true
|
|
188
|
+
}
|
|
189
|
+
}]
|
|
190
|
+
},
|
|
162
191
|
{
|
|
163
192
|
$schema: '../ibc_data.schema.json',
|
|
164
193
|
chain_1: {
|
package/esm/mainnet/kopi/ibc.js
CHANGED
|
@@ -28,6 +28,35 @@ const info = [
|
|
|
28
28
|
}
|
|
29
29
|
}]
|
|
30
30
|
},
|
|
31
|
+
{
|
|
32
|
+
$schema: '../ibc_data.schema.json',
|
|
33
|
+
chain_1: {
|
|
34
|
+
chain_name: 'elys',
|
|
35
|
+
client_id: '07-tendermint-55',
|
|
36
|
+
connection_id: 'connection-36'
|
|
37
|
+
},
|
|
38
|
+
chain_2: {
|
|
39
|
+
chain_name: 'kopi',
|
|
40
|
+
client_id: '07-tendermint-24',
|
|
41
|
+
connection_id: 'connection-45'
|
|
42
|
+
},
|
|
43
|
+
channels: [{
|
|
44
|
+
chain_1: {
|
|
45
|
+
channel_id: 'channel-25',
|
|
46
|
+
port_id: 'transfer'
|
|
47
|
+
},
|
|
48
|
+
chain_2: {
|
|
49
|
+
channel_id: 'channel-17',
|
|
50
|
+
port_id: 'transfer'
|
|
51
|
+
},
|
|
52
|
+
ordering: 'unordered',
|
|
53
|
+
version: 'ics20-1',
|
|
54
|
+
tags: {
|
|
55
|
+
status: 'live',
|
|
56
|
+
preferred: true
|
|
57
|
+
}
|
|
58
|
+
}]
|
|
59
|
+
},
|
|
31
60
|
{
|
|
32
61
|
$schema: '../ibc_data.schema.json',
|
|
33
62
|
chain_1: {
|
package/esm/mainnet/noble/ibc.js
CHANGED
|
@@ -258,6 +258,35 @@ const info = [
|
|
|
258
258
|
}
|
|
259
259
|
}]
|
|
260
260
|
},
|
|
261
|
+
{
|
|
262
|
+
$schema: '../ibc_data.schema.json',
|
|
263
|
+
chain_1: {
|
|
264
|
+
chain_name: 'dungeon',
|
|
265
|
+
client_id: '07-tendermint-22',
|
|
266
|
+
connection_id: 'connection-8630'
|
|
267
|
+
},
|
|
268
|
+
chain_2: {
|
|
269
|
+
chain_name: 'noble',
|
|
270
|
+
client_id: '07-tendermint-163',
|
|
271
|
+
connection_id: 'connection-157'
|
|
272
|
+
},
|
|
273
|
+
channels: [{
|
|
274
|
+
chain_1: {
|
|
275
|
+
channel_id: 'channel-5307',
|
|
276
|
+
port_id: 'transfer'
|
|
277
|
+
},
|
|
278
|
+
chain_2: {
|
|
279
|
+
channel_id: 'channel-150',
|
|
280
|
+
port_id: 'transfer'
|
|
281
|
+
},
|
|
282
|
+
ordering: 'unordered',
|
|
283
|
+
version: 'ics20-1',
|
|
284
|
+
tags: {
|
|
285
|
+
status: 'live',
|
|
286
|
+
preferred: true
|
|
287
|
+
}
|
|
288
|
+
}]
|
|
289
|
+
},
|
|
261
290
|
{
|
|
262
291
|
$schema: '../ibc_data.schema.json',
|
|
263
292
|
chain_1: {
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'agoricdevnet',
|
|
6
|
+
client_id: '07-tendermint-14',
|
|
7
|
+
connection_id: 'connection-14'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'axelartestnet',
|
|
11
|
+
client_id: '07-tendermint-1128',
|
|
12
|
+
connection_id: 'connection-872'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-12',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-602',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
$schema: '../../ibc_data.schema.json',
|
|
33
|
+
chain_1: {
|
|
34
|
+
chain_name: 'agoricdevnet',
|
|
35
|
+
client_id: '07-tendermint-21',
|
|
36
|
+
connection_id: 'connection-18'
|
|
37
|
+
},
|
|
38
|
+
chain_2: {
|
|
39
|
+
chain_name: 'celestiatestnet',
|
|
40
|
+
client_id: '07-tendermint-611',
|
|
41
|
+
connection_id: 'connection-662'
|
|
42
|
+
},
|
|
43
|
+
channels: [{
|
|
44
|
+
chain_1: {
|
|
45
|
+
channel_id: 'channel-129',
|
|
46
|
+
port_id: 'transfer'
|
|
47
|
+
},
|
|
48
|
+
chain_2: {
|
|
49
|
+
channel_id: 'channel-399',
|
|
50
|
+
port_id: 'transfer'
|
|
51
|
+
},
|
|
52
|
+
ordering: 'unordered',
|
|
53
|
+
version: 'ics20-1',
|
|
54
|
+
tags: {
|
|
55
|
+
status: 'live',
|
|
56
|
+
preferred: true
|
|
57
|
+
}
|
|
58
|
+
}]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
$schema: '../../ibc_data.schema.json',
|
|
62
|
+
chain_1: {
|
|
63
|
+
chain_name: 'agoricdevnet',
|
|
64
|
+
client_id: '07-tendermint-18',
|
|
65
|
+
connection_id: 'connection-17'
|
|
66
|
+
},
|
|
67
|
+
chain_2: {
|
|
68
|
+
chain_name: 'cosmosicsprovidertestnet',
|
|
69
|
+
client_id: '07-tendermint-311',
|
|
70
|
+
connection_id: 'connection-224'
|
|
71
|
+
},
|
|
72
|
+
channels: [{
|
|
73
|
+
chain_1: {
|
|
74
|
+
channel_id: 'channel-25',
|
|
75
|
+
port_id: 'transfer'
|
|
76
|
+
},
|
|
77
|
+
chain_2: {
|
|
78
|
+
channel_id: 'channel-388',
|
|
79
|
+
port_id: 'transfer'
|
|
80
|
+
},
|
|
81
|
+
ordering: 'unordered',
|
|
82
|
+
version: 'ics20-1',
|
|
83
|
+
tags: {
|
|
84
|
+
status: 'live',
|
|
85
|
+
preferred: true
|
|
86
|
+
}
|
|
87
|
+
}]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
$schema: '../../ibc_data.schema.json',
|
|
91
|
+
chain_1: {
|
|
92
|
+
chain_name: 'agoricdevnet',
|
|
93
|
+
client_id: '07-tendermint-16',
|
|
94
|
+
connection_id: 'connection-16'
|
|
95
|
+
},
|
|
96
|
+
chain_2: {
|
|
97
|
+
chain_name: 'elystestnet',
|
|
98
|
+
client_id: '07-tendermint-17',
|
|
99
|
+
connection_id: 'connection-10'
|
|
100
|
+
},
|
|
101
|
+
channels: [{
|
|
102
|
+
chain_1: {
|
|
103
|
+
channel_id: 'channel-23',
|
|
104
|
+
port_id: 'transfer'
|
|
105
|
+
},
|
|
106
|
+
chain_2: {
|
|
107
|
+
channel_id: 'channel-11',
|
|
108
|
+
port_id: 'transfer'
|
|
109
|
+
},
|
|
110
|
+
ordering: 'unordered',
|
|
111
|
+
version: 'ics20-1',
|
|
112
|
+
tags: {
|
|
113
|
+
status: 'live',
|
|
114
|
+
preferred: true
|
|
115
|
+
}
|
|
116
|
+
}]
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
$schema: '../../ibc_data.schema.json',
|
|
120
|
+
chain_1: {
|
|
121
|
+
chain_name: 'agoricdevnet',
|
|
122
|
+
client_id: '07-tendermint-128',
|
|
123
|
+
connection_id: 'connection-82'
|
|
124
|
+
},
|
|
125
|
+
chain_2: {
|
|
126
|
+
chain_name: 'neutrontestnet',
|
|
127
|
+
client_id: '07-tendermint-553',
|
|
128
|
+
connection_id: 'connection-474'
|
|
129
|
+
},
|
|
130
|
+
channels: [{
|
|
131
|
+
chain_1: {
|
|
132
|
+
channel_id: 'channel-62',
|
|
133
|
+
port_id: 'transfer'
|
|
134
|
+
},
|
|
135
|
+
chain_2: {
|
|
136
|
+
channel_id: 'channel-1578',
|
|
137
|
+
port_id: 'transfer'
|
|
138
|
+
},
|
|
139
|
+
ordering: 'unordered',
|
|
140
|
+
version: 'ics20-1',
|
|
141
|
+
tags: {
|
|
142
|
+
status: 'live',
|
|
143
|
+
preferred: true
|
|
144
|
+
}
|
|
145
|
+
}]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
$schema: '../../ibc_data.schema.json',
|
|
149
|
+
chain_1: {
|
|
150
|
+
chain_name: 'agoricdevnet',
|
|
151
|
+
client_id: '07-tendermint-13',
|
|
152
|
+
connection_id: 'connection-13'
|
|
153
|
+
},
|
|
154
|
+
chain_2: {
|
|
155
|
+
chain_name: 'nobletestnet',
|
|
156
|
+
client_id: '07-tendermint-432',
|
|
157
|
+
connection_id: 'connection-196'
|
|
158
|
+
},
|
|
159
|
+
channels: [{
|
|
160
|
+
chain_1: {
|
|
161
|
+
channel_id: 'channel-11',
|
|
162
|
+
port_id: 'transfer'
|
|
163
|
+
},
|
|
164
|
+
chain_2: {
|
|
165
|
+
channel_id: 'channel-337',
|
|
166
|
+
port_id: 'transfer'
|
|
167
|
+
},
|
|
168
|
+
ordering: 'unordered',
|
|
169
|
+
version: 'ics20-1',
|
|
170
|
+
tags: {
|
|
171
|
+
status: 'live',
|
|
172
|
+
preferred: true
|
|
173
|
+
}
|
|
174
|
+
}]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
$schema: '../../ibc_data.schema.json',
|
|
178
|
+
chain_1: {
|
|
179
|
+
chain_name: 'agoricdevnet',
|
|
180
|
+
client_id: '07-tendermint-6',
|
|
181
|
+
connection_id: 'connection-6'
|
|
182
|
+
},
|
|
183
|
+
chain_2: {
|
|
184
|
+
chain_name: 'osmosistestnet',
|
|
185
|
+
client_id: '07-tendermint-4596',
|
|
186
|
+
connection_id: 'connection-3957'
|
|
187
|
+
},
|
|
188
|
+
channels: [{
|
|
189
|
+
chain_1: {
|
|
190
|
+
channel_id: 'channel-5',
|
|
191
|
+
port_id: 'transfer'
|
|
192
|
+
},
|
|
193
|
+
chain_2: {
|
|
194
|
+
channel_id: 'channel-10293',
|
|
195
|
+
port_id: 'transfer'
|
|
196
|
+
},
|
|
197
|
+
ordering: 'unordered',
|
|
198
|
+
version: 'ics20-1',
|
|
199
|
+
tags: {
|
|
200
|
+
status: 'live',
|
|
201
|
+
preferred: true
|
|
202
|
+
}
|
|
203
|
+
}]
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
$schema: '../../ibc_data.schema.json',
|
|
207
|
+
chain_1: {
|
|
208
|
+
chain_name: 'agoricdevnet',
|
|
209
|
+
client_id: '07-tendermint-15',
|
|
210
|
+
connection_id: 'connection-15'
|
|
211
|
+
},
|
|
212
|
+
chain_2: {
|
|
213
|
+
chain_name: 'stridetestnet',
|
|
214
|
+
client_id: '07-tendermint-68',
|
|
215
|
+
connection_id: 'connection-44'
|
|
216
|
+
},
|
|
217
|
+
channels: [{
|
|
218
|
+
chain_1: {
|
|
219
|
+
channel_id: 'channel-13',
|
|
220
|
+
port_id: 'transfer'
|
|
221
|
+
},
|
|
222
|
+
chain_2: {
|
|
223
|
+
channel_id: 'channel-60',
|
|
224
|
+
port_id: 'transfer'
|
|
225
|
+
},
|
|
226
|
+
ordering: 'unordered',
|
|
227
|
+
version: 'ics20-1',
|
|
228
|
+
tags: {
|
|
229
|
+
status: 'live',
|
|
230
|
+
preferred: true
|
|
231
|
+
}
|
|
232
|
+
}]
|
|
233
|
+
}
|
|
234
|
+
];
|
|
235
|
+
export default info;
|
package/esm/testnet/assets.js
CHANGED
|
@@ -91,6 +91,7 @@ import * as _planqtestnet from './planqtestnet';
|
|
|
91
91
|
import * as _pockettestnet from './pockettestnet';
|
|
92
92
|
import * as _pryzmtestnet from './pryzmtestnet';
|
|
93
93
|
import * as _quasartestnet from './quasartestnet';
|
|
94
|
+
import * as _qubeticstestnet from './qubeticstestnet';
|
|
94
95
|
import * as _quicksilvertestnet from './quicksilvertestnet';
|
|
95
96
|
import * as _qwoyntestnet from './qwoyntestnet';
|
|
96
97
|
import * as _sagatestnet from './sagatestnet';
|
|
@@ -225,6 +226,7 @@ const assets = [
|
|
|
225
226
|
_pockettestnet.assets,
|
|
226
227
|
_pryzmtestnet.assets,
|
|
227
228
|
_quasartestnet.assets,
|
|
229
|
+
_qubeticstestnet.assets,
|
|
228
230
|
_quicksilvertestnet.assets,
|
|
229
231
|
_qwoyntestnet.assets,
|
|
230
232
|
_sagatestnet.assets,
|
|
@@ -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-14',
|
|
7
|
+
connection_id: 'connection-14'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'axelartestnet',
|
|
11
|
+
client_id: '07-tendermint-1128',
|
|
12
|
+
connection_id: 'connection-872'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-12',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-602',
|
|
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/chains.js
CHANGED
|
@@ -91,6 +91,7 @@ import * as _planqtestnet from './planqtestnet';
|
|
|
91
91
|
import * as _pockettestnet from './pockettestnet';
|
|
92
92
|
import * as _pryzmtestnet from './pryzmtestnet';
|
|
93
93
|
import * as _quasartestnet from './quasartestnet';
|
|
94
|
+
import * as _qubeticstestnet from './qubeticstestnet';
|
|
94
95
|
import * as _quicksilvertestnet from './quicksilvertestnet';
|
|
95
96
|
import * as _qwoyntestnet from './qwoyntestnet';
|
|
96
97
|
import * as _sagatestnet from './sagatestnet';
|
|
@@ -225,6 +226,7 @@ const chains = [
|
|
|
225
226
|
_pockettestnet.chain,
|
|
226
227
|
_pryzmtestnet.chain,
|
|
227
228
|
_quasartestnet.chain,
|
|
229
|
+
_qubeticstestnet.chain,
|
|
228
230
|
_quicksilvertestnet.chain,
|
|
229
231
|
_qwoyntestnet.chain,
|
|
230
232
|
_sagatestnet.chain,
|
|
@@ -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';
|
|
@@ -35,6 +36,7 @@ import * as _sagatestnet from './sagatestnet';
|
|
|
35
36
|
import * as _seitestnet2 from './seitestnet2';
|
|
36
37
|
import * as _sgetestnet from './sgetestnet';
|
|
37
38
|
import * as _stargazetestnet from './stargazetestnet';
|
|
39
|
+
import * as _stridetestnet from './stridetestnet';
|
|
38
40
|
import * as _swisstroniktestnet from './swisstroniktestnet';
|
|
39
41
|
import * as _symphonytestnet from './symphonytestnet';
|
|
40
42
|
import * as _symphonytestnet3 from './symphonytestnet3';
|
|
@@ -46,6 +48,7 @@ import * as _wardenprotocoltestnet from './wardenprotocoltestnet';
|
|
|
46
48
|
import * as _xiontestnet2 from './xiontestnet2';
|
|
47
49
|
import * as _xrplevmtestnet from './xrplevmtestnet';
|
|
48
50
|
const ibc = [
|
|
51
|
+
..._agoricdevnet.ibc,
|
|
49
52
|
..._akashtestnet.ibc,
|
|
50
53
|
..._archwaytestnet.ibc,
|
|
51
54
|
..._axelartestnet.ibc,
|
|
@@ -83,6 +86,7 @@ const ibc = [
|
|
|
83
86
|
..._seitestnet2.ibc,
|
|
84
87
|
..._sgetestnet.ibc,
|
|
85
88
|
..._stargazetestnet.ibc,
|
|
89
|
+
..._stridetestnet.ibc,
|
|
86
90
|
..._swisstroniktestnet.ibc,
|
|
87
91
|
..._symphonytestnet.ibc,
|
|
88
92
|
..._symphonytestnet3.ibc,
|
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: {
|
|
@@ -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-6',
|
|
7
|
+
connection_id: 'connection-6'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'osmosistestnet',
|
|
11
|
+
client_id: '07-tendermint-4596',
|
|
12
|
+
connection_id: 'connection-3957'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-5',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-10293',
|
|
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: {
|