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.
Files changed (90) hide show
  1. package/esm/mainnet/althea/chain.js +14 -0
  2. package/esm/mainnet/arkeo/chain.js +14 -0
  3. package/esm/mainnet/babylon/assets.js +45 -0
  4. package/esm/mainnet/babylon/ibc.js +29 -0
  5. package/esm/mainnet/dungeon/ibc.js +28 -0
  6. package/esm/mainnet/elys/ibc.js +29 -0
  7. package/esm/mainnet/injective/assets.js +51 -0
  8. package/esm/mainnet/int3face/assets.js +34 -0
  9. package/esm/mainnet/kopi/ibc.js +29 -0
  10. package/esm/mainnet/milkyway/assets.js +8 -0
  11. package/esm/mainnet/milkyway/ibc.js +35 -3
  12. package/esm/mainnet/noble/ibc.js +29 -0
  13. package/esm/mainnet/osmosis/assets.js +73 -85
  14. package/esm/noncosmos/assets.js +2 -0
  15. package/esm/noncosmos/named.js +1 -0
  16. package/esm/noncosmos/xrpltestnet/assets.js +47 -0
  17. package/esm/noncosmos/xrpltestnet/index.js +2 -0
  18. package/esm/testnet/agoricdevnet/ibc.js +235 -0
  19. package/esm/testnet/agoricdevnet/index.js +2 -0
  20. package/esm/testnet/assets.js +2 -0
  21. package/esm/testnet/axelartestnet/ibc.js +29 -0
  22. package/esm/testnet/chains.js +2 -0
  23. package/esm/testnet/cosmosicsprovidertestnet/ibc.js +35 -3
  24. package/esm/testnet/elystestnet/ibc.js +29 -0
  25. package/esm/testnet/ibc.js +6 -0
  26. package/esm/testnet/int3facetestnet/assets.js +37 -1
  27. package/esm/testnet/int3facetestnet/ibc.js +31 -0
  28. package/esm/testnet/int3facetestnet/index.js +2 -0
  29. package/esm/testnet/named.js +1 -0
  30. package/esm/testnet/neutrontestnet/ibc.js +29 -0
  31. package/esm/testnet/nobletestnet/ibc.js +29 -0
  32. package/esm/testnet/osmosistestnet/assets.js +371 -0
  33. package/esm/testnet/osmosistestnet/ibc.js +59 -0
  34. package/esm/testnet/qubeticstestnet/assets.js +26 -0
  35. package/esm/testnet/qubeticstestnet/chain.js +65 -0
  36. package/esm/testnet/qubeticstestnet/index.js +4 -0
  37. package/esm/testnet/stridetestnet/ibc.js +30 -0
  38. package/esm/testnet/stridetestnet/index.js +2 -0
  39. package/mainnet/althea/chain.js +14 -0
  40. package/mainnet/arkeo/chain.js +14 -0
  41. package/mainnet/babylon/assets.js +45 -0
  42. package/mainnet/babylon/ibc.js +29 -0
  43. package/mainnet/dungeon/ibc.js +28 -0
  44. package/mainnet/elys/ibc.js +29 -0
  45. package/mainnet/injective/assets.js +51 -0
  46. package/mainnet/int3face/assets.js +34 -0
  47. package/mainnet/kopi/ibc.js +29 -0
  48. package/mainnet/milkyway/assets.js +8 -0
  49. package/mainnet/milkyway/ibc.js +35 -3
  50. package/mainnet/noble/ibc.js +29 -0
  51. package/mainnet/osmosis/assets.js +73 -85
  52. package/noncosmos/assets.js +2 -0
  53. package/noncosmos/named.d.ts +1 -0
  54. package/noncosmos/named.js +2 -1
  55. package/noncosmos/xrpltestnet/assets.d.ts +3 -0
  56. package/noncosmos/xrpltestnet/assets.js +49 -0
  57. package/noncosmos/xrpltestnet/index.d.ts +1 -0
  58. package/noncosmos/xrpltestnet/index.js +8 -0
  59. package/package.json +4 -4
  60. package/testnet/agoricdevnet/ibc.d.ts +3 -0
  61. package/testnet/agoricdevnet/ibc.js +237 -0
  62. package/testnet/agoricdevnet/index.d.ts +1 -0
  63. package/testnet/agoricdevnet/index.js +3 -1
  64. package/testnet/assets.js +2 -0
  65. package/testnet/axelartestnet/ibc.js +29 -0
  66. package/testnet/chains.js +2 -0
  67. package/testnet/cosmosicsprovidertestnet/ibc.js +35 -3
  68. package/testnet/elystestnet/ibc.js +29 -0
  69. package/testnet/ibc.js +6 -0
  70. package/testnet/int3facetestnet/assets.js +37 -1
  71. package/testnet/int3facetestnet/ibc.d.ts +3 -0
  72. package/testnet/int3facetestnet/ibc.js +33 -0
  73. package/testnet/int3facetestnet/index.d.ts +1 -0
  74. package/testnet/int3facetestnet/index.js +3 -1
  75. package/testnet/named.d.ts +1 -0
  76. package/testnet/named.js +3 -2
  77. package/testnet/neutrontestnet/ibc.js +29 -0
  78. package/testnet/nobletestnet/ibc.js +29 -0
  79. package/testnet/osmosistestnet/assets.js +371 -0
  80. package/testnet/osmosistestnet/ibc.js +59 -0
  81. package/testnet/qubeticstestnet/assets.d.ts +3 -0
  82. package/testnet/qubeticstestnet/assets.js +28 -0
  83. package/testnet/qubeticstestnet/chain.d.ts +3 -0
  84. package/testnet/qubeticstestnet/chain.js +67 -0
  85. package/testnet/qubeticstestnet/index.d.ts +2 -0
  86. package/testnet/qubeticstestnet/index.js +10 -0
  87. package/testnet/stridetestnet/ibc.d.ts +3 -0
  88. package/testnet/stridetestnet/ibc.js +32 -0
  89. package/testnet/stridetestnet/index.d.ts +1 -0
  90. package/testnet/stridetestnet/index.js +3 -1
@@ -72,6 +72,7 @@ const _polkadottestnet = __importStar(require("./polkadottestnet"));
72
72
  const _polygontestnet = __importStar(require("./polygontestnet"));
73
73
  const _solanatestnet = __importStar(require("./solanatestnet"));
74
74
  const _tontestnet = __importStar(require("./tontestnet"));
75
+ const _xrpltestnet = __importStar(require("./xrpltestnet"));
75
76
  const _ojotestnet = __importStar(require("./ojotestnet"));
76
77
  const assets = [
77
78
  _picasso.assets,
@@ -123,6 +124,7 @@ const assets = [
123
124
  _polygontestnet.assets,
124
125
  _solanatestnet.assets,
125
126
  _tontestnet.assets,
127
+ _xrpltestnet.assets,
126
128
  _ojotestnet.assets
127
129
  ];
128
130
  exports.default = assets;
@@ -48,4 +48,5 @@ export * as polkadottestnet from './polkadottestnet';
48
48
  export * as polygontestnet from './polygontestnet';
49
49
  export * as solanatestnet from './solanatestnet';
50
50
  export * as tontestnet from './tontestnet';
51
+ export * as xrpltestnet from './xrpltestnet';
51
52
  export * as ojotestnet from './ojotestnet';
@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
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;
27
+ exports.ojotestnet = exports.xrpltestnet = void 0;
28
28
  exports.picasso = __importStar(require("./picasso"));
29
29
  exports.composablepolkadot = __importStar(require("./composablepolkadot"));
30
30
  exports.penumbra = __importStar(require("./penumbra"));
@@ -75,4 +75,5 @@ exports.polkadottestnet = __importStar(require("./polkadottestnet"));
75
75
  exports.polygontestnet = __importStar(require("./polygontestnet"));
76
76
  exports.solanatestnet = __importStar(require("./solanatestnet"));
77
77
  exports.tontestnet = __importStar(require("./tontestnet"));
78
+ exports.xrpltestnet = __importStar(require("./xrpltestnet"));
78
79
  exports.ojotestnet = __importStar(require("./ojotestnet"));
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../../assetlist.schema.json',
5
+ chain_name: 'xrpltestnet',
6
+ assets: [{
7
+ description: 'The testnet version of XRP.',
8
+ denom_units: [{
9
+ denom: 'drop',
10
+ exponent: 0
11
+ }, {
12
+ denom: 'xrp',
13
+ exponent: 6
14
+ }],
15
+ type_asset: 'unknown',
16
+ base: 'drop',
17
+ name: 'Ripple',
18
+ display: 'xrp',
19
+ symbol: 'XRP',
20
+ traces: [{
21
+ type: 'test-mintage',
22
+ counterparty: {
23
+ chain_name: 'xrpl',
24
+ base_denom: 'drop'
25
+ },
26
+ provider: 'Ripple'
27
+ }],
28
+ logo_URIs: {
29
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
30
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
31
+ },
32
+ coingecko_id: 'ripple',
33
+ images: [{
34
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
35
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
36
+ theme: {
37
+ circle: true,
38
+ background_color_hex: '#000000'
39
+ }
40
+ }, {
41
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
42
+ theme: {
43
+ circle: false,
44
+ background_color_hex: '#00000000'
45
+ }
46
+ }]
47
+ }]
48
+ };
49
+ exports.default = info;
@@ -0,0 +1 @@
1
+ export declare const assets: import("@chain-registry/types").AssetList;
@@ -0,0 +1,8 @@
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.assets = void 0;
7
+ const assets_1 = __importDefault(require("./assets"));
8
+ exports.assets = assets_1.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.221",
3
+ "version": "1.69.223",
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.136",
32
+ "@chain-registry/utils": "^1.51.138",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.136"
36
+ "@chain-registry/types": "^0.50.138"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "b06c864f261882dd859e3799550927ec17e8c442"
46
+ "gitHead": "3763106ae158b65f53cc145e3e8e056505c95471"
47
47
  }
@@ -0,0 +1,3 @@
1
+ import { IBCInfo } from '@chain-registry/types';
2
+ declare const info: IBCInfo[];
3
+ export default info;
@@ -0,0 +1,237 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [
4
+ {
5
+ $schema: '../../ibc_data.schema.json',
6
+ chain_1: {
7
+ chain_name: 'agoricdevnet',
8
+ client_id: '07-tendermint-14',
9
+ connection_id: 'connection-14'
10
+ },
11
+ chain_2: {
12
+ chain_name: 'axelartestnet',
13
+ client_id: '07-tendermint-1128',
14
+ connection_id: 'connection-872'
15
+ },
16
+ channels: [{
17
+ chain_1: {
18
+ channel_id: 'channel-12',
19
+ port_id: 'transfer'
20
+ },
21
+ chain_2: {
22
+ channel_id: 'channel-602',
23
+ port_id: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ status: 'live',
29
+ preferred: true
30
+ }
31
+ }]
32
+ },
33
+ {
34
+ $schema: '../../ibc_data.schema.json',
35
+ chain_1: {
36
+ chain_name: 'agoricdevnet',
37
+ client_id: '07-tendermint-21',
38
+ connection_id: 'connection-18'
39
+ },
40
+ chain_2: {
41
+ chain_name: 'celestiatestnet',
42
+ client_id: '07-tendermint-611',
43
+ connection_id: 'connection-662'
44
+ },
45
+ channels: [{
46
+ chain_1: {
47
+ channel_id: 'channel-129',
48
+ port_id: 'transfer'
49
+ },
50
+ chain_2: {
51
+ channel_id: 'channel-399',
52
+ port_id: 'transfer'
53
+ },
54
+ ordering: 'unordered',
55
+ version: 'ics20-1',
56
+ tags: {
57
+ status: 'live',
58
+ preferred: true
59
+ }
60
+ }]
61
+ },
62
+ {
63
+ $schema: '../../ibc_data.schema.json',
64
+ chain_1: {
65
+ chain_name: 'agoricdevnet',
66
+ client_id: '07-tendermint-18',
67
+ connection_id: 'connection-17'
68
+ },
69
+ chain_2: {
70
+ chain_name: 'cosmosicsprovidertestnet',
71
+ client_id: '07-tendermint-311',
72
+ connection_id: 'connection-224'
73
+ },
74
+ channels: [{
75
+ chain_1: {
76
+ channel_id: 'channel-25',
77
+ port_id: 'transfer'
78
+ },
79
+ chain_2: {
80
+ channel_id: 'channel-388',
81
+ port_id: 'transfer'
82
+ },
83
+ ordering: 'unordered',
84
+ version: 'ics20-1',
85
+ tags: {
86
+ status: 'live',
87
+ preferred: true
88
+ }
89
+ }]
90
+ },
91
+ {
92
+ $schema: '../../ibc_data.schema.json',
93
+ chain_1: {
94
+ chain_name: 'agoricdevnet',
95
+ client_id: '07-tendermint-16',
96
+ connection_id: 'connection-16'
97
+ },
98
+ chain_2: {
99
+ chain_name: 'elystestnet',
100
+ client_id: '07-tendermint-17',
101
+ connection_id: 'connection-10'
102
+ },
103
+ channels: [{
104
+ chain_1: {
105
+ channel_id: 'channel-23',
106
+ port_id: 'transfer'
107
+ },
108
+ chain_2: {
109
+ channel_id: 'channel-11',
110
+ port_id: 'transfer'
111
+ },
112
+ ordering: 'unordered',
113
+ version: 'ics20-1',
114
+ tags: {
115
+ status: 'live',
116
+ preferred: true
117
+ }
118
+ }]
119
+ },
120
+ {
121
+ $schema: '../../ibc_data.schema.json',
122
+ chain_1: {
123
+ chain_name: 'agoricdevnet',
124
+ client_id: '07-tendermint-128',
125
+ connection_id: 'connection-82'
126
+ },
127
+ chain_2: {
128
+ chain_name: 'neutrontestnet',
129
+ client_id: '07-tendermint-553',
130
+ connection_id: 'connection-474'
131
+ },
132
+ channels: [{
133
+ chain_1: {
134
+ channel_id: 'channel-62',
135
+ port_id: 'transfer'
136
+ },
137
+ chain_2: {
138
+ channel_id: 'channel-1578',
139
+ port_id: 'transfer'
140
+ },
141
+ ordering: 'unordered',
142
+ version: 'ics20-1',
143
+ tags: {
144
+ status: 'live',
145
+ preferred: true
146
+ }
147
+ }]
148
+ },
149
+ {
150
+ $schema: '../../ibc_data.schema.json',
151
+ chain_1: {
152
+ chain_name: 'agoricdevnet',
153
+ client_id: '07-tendermint-13',
154
+ connection_id: 'connection-13'
155
+ },
156
+ chain_2: {
157
+ chain_name: 'nobletestnet',
158
+ client_id: '07-tendermint-432',
159
+ connection_id: 'connection-196'
160
+ },
161
+ channels: [{
162
+ chain_1: {
163
+ channel_id: 'channel-11',
164
+ port_id: 'transfer'
165
+ },
166
+ chain_2: {
167
+ channel_id: 'channel-337',
168
+ port_id: 'transfer'
169
+ },
170
+ ordering: 'unordered',
171
+ version: 'ics20-1',
172
+ tags: {
173
+ status: 'live',
174
+ preferred: true
175
+ }
176
+ }]
177
+ },
178
+ {
179
+ $schema: '../../ibc_data.schema.json',
180
+ chain_1: {
181
+ chain_name: 'agoricdevnet',
182
+ client_id: '07-tendermint-6',
183
+ connection_id: 'connection-6'
184
+ },
185
+ chain_2: {
186
+ chain_name: 'osmosistestnet',
187
+ client_id: '07-tendermint-4596',
188
+ connection_id: 'connection-3957'
189
+ },
190
+ channels: [{
191
+ chain_1: {
192
+ channel_id: 'channel-5',
193
+ port_id: 'transfer'
194
+ },
195
+ chain_2: {
196
+ channel_id: 'channel-10293',
197
+ port_id: 'transfer'
198
+ },
199
+ ordering: 'unordered',
200
+ version: 'ics20-1',
201
+ tags: {
202
+ status: 'live',
203
+ preferred: true
204
+ }
205
+ }]
206
+ },
207
+ {
208
+ $schema: '../../ibc_data.schema.json',
209
+ chain_1: {
210
+ chain_name: 'agoricdevnet',
211
+ client_id: '07-tendermint-15',
212
+ connection_id: 'connection-15'
213
+ },
214
+ chain_2: {
215
+ chain_name: 'stridetestnet',
216
+ client_id: '07-tendermint-68',
217
+ connection_id: 'connection-44'
218
+ },
219
+ channels: [{
220
+ chain_1: {
221
+ channel_id: 'channel-13',
222
+ port_id: 'transfer'
223
+ },
224
+ chain_2: {
225
+ channel_id: 'channel-60',
226
+ port_id: 'transfer'
227
+ },
228
+ ordering: 'unordered',
229
+ version: 'ics20-1',
230
+ tags: {
231
+ status: 'live',
232
+ preferred: true
233
+ }
234
+ }]
235
+ }
236
+ ];
237
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assets: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibc: import("@chain-registry/types").IBCInfo[];
@@ -3,8 +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.chain = exports.assets = void 0;
6
+ exports.ibc = exports.chain = exports.assets = void 0;
7
7
  const assets_1 = __importDefault(require("./assets"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_1 = __importDefault(require("./ibc"));
9
10
  exports.assets = assets_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibc = ibc_1.default;
package/testnet/assets.js CHANGED
@@ -116,6 +116,7 @@ const _planqtestnet = __importStar(require("./planqtestnet"));
116
116
  const _pockettestnet = __importStar(require("./pockettestnet"));
117
117
  const _pryzmtestnet = __importStar(require("./pryzmtestnet"));
118
118
  const _quasartestnet = __importStar(require("./quasartestnet"));
119
+ const _qubeticstestnet = __importStar(require("./qubeticstestnet"));
119
120
  const _quicksilvertestnet = __importStar(require("./quicksilvertestnet"));
120
121
  const _qwoyntestnet = __importStar(require("./qwoyntestnet"));
121
122
  const _sagatestnet = __importStar(require("./sagatestnet"));
@@ -250,6 +251,7 @@ const assets = [
250
251
  _pockettestnet.assets,
251
252
  _pryzmtestnet.assets,
252
253
  _quasartestnet.assets,
254
+ _qubeticstestnet.assets,
253
255
  _quicksilvertestnet.assets,
254
256
  _qwoyntestnet.assets,
255
257
  _sagatestnet.assets,
@@ -1,6 +1,35 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [
4
+ {
5
+ $schema: '../../ibc_data.schema.json',
6
+ chain_1: {
7
+ chain_name: 'agoricdevnet',
8
+ client_id: '07-tendermint-14',
9
+ connection_id: 'connection-14'
10
+ },
11
+ chain_2: {
12
+ chain_name: 'axelartestnet',
13
+ client_id: '07-tendermint-1128',
14
+ connection_id: 'connection-872'
15
+ },
16
+ channels: [{
17
+ chain_1: {
18
+ channel_id: 'channel-12',
19
+ port_id: 'transfer'
20
+ },
21
+ chain_2: {
22
+ channel_id: 'channel-602',
23
+ port_id: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ status: 'live',
29
+ preferred: true
30
+ }
31
+ }]
32
+ },
4
33
  {
5
34
  $schema: '../../ibc_data.schema.json',
6
35
  chain_1: {
package/testnet/chains.js CHANGED
@@ -116,6 +116,7 @@ const _planqtestnet = __importStar(require("./planqtestnet"));
116
116
  const _pockettestnet = __importStar(require("./pockettestnet"));
117
117
  const _pryzmtestnet = __importStar(require("./pryzmtestnet"));
118
118
  const _quasartestnet = __importStar(require("./quasartestnet"));
119
+ const _qubeticstestnet = __importStar(require("./qubeticstestnet"));
119
120
  const _quicksilvertestnet = __importStar(require("./quicksilvertestnet"));
120
121
  const _qwoyntestnet = __importStar(require("./qwoyntestnet"));
121
122
  const _sagatestnet = __importStar(require("./sagatestnet"));
@@ -250,6 +251,7 @@ const chains = [
250
251
  _pockettestnet.chain,
251
252
  _pryzmtestnet.chain,
252
253
  _quasartestnet.chain,
254
+ _qubeticstestnet.chain,
253
255
  _quicksilvertestnet.chain,
254
256
  _qwoyntestnet.chain,
255
257
  _sagatestnet.chain,
@@ -1,6 +1,36 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const info = [{
3
+ const info = [
4
+ {
5
+ $schema: '../../ibc_data.schema.json',
6
+ chain_1: {
7
+ chain_name: 'agoricdevnet',
8
+ client_id: '07-tendermint-18',
9
+ connection_id: 'connection-17'
10
+ },
11
+ chain_2: {
12
+ chain_name: 'cosmosicsprovidertestnet',
13
+ client_id: '07-tendermint-311',
14
+ connection_id: 'connection-224'
15
+ },
16
+ channels: [{
17
+ chain_1: {
18
+ channel_id: 'channel-25',
19
+ port_id: 'transfer'
20
+ },
21
+ chain_2: {
22
+ channel_id: 'channel-388',
23
+ port_id: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ status: 'live',
29
+ preferred: true
30
+ }
31
+ }]
32
+ },
33
+ {
4
34
  $schema: '../../ibc_data.schema.json',
5
35
  chain_1: {
6
36
  chain_name: 'cosmosicsprovidertestnet',
@@ -28,7 +58,8 @@ const info = [{
28
58
  preferred: true
29
59
  }
30
60
  }]
31
- }, {
61
+ },
62
+ {
32
63
  $schema: '../../ibc_data.schema.json',
33
64
  chain_1: {
34
65
  chain_name: 'cosmosicsprovidertestnet',
@@ -57,5 +88,6 @@ const info = [{
57
88
  dex: 'osmosis'
58
89
  }
59
90
  }]
60
- }];
91
+ }
92
+ ];
61
93
  exports.default = info;
@@ -1,6 +1,35 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [
4
+ {
5
+ $schema: '../../ibc_data.schema.json',
6
+ chain_1: {
7
+ chain_name: 'agoricdevnet',
8
+ client_id: '07-tendermint-16',
9
+ connection_id: 'connection-16'
10
+ },
11
+ chain_2: {
12
+ chain_name: 'elystestnet',
13
+ client_id: '07-tendermint-17',
14
+ connection_id: 'connection-10'
15
+ },
16
+ channels: [{
17
+ chain_1: {
18
+ channel_id: 'channel-23',
19
+ port_id: 'transfer'
20
+ },
21
+ chain_2: {
22
+ channel_id: 'channel-11',
23
+ port_id: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ status: 'live',
29
+ preferred: true
30
+ }
31
+ }]
32
+ },
4
33
  {
5
34
  $schema: '../../ibc_data.schema.json',
6
35
  chain_1: {
package/testnet/ibc.js CHANGED
@@ -23,6 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
+ const _agoricdevnet = __importStar(require("./agoricdevnet"));
26
27
  const _akashtestnet = __importStar(require("./akashtestnet"));
27
28
  const _archwaytestnet = __importStar(require("./archwaytestnet"));
28
29
  const _axelartestnet = __importStar(require("./axelartestnet"));
@@ -39,6 +40,7 @@ const _elystestnet = __importStar(require("./elystestnet"));
39
40
  const _empowertestnet = __importStar(require("./empowertestnet"));
40
41
  const _impacthubtestnet = __importStar(require("./impacthubtestnet"));
41
42
  const _injectivetestnet = __importStar(require("./injectivetestnet"));
43
+ const _int3facetestnet = __importStar(require("./int3facetestnet"));
42
44
  const _jackaltestnet2 = __importStar(require("./jackaltestnet2"));
43
45
  const _kimanetworktestnet = __importStar(require("./kimanetworktestnet"));
44
46
  const _kujiratestnet = __importStar(require("./kujiratestnet"));
@@ -59,6 +61,7 @@ const _sagatestnet = __importStar(require("./sagatestnet"));
59
61
  const _seitestnet2 = __importStar(require("./seitestnet2"));
60
62
  const _sgetestnet = __importStar(require("./sgetestnet"));
61
63
  const _stargazetestnet = __importStar(require("./stargazetestnet"));
64
+ const _stridetestnet = __importStar(require("./stridetestnet"));
62
65
  const _swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
63
66
  const _symphonytestnet = __importStar(require("./symphonytestnet"));
64
67
  const _symphonytestnet3 = __importStar(require("./symphonytestnet3"));
@@ -70,6 +73,7 @@ const _wardenprotocoltestnet = __importStar(require("./wardenprotocoltestnet"));
70
73
  const _xiontestnet2 = __importStar(require("./xiontestnet2"));
71
74
  const _xrplevmtestnet = __importStar(require("./xrplevmtestnet"));
72
75
  const ibc = [
76
+ ..._agoricdevnet.ibc,
73
77
  ..._akashtestnet.ibc,
74
78
  ..._archwaytestnet.ibc,
75
79
  ..._axelartestnet.ibc,
@@ -86,6 +90,7 @@ const ibc = [
86
90
  ..._empowertestnet.ibc,
87
91
  ..._impacthubtestnet.ibc,
88
92
  ..._injectivetestnet.ibc,
93
+ ..._int3facetestnet.ibc,
89
94
  ..._jackaltestnet2.ibc,
90
95
  ..._kimanetworktestnet.ibc,
91
96
  ..._kujiratestnet.ibc,
@@ -106,6 +111,7 @@ const ibc = [
106
111
  ..._seitestnet2.ibc,
107
112
  ..._sgetestnet.ibc,
108
113
  ..._stargazetestnet.ibc,
114
+ ..._stridetestnet.ibc,
109
115
  ..._swisstroniktestnet.ibc,
110
116
  ..._symphonytestnet.ibc,
111
117
  ..._symphonytestnet3.ibc,
@@ -224,10 +224,46 @@ const info = {
224
224
  provider: 'Int3face'
225
225
  }],
226
226
  logo_URIs: {
227
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.png'
227
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.png',
228
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.svg'
228
229
  },
229
230
  images: [{
230
231
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.png',
232
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.svg',
233
+ theme: {
234
+ primary_color_hex: '#3d3d3d'
235
+ }
236
+ }],
237
+ type_asset: 'sdk.coin'
238
+ },
239
+ {
240
+ description: 'Testnet XRP on Int3face',
241
+ denom_units: [{
242
+ denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/xrpl-xrp',
243
+ exponent: 0
244
+ }, {
245
+ denom: 'xrp',
246
+ exponent: 6
247
+ }],
248
+ base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/xrpl-xrp',
249
+ name: 'Testnet XRP',
250
+ display: 'xrp',
251
+ symbol: 'XRP',
252
+ traces: [{
253
+ type: 'bridge',
254
+ counterparty: {
255
+ chain_name: 'xrpltestnet',
256
+ base_denom: 'drop'
257
+ },
258
+ provider: 'Int3face'
259
+ }],
260
+ logo_URIs: {
261
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png',
262
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.svg'
263
+ },
264
+ images: [{
265
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png',
266
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.svg',
231
267
  theme: {
232
268
  primary_color_hex: '#3d3d3d'
233
269
  }
@@ -0,0 +1,3 @@
1
+ import { IBCInfo } from '@chain-registry/types';
2
+ declare const info: IBCInfo[];
3
+ export default info;