chain-registry 1.69.221 → 1.69.222

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 (44) 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/injective/assets.js +51 -0
  6. package/esm/mainnet/int3face/assets.js +34 -0
  7. package/esm/mainnet/milkyway/assets.js +8 -0
  8. package/esm/mainnet/milkyway/ibc.js +35 -3
  9. package/esm/mainnet/osmosis/assets.js +73 -85
  10. package/esm/noncosmos/assets.js +2 -0
  11. package/esm/noncosmos/named.js +1 -0
  12. package/esm/noncosmos/xrpltestnet/assets.js +47 -0
  13. package/esm/noncosmos/xrpltestnet/index.js +2 -0
  14. package/esm/testnet/ibc.js +2 -0
  15. package/esm/testnet/int3facetestnet/assets.js +37 -1
  16. package/esm/testnet/int3facetestnet/ibc.js +31 -0
  17. package/esm/testnet/int3facetestnet/index.js +2 -0
  18. package/esm/testnet/osmosistestnet/assets.js +371 -0
  19. package/esm/testnet/osmosistestnet/ibc.js +30 -0
  20. package/mainnet/althea/chain.js +14 -0
  21. package/mainnet/arkeo/chain.js +14 -0
  22. package/mainnet/babylon/assets.js +45 -0
  23. package/mainnet/babylon/ibc.js +29 -0
  24. package/mainnet/injective/assets.js +51 -0
  25. package/mainnet/int3face/assets.js +34 -0
  26. package/mainnet/milkyway/assets.js +8 -0
  27. package/mainnet/milkyway/ibc.js +35 -3
  28. package/mainnet/osmosis/assets.js +73 -85
  29. package/noncosmos/assets.js +2 -0
  30. package/noncosmos/named.d.ts +1 -0
  31. package/noncosmos/named.js +2 -1
  32. package/noncosmos/xrpltestnet/assets.d.ts +3 -0
  33. package/noncosmos/xrpltestnet/assets.js +49 -0
  34. package/noncosmos/xrpltestnet/index.d.ts +1 -0
  35. package/noncosmos/xrpltestnet/index.js +8 -0
  36. package/package.json +4 -4
  37. package/testnet/ibc.js +2 -0
  38. package/testnet/int3facetestnet/assets.js +37 -1
  39. package/testnet/int3facetestnet/ibc.d.ts +3 -0
  40. package/testnet/int3facetestnet/ibc.js +33 -0
  41. package/testnet/int3facetestnet/index.d.ts +1 -0
  42. package/testnet/int3facetestnet/index.js +3 -1
  43. package/testnet/osmosistestnet/assets.js +371 -0
  44. package/testnet/osmosistestnet/ibc.js +30 -0
@@ -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;
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../../ibc_data.schema.json',
5
+ chain_1: {
6
+ chain_name: 'int3facetestnet',
7
+ client_id: '07-tendermint-3',
8
+ connection_id: 'connection-3'
9
+ },
10
+ chain_2: {
11
+ chain_name: 'osmosistestnet',
12
+ client_id: '07-tendermint-4231',
13
+ connection_id: 'connection-3694'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-1',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-9755',
22
+ port_id: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true,
29
+ dex: 'osmosis'
30
+ }
31
+ }]
32
+ }];
33
+ exports.default = info;
@@ -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;
@@ -1323,6 +1323,377 @@ const info = {
1323
1323
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
1324
1324
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
1325
1325
  }
1326
+ },
1327
+ {
1328
+ description: 'Testnet DOGE from Dogecoin bridged via Int3face bridge',
1329
+ denom_units: [{
1330
+ denom: 'ibc/FCB9537564D517E821D0438AB6CA3BBE03B9E2B2C661B89311181329DFD331C4',
1331
+ exponent: 0,
1332
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge']
1333
+ }, {
1334
+ denom: 'doge',
1335
+ exponent: 8
1336
+ }],
1337
+ type_asset: 'ics20',
1338
+ base: 'ibc/FCB9537564D517E821D0438AB6CA3BBE03B9E2B2C661B89311181329DFD331C4',
1339
+ name: 'Testnet Dogecoin (Int3)',
1340
+ display: 'doge',
1341
+ symbol: 'DOGE.int3',
1342
+ traces: [{
1343
+ type: 'bridge',
1344
+ counterparty: {
1345
+ chain_name: 'dogecointestnet',
1346
+ base_denom: 'shibe'
1347
+ },
1348
+ provider: 'Int3face'
1349
+ }, {
1350
+ type: 'ibc',
1351
+ counterparty: {
1352
+ chain_name: 'int3facetestnet',
1353
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge',
1354
+ channel_id: 'channel-1'
1355
+ },
1356
+ chain: {
1357
+ channel_id: 'channel-9755',
1358
+ path: 'transfer/channel-9755/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
1359
+ }
1360
+ }],
1361
+ logo_URIs: {
1362
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
1363
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png'
1364
+ },
1365
+ images: [{
1366
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
1367
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png'
1368
+ }, {
1369
+ image_sync: {
1370
+ chain_name: 'int3facetestnet',
1371
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
1372
+ },
1373
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
1374
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg',
1375
+ theme: {
1376
+ primary_color_hex: '#3d3d3d'
1377
+ }
1378
+ }]
1379
+ },
1380
+ {
1381
+ description: 'Testnet BTC from Bitcoin bridged via Int3face bridge',
1382
+ denom_units: [{
1383
+ denom: 'ibc/68157A7910F47A17C4BA8E06180FA4E5D6E3DF8A8F2B2FD4A74F23597BC1ABBF',
1384
+ exponent: 0,
1385
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc']
1386
+ }, {
1387
+ denom: 'btc',
1388
+ exponent: 8
1389
+ }],
1390
+ type_asset: 'ics20',
1391
+ base: 'ibc/68157A7910F47A17C4BA8E06180FA4E5D6E3DF8A8F2B2FD4A74F23597BC1ABBF',
1392
+ name: 'Testnet Bitcoin (Int3)',
1393
+ display: 'btc',
1394
+ symbol: 'BTC.int3',
1395
+ traces: [{
1396
+ type: 'bridge',
1397
+ counterparty: {
1398
+ chain_name: 'bitcointestnet',
1399
+ base_denom: 'sat'
1400
+ },
1401
+ provider: 'Int3face'
1402
+ }, {
1403
+ type: 'ibc',
1404
+ counterparty: {
1405
+ chain_name: 'int3facetestnet',
1406
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc',
1407
+ channel_id: 'channel-1'
1408
+ },
1409
+ chain: {
1410
+ channel_id: 'channel-9755',
1411
+ path: 'transfer/channel-9755/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc'
1412
+ }
1413
+ }],
1414
+ logo_URIs: {
1415
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
1416
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png'
1417
+ },
1418
+ images: [{
1419
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
1420
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png'
1421
+ }, {
1422
+ image_sync: {
1423
+ chain_name: 'int3facetestnet',
1424
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc'
1425
+ },
1426
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.png',
1427
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.svg',
1428
+ theme: {
1429
+ primary_color_hex: '#3d3d3d'
1430
+ }
1431
+ }]
1432
+ },
1433
+ {
1434
+ description: 'Testnet BCH from Bitcoin-Cash bridged via Int3face bridge',
1435
+ denom_units: [{
1436
+ denom: 'ibc/B746CC188C8315EE135101C7F77D361AF6A62A4740EEDBB99A8AC5A80246D719',
1437
+ exponent: 0,
1438
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch']
1439
+ }, {
1440
+ denom: 'bch',
1441
+ exponent: 8
1442
+ }],
1443
+ type_asset: 'ics20',
1444
+ base: 'ibc/B746CC188C8315EE135101C7F77D361AF6A62A4740EEDBB99A8AC5A80246D719',
1445
+ name: 'Testnet Bitcoin Cash (Int3)',
1446
+ display: 'bch',
1447
+ symbol: 'BCH.int3',
1448
+ traces: [{
1449
+ type: 'bridge',
1450
+ counterparty: {
1451
+ chain_name: 'bitcoincashtestnet',
1452
+ base_denom: 'sat'
1453
+ },
1454
+ provider: 'Int3face'
1455
+ }, {
1456
+ type: 'ibc',
1457
+ counterparty: {
1458
+ chain_name: 'int3facetestnet',
1459
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch',
1460
+ channel_id: 'channel-1'
1461
+ },
1462
+ chain: {
1463
+ channel_id: 'channel-9755',
1464
+ path: 'transfer/channel-9755/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch'
1465
+ }
1466
+ }],
1467
+ logo_URIs: {
1468
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
1469
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png'
1470
+ },
1471
+ images: [{
1472
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
1473
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png'
1474
+ }, {
1475
+ image_sync: {
1476
+ chain_name: 'int3facetestnet',
1477
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch'
1478
+ },
1479
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.png',
1480
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.svg',
1481
+ theme: {
1482
+ primary_color_hex: '#3d3d3d'
1483
+ }
1484
+ }]
1485
+ },
1486
+ {
1487
+ description: 'Testnet LTC from Litecoin bridged via Int3face bridge',
1488
+ denom_units: [{
1489
+ denom: 'ibc/713D13C42B4EC1327AAD87602393D8870089B59005F552289E46141ABCF79F4C',
1490
+ exponent: 0,
1491
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc']
1492
+ }, {
1493
+ denom: 'ltc',
1494
+ exponent: 8
1495
+ }],
1496
+ type_asset: 'ics20',
1497
+ base: 'ibc/713D13C42B4EC1327AAD87602393D8870089B59005F552289E46141ABCF79F4C',
1498
+ name: 'Testnet Litecoin (Int3)',
1499
+ display: 'ltc',
1500
+ symbol: 'LTC.int3',
1501
+ traces: [{
1502
+ type: 'bridge',
1503
+ counterparty: {
1504
+ chain_name: 'litecointestnet',
1505
+ base_denom: 'litoshi'
1506
+ },
1507
+ provider: 'Int3face'
1508
+ }, {
1509
+ type: 'ibc',
1510
+ counterparty: {
1511
+ chain_name: 'int3facetestnet',
1512
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc',
1513
+ channel_id: 'channel-1'
1514
+ },
1515
+ chain: {
1516
+ channel_id: 'channel-9755',
1517
+ path: 'transfer/channel-9755/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc'
1518
+ }
1519
+ }],
1520
+ logo_URIs: {
1521
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
1522
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png'
1523
+ },
1524
+ images: [{
1525
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
1526
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png'
1527
+ }, {
1528
+ image_sync: {
1529
+ chain_name: 'int3facetestnet',
1530
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc'
1531
+ },
1532
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.png',
1533
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg',
1534
+ theme: {
1535
+ primary_color_hex: '#3d3d3d'
1536
+ }
1537
+ }]
1538
+ },
1539
+ {
1540
+ description: 'Testnet TON coin bridged via Int3face bridge',
1541
+ denom_units: [{
1542
+ denom: 'ibc/17993F75F724B0CB68D0C26642007CDD62286010974B843F86507F383E9F19F3',
1543
+ exponent: 0,
1544
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton']
1545
+ }, {
1546
+ denom: 'ton',
1547
+ exponent: 9
1548
+ }],
1549
+ type_asset: 'ics20',
1550
+ base: 'ibc/17993F75F724B0CB68D0C26642007CDD62286010974B843F86507F383E9F19F3',
1551
+ name: 'Testnet Toncoin (Int3)',
1552
+ display: 'ton',
1553
+ symbol: 'TON.int3',
1554
+ traces: [{
1555
+ type: 'bridge',
1556
+ counterparty: {
1557
+ chain_name: 'tontestnet',
1558
+ base_denom: 'nanoton'
1559
+ },
1560
+ provider: 'Int3face'
1561
+ }, {
1562
+ type: 'ibc',
1563
+ counterparty: {
1564
+ chain_name: 'int3facetestnet',
1565
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton',
1566
+ channel_id: 'channel-1'
1567
+ },
1568
+ chain: {
1569
+ channel_id: 'channel-9755',
1570
+ path: 'transfer/channel-9755/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
1571
+ }
1572
+ }],
1573
+ logo_URIs: {
1574
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
1575
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
1576
+ },
1577
+ images: [{
1578
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
1579
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
1580
+ }, {
1581
+ image_sync: {
1582
+ chain_name: 'int3facetestnet',
1583
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
1584
+ },
1585
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ton.int3.png',
1586
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ton.int3.svg',
1587
+ theme: {
1588
+ primary_color_hex: '#3d3d3d'
1589
+ }
1590
+ }]
1591
+ },
1592
+ {
1593
+ description: 'Testnet Solana (SOL) coin bridged via Int3face bridge',
1594
+ denom_units: [{
1595
+ denom: 'ibc/931C1E953C5312AB6856BDE136EFBD43FAC52398E484CA2C344F623746BAC4BE',
1596
+ exponent: 0,
1597
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-sol']
1598
+ }, {
1599
+ denom: 'sol',
1600
+ exponent: 9
1601
+ }],
1602
+ type_asset: 'ics20',
1603
+ base: 'ibc/931C1E953C5312AB6856BDE136EFBD43FAC52398E484CA2C344F623746BAC4BE',
1604
+ name: 'Testnet SOL (Int3)',
1605
+ display: 'sol',
1606
+ symbol: 'SOL.int3',
1607
+ traces: [{
1608
+ type: 'bridge',
1609
+ counterparty: {
1610
+ chain_name: 'solanatestnet',
1611
+ base_denom: 'Lamport'
1612
+ },
1613
+ provider: 'Int3face'
1614
+ }, {
1615
+ type: 'ibc',
1616
+ counterparty: {
1617
+ chain_name: 'int3facetestnet',
1618
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-sol',
1619
+ channel_id: 'channel-1'
1620
+ },
1621
+ chain: {
1622
+ channel_id: 'channel-9755',
1623
+ path: 'transfer/channel-9755/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-sol'
1624
+ }
1625
+ }],
1626
+ logo_URIs: {
1627
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.png',
1628
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.svg'
1629
+ },
1630
+ images: [{
1631
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.png',
1632
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.svg'
1633
+ }, {
1634
+ image_sync: {
1635
+ chain_name: 'int3facetestnet',
1636
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-sol'
1637
+ },
1638
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.png',
1639
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.svg',
1640
+ theme: {
1641
+ primary_color_hex: '#3d3d3d'
1642
+ }
1643
+ }]
1644
+ },
1645
+ {
1646
+ description: 'Testnet XRPL (XRP) coin bridged via Int3face bridge',
1647
+ denom_units: [{
1648
+ denom: 'ibc/9D44B9A113D449A16FAB9F639FF5B074CAB6D33D049056AB6B4DCE6E3891DD55',
1649
+ exponent: 0,
1650
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/xrpl-xrp']
1651
+ }, {
1652
+ denom: 'xrp',
1653
+ exponent: 6
1654
+ }],
1655
+ type_asset: 'ics20',
1656
+ base: 'ibc/9D44B9A113D449A16FAB9F639FF5B074CAB6D33D049056AB6B4DCE6E3891DD55',
1657
+ name: 'Testnet XRP (Int3)',
1658
+ display: 'xrp',
1659
+ symbol: 'XRP.int3',
1660
+ traces: [{
1661
+ type: 'bridge',
1662
+ counterparty: {
1663
+ chain_name: 'xrpltestnet',
1664
+ base_denom: 'drop'
1665
+ },
1666
+ provider: 'Int3face'
1667
+ }, {
1668
+ type: 'ibc',
1669
+ counterparty: {
1670
+ chain_name: 'int3facetestnet',
1671
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/xrpl-xrp',
1672
+ channel_id: 'channel-1'
1673
+ },
1674
+ chain: {
1675
+ channel_id: 'channel-9755',
1676
+ path: 'transfer/channel-9755/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/xrpl-xrp'
1677
+ }
1678
+ }],
1679
+ logo_URIs: {
1680
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.int3.png',
1681
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.int3.svg'
1682
+ },
1683
+ images: [{
1684
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.int3.png',
1685
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.int3.svg'
1686
+ }, {
1687
+ image_sync: {
1688
+ chain_name: 'int3facetestnet',
1689
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/xrpl-xrp'
1690
+ },
1691
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png',
1692
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.svg',
1693
+ theme: {
1694
+ primary_color_hex: '#3d3d3d'
1695
+ }
1696
+ }]
1326
1697
  }
1327
1698
  ]
1328
1699
  };
@@ -463,6 +463,36 @@ const info = [
463
463
  }
464
464
  }]
465
465
  },
466
+ {
467
+ $schema: '../../ibc_data.schema.json',
468
+ chain_1: {
469
+ chain_name: 'int3facetestnet',
470
+ client_id: '07-tendermint-3',
471
+ connection_id: 'connection-3'
472
+ },
473
+ chain_2: {
474
+ chain_name: 'osmosistestnet',
475
+ client_id: '07-tendermint-4231',
476
+ connection_id: 'connection-3694'
477
+ },
478
+ channels: [{
479
+ chain_1: {
480
+ channel_id: 'channel-1',
481
+ port_id: 'transfer'
482
+ },
483
+ chain_2: {
484
+ channel_id: 'channel-9755',
485
+ port_id: 'transfer'
486
+ },
487
+ ordering: 'unordered',
488
+ version: 'ics20-1',
489
+ tags: {
490
+ status: 'live',
491
+ preferred: true,
492
+ dex: 'osmosis'
493
+ }
494
+ }]
495
+ },
466
496
  {
467
497
  $schema: '../../ibc_data.schema.json',
468
498
  chain_1: {