@hyperlane-xyz/registry 13.7.1 → 13.9.0

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 (16) hide show
  1. package/dist/deployments/warp_routes/ETH/arbitrum-base-ethereum-lumiaprism-optimism-polygon-config.js +166 -0
  2. package/dist/deployments/warp_routes/ETH/arbitrum-base-ethereum-lumiaprism-optimism-polygon-config.json +166 -0
  3. package/dist/deployments/warp_routes/ETH/arbitrum-base-ethereum-lumiaprism-optimism-polygon-config.yaml +86 -0
  4. package/dist/deployments/warp_routes/LUMIA/arbitrum-avalanche-base-bsc-ethereum-lumiaprism-optimism-polygon-config.js +255 -0
  5. package/dist/deployments/warp_routes/LUMIA/arbitrum-avalanche-base-bsc-ethereum-lumiaprism-optimism-polygon-config.json +255 -0
  6. package/dist/deployments/warp_routes/LUMIA/arbitrum-avalanche-base-bsc-ethereum-lumiaprism-optimism-polygon-config.yaml +117 -0
  7. package/dist/warpRouteConfigs.js +351 -45
  8. package/package.json +1 -1
  9. package/dist/deployments/warp_routes/ETH/base-ethereum-lumiaprism-config.js +0 -57
  10. package/dist/deployments/warp_routes/ETH/base-ethereum-lumiaprism-config.json +0 -57
  11. package/dist/deployments/warp_routes/ETH/base-ethereum-lumiaprism-config.yaml +0 -34
  12. package/dist/deployments/warp_routes/LUMIA/bsc-ethereum-lumiaprism-config.js +0 -58
  13. package/dist/deployments/warp_routes/LUMIA/bsc-ethereum-lumiaprism-config.json +0 -58
  14. package/dist/deployments/warp_routes/LUMIA/bsc-ethereum-lumiaprism-config.yaml +0 -35
  15. /package/dist/deployments/warp_routes/ETH/{base-ethereum-lumiaprism-config.d.ts → arbitrum-base-ethereum-lumiaprism-optimism-polygon-config.d.ts} +0 -0
  16. /package/dist/deployments/warp_routes/LUMIA/{bsc-ethereum-lumiaprism-config.d.ts → arbitrum-avalanche-base-bsc-ethereum-lumiaprism-optimism-polygon-config.d.ts} +0 -0
@@ -1605,100 +1605,134 @@ export const warpRouteConfigs = {
1605
1605
  }
1606
1606
  ]
1607
1607
  },
1608
- "ETH/arbitrum-bsc-kalychain-polygon": {
1608
+ "ETH/arbitrum-base-ethereum-lumiaprism-optimism-polygon": {
1609
1609
  "tokens": [
1610
1610
  {
1611
- "addressOrDenom": "0x14CFC15Da10d5cfC6A494E183c795067573C7F51",
1612
- "chainName": "arbitrum",
1611
+ "addressOrDenom": "0xE4A9622Bf50025fE99A576D484AEf16280A5304f",
1612
+ "chainName": "base",
1613
+ "coinGeckoId": "ethereum",
1613
1614
  "connections": [
1614
1615
  {
1615
- "token": "ethereum|bsc|0xF29AD0640731c50d0c7C999D1f8d5Ffb9E2A3da3"
1616
+ "token": "ethereum|ethereum|0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196"
1616
1617
  },
1617
1618
  {
1618
- "token": "ethereum|kalychain|0xfdbB253753dDE60b11211B169dC872AaE672879b"
1619
+ "token": "ethereum|lumiaprism|0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b"
1619
1620
  },
1620
1621
  {
1621
- "token": "ethereum|polygon|0xb974461a9ef2Ff3F408798f551929647ceaB13b4"
1622
+ "token": "ethereum|arbitrum|0x19dcF74D21d85Cf82d1a047ef80C64954E4aa009"
1623
+ },
1624
+ {
1625
+ "token": "ethereum|optimism|0x4e550422D67f208eE25A730D11dCe9201cF3Aa3a"
1626
+ },
1627
+ {
1628
+ "token": "ethereum|polygon|0x56c3AAd2d754b2177dBDa02A4dCb0571486460a9"
1622
1629
  }
1623
1630
  ],
1624
1631
  "decimals": 18,
1632
+ "logoURI": "/deployments/warp_routes/ETH/logo.svg",
1625
1633
  "name": "Ether",
1626
1634
  "standard": "EvmHypNative",
1627
1635
  "symbol": "ETH"
1628
1636
  },
1629
1637
  {
1630
- "addressOrDenom": "0xF29AD0640731c50d0c7C999D1f8d5Ffb9E2A3da3",
1631
- "chainName": "bsc",
1632
- "collateralAddressOrDenom": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8",
1638
+ "addressOrDenom": "0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196",
1639
+ "chainName": "ethereum",
1640
+ "coinGeckoId": "ethereum",
1633
1641
  "connections": [
1634
1642
  {
1635
- "token": "ethereum|arbitrum|0x14CFC15Da10d5cfC6A494E183c795067573C7F51"
1643
+ "token": "ethereum|base|0xE4A9622Bf50025fE99A576D484AEf16280A5304f"
1636
1644
  },
1637
1645
  {
1638
- "token": "ethereum|kalychain|0xfdbB253753dDE60b11211B169dC872AaE672879b"
1646
+ "token": "ethereum|lumiaprism|0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b"
1639
1647
  },
1640
1648
  {
1641
- "token": "ethereum|polygon|0xb974461a9ef2Ff3F408798f551929647ceaB13b4"
1649
+ "token": "ethereum|arbitrum|0x19dcF74D21d85Cf82d1a047ef80C64954E4aa009"
1650
+ },
1651
+ {
1652
+ "token": "ethereum|optimism|0x4e550422D67f208eE25A730D11dCe9201cF3Aa3a"
1653
+ },
1654
+ {
1655
+ "token": "ethereum|polygon|0x56c3AAd2d754b2177dBDa02A4dCb0571486460a9"
1642
1656
  }
1643
1657
  ],
1644
1658
  "decimals": 18,
1659
+ "logoURI": "/deployments/warp_routes/ETH/logo.svg",
1645
1660
  "name": "Ether",
1646
- "standard": "EvmHypCollateral",
1661
+ "standard": "EvmHypNative",
1647
1662
  "symbol": "ETH"
1648
1663
  },
1649
1664
  {
1650
- "addressOrDenom": "0xfdbB253753dDE60b11211B169dC872AaE672879b",
1651
- "chainName": "kalychain",
1665
+ "addressOrDenom": "0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b",
1666
+ "chainName": "lumiaprism",
1652
1667
  "connections": [
1653
1668
  {
1654
- "token": "ethereum|arbitrum|0x14CFC15Da10d5cfC6A494E183c795067573C7F51"
1669
+ "token": "ethereum|base|0xE4A9622Bf50025fE99A576D484AEf16280A5304f"
1655
1670
  },
1656
1671
  {
1657
- "token": "ethereum|bsc|0xF29AD0640731c50d0c7C999D1f8d5Ffb9E2A3da3"
1672
+ "token": "ethereum|ethereum|0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196"
1658
1673
  },
1659
1674
  {
1660
- "token": "ethereum|polygon|0xb974461a9ef2Ff3F408798f551929647ceaB13b4"
1675
+ "token": "ethereum|arbitrum|0x19dcF74D21d85Cf82d1a047ef80C64954E4aa009"
1676
+ },
1677
+ {
1678
+ "token": "ethereum|optimism|0x4e550422D67f208eE25A730D11dCe9201cF3Aa3a"
1679
+ },
1680
+ {
1681
+ "token": "ethereum|polygon|0x56c3AAd2d754b2177dBDa02A4dCb0571486460a9"
1661
1682
  }
1662
1683
  ],
1663
1684
  "decimals": 18,
1685
+ "logoURI": "/deployments/warp_routes/ETH/logo.svg",
1664
1686
  "name": "Ether",
1665
1687
  "standard": "EvmHypSynthetic",
1666
- "symbol": "ETH"
1688
+ "symbol": "WETH"
1667
1689
  },
1668
1690
  {
1669
- "addressOrDenom": "0xb974461a9ef2Ff3F408798f551929647ceaB13b4",
1670
- "chainName": "polygon",
1671
- "collateralAddressOrDenom": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
1691
+ "addressOrDenom": "0x19dcF74D21d85Cf82d1a047ef80C64954E4aa009",
1692
+ "chainName": "arbitrum",
1693
+ "coinGeckoId": "ethereum",
1672
1694
  "connections": [
1673
1695
  {
1674
- "token": "ethereum|arbitrum|0x14CFC15Da10d5cfC6A494E183c795067573C7F51"
1696
+ "token": "ethereum|base|0xE4A9622Bf50025fE99A576D484AEf16280A5304f"
1675
1697
  },
1676
1698
  {
1677
- "token": "ethereum|bsc|0xF29AD0640731c50d0c7C999D1f8d5Ffb9E2A3da3"
1699
+ "token": "ethereum|ethereum|0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196"
1678
1700
  },
1679
1701
  {
1680
- "token": "ethereum|kalychain|0xfdbB253753dDE60b11211B169dC872AaE672879b"
1702
+ "token": "ethereum|lumiaprism|0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b"
1703
+ },
1704
+ {
1705
+ "token": "ethereum|optimism|0x4e550422D67f208eE25A730D11dCe9201cF3Aa3a"
1706
+ },
1707
+ {
1708
+ "token": "ethereum|polygon|0x56c3AAd2d754b2177dBDa02A4dCb0571486460a9"
1681
1709
  }
1682
1710
  ],
1683
1711
  "decimals": 18,
1712
+ "logoURI": "/deployments/warp_routes/ETH/logo.svg",
1684
1713
  "name": "Ether",
1685
- "standard": "EvmHypCollateral",
1714
+ "standard": "EvmHypNative",
1686
1715
  "symbol": "ETH"
1687
- }
1688
- ]
1689
- },
1690
- "ETH/base-ethereum-lumiaprism": {
1691
- "tokens": [
1716
+ },
1692
1717
  {
1693
- "addressOrDenom": "0xE4A9622Bf50025fE99A576D484AEf16280A5304f",
1694
- "chainName": "base",
1718
+ "addressOrDenom": "0x4e550422D67f208eE25A730D11dCe9201cF3Aa3a",
1719
+ "chainName": "optimism",
1695
1720
  "coinGeckoId": "ethereum",
1696
1721
  "connections": [
1722
+ {
1723
+ "token": "ethereum|base|0xE4A9622Bf50025fE99A576D484AEf16280A5304f"
1724
+ },
1697
1725
  {
1698
1726
  "token": "ethereum|ethereum|0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196"
1699
1727
  },
1700
1728
  {
1701
1729
  "token": "ethereum|lumiaprism|0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b"
1730
+ },
1731
+ {
1732
+ "token": "ethereum|arbitrum|0x19dcF74D21d85Cf82d1a047ef80C64954E4aa009"
1733
+ },
1734
+ {
1735
+ "token": "ethereum|polygon|0x56c3AAd2d754b2177dBDa02A4dCb0571486460a9"
1702
1736
  }
1703
1737
  ],
1704
1738
  "decimals": 18,
@@ -1708,39 +1742,114 @@ export const warpRouteConfigs = {
1708
1742
  "symbol": "ETH"
1709
1743
  },
1710
1744
  {
1711
- "addressOrDenom": "0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196",
1712
- "chainName": "ethereum",
1745
+ "addressOrDenom": "0x56c3AAd2d754b2177dBDa02A4dCb0571486460a9",
1746
+ "chainName": "polygon",
1713
1747
  "coinGeckoId": "ethereum",
1748
+ "collateralAddressOrDenom": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
1714
1749
  "connections": [
1715
1750
  {
1716
1751
  "token": "ethereum|base|0xE4A9622Bf50025fE99A576D484AEf16280A5304f"
1717
1752
  },
1753
+ {
1754
+ "token": "ethereum|ethereum|0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196"
1755
+ },
1718
1756
  {
1719
1757
  "token": "ethereum|lumiaprism|0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b"
1758
+ },
1759
+ {
1760
+ "token": "ethereum|arbitrum|0x19dcF74D21d85Cf82d1a047ef80C64954E4aa009"
1761
+ },
1762
+ {
1763
+ "token": "ethereum|optimism|0x4e550422D67f208eE25A730D11dCe9201cF3Aa3a"
1720
1764
  }
1721
1765
  ],
1722
1766
  "decimals": 18,
1723
1767
  "logoURI": "/deployments/warp_routes/ETH/logo.svg",
1724
1768
  "name": "Ether",
1769
+ "standard": "EvmHypCollateral",
1770
+ "symbol": "ETH"
1771
+ }
1772
+ ]
1773
+ },
1774
+ "ETH/arbitrum-bsc-kalychain-polygon": {
1775
+ "tokens": [
1776
+ {
1777
+ "addressOrDenom": "0x14CFC15Da10d5cfC6A494E183c795067573C7F51",
1778
+ "chainName": "arbitrum",
1779
+ "connections": [
1780
+ {
1781
+ "token": "ethereum|bsc|0xF29AD0640731c50d0c7C999D1f8d5Ffb9E2A3da3"
1782
+ },
1783
+ {
1784
+ "token": "ethereum|kalychain|0xfdbB253753dDE60b11211B169dC872AaE672879b"
1785
+ },
1786
+ {
1787
+ "token": "ethereum|polygon|0xb974461a9ef2Ff3F408798f551929647ceaB13b4"
1788
+ }
1789
+ ],
1790
+ "decimals": 18,
1791
+ "name": "Ether",
1725
1792
  "standard": "EvmHypNative",
1726
1793
  "symbol": "ETH"
1727
1794
  },
1728
1795
  {
1729
- "addressOrDenom": "0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b",
1730
- "chainName": "lumiaprism",
1796
+ "addressOrDenom": "0xF29AD0640731c50d0c7C999D1f8d5Ffb9E2A3da3",
1797
+ "chainName": "bsc",
1798
+ "collateralAddressOrDenom": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8",
1731
1799
  "connections": [
1732
1800
  {
1733
- "token": "ethereum|base|0xE4A9622Bf50025fE99A576D484AEf16280A5304f"
1801
+ "token": "ethereum|arbitrum|0x14CFC15Da10d5cfC6A494E183c795067573C7F51"
1734
1802
  },
1735
1803
  {
1736
- "token": "ethereum|ethereum|0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196"
1804
+ "token": "ethereum|kalychain|0xfdbB253753dDE60b11211B169dC872AaE672879b"
1805
+ },
1806
+ {
1807
+ "token": "ethereum|polygon|0xb974461a9ef2Ff3F408798f551929647ceaB13b4"
1808
+ }
1809
+ ],
1810
+ "decimals": 18,
1811
+ "name": "Ether",
1812
+ "standard": "EvmHypCollateral",
1813
+ "symbol": "ETH"
1814
+ },
1815
+ {
1816
+ "addressOrDenom": "0xfdbB253753dDE60b11211B169dC872AaE672879b",
1817
+ "chainName": "kalychain",
1818
+ "connections": [
1819
+ {
1820
+ "token": "ethereum|arbitrum|0x14CFC15Da10d5cfC6A494E183c795067573C7F51"
1821
+ },
1822
+ {
1823
+ "token": "ethereum|bsc|0xF29AD0640731c50d0c7C999D1f8d5Ffb9E2A3da3"
1824
+ },
1825
+ {
1826
+ "token": "ethereum|polygon|0xb974461a9ef2Ff3F408798f551929647ceaB13b4"
1737
1827
  }
1738
1828
  ],
1739
1829
  "decimals": 18,
1740
- "logoURI": "/deployments/warp_routes/ETH/logo.svg",
1741
1830
  "name": "Ether",
1742
1831
  "standard": "EvmHypSynthetic",
1743
- "symbol": "WETH"
1832
+ "symbol": "ETH"
1833
+ },
1834
+ {
1835
+ "addressOrDenom": "0xb974461a9ef2Ff3F408798f551929647ceaB13b4",
1836
+ "chainName": "polygon",
1837
+ "collateralAddressOrDenom": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
1838
+ "connections": [
1839
+ {
1840
+ "token": "ethereum|arbitrum|0x14CFC15Da10d5cfC6A494E183c795067573C7F51"
1841
+ },
1842
+ {
1843
+ "token": "ethereum|bsc|0xF29AD0640731c50d0c7C999D1f8d5Ffb9E2A3da3"
1844
+ },
1845
+ {
1846
+ "token": "ethereum|kalychain|0xfdbB253753dDE60b11211B169dC872AaE672879b"
1847
+ }
1848
+ ],
1849
+ "decimals": 18,
1850
+ "name": "Ether",
1851
+ "standard": "EvmHypCollateral",
1852
+ "symbol": "ETH"
1744
1853
  }
1745
1854
  ]
1746
1855
  },
@@ -4263,7 +4372,7 @@ export const warpRouteConfigs = {
4263
4372
  }
4264
4373
  ]
4265
4374
  },
4266
- "LUMIA/bsc-ethereum-lumiaprism": {
4375
+ "LUMIA/arbitrum-avalanche-base-bsc-ethereum-lumiaprism-optimism-polygon": {
4267
4376
  "tokens": [
4268
4377
  {
4269
4378
  "addressOrDenom": "0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047",
@@ -4274,10 +4383,24 @@ export const warpRouteConfigs = {
4274
4383
  },
4275
4384
  {
4276
4385
  "token": "ethereum|lumiaprism|0x98eF2a7DD4261BE8691DCb4B95a08De84d4Ffe5B"
4386
+ },
4387
+ {
4388
+ "token": "ethereum|arbitrum|0x4e2B1FcC07a8E80736c80Bcf53753e8d0b8042f1"
4389
+ },
4390
+ {
4391
+ "token": "ethereum|avalanche|0x02EB40D41676F20eDcF95f9110f00412ca53a85F"
4392
+ },
4393
+ {
4394
+ "token": "ethereum|base|0x155c68274c5C7729c64CF6B0F21f1E6110Fa00d4"
4395
+ },
4396
+ {
4397
+ "token": "ethereum|optimism|0x978B9dE4D8A41b023408383e3B4F760932AaDdc1"
4398
+ },
4399
+ {
4400
+ "token": "ethereum|polygon|0x72749806df5A6BBb72032039bbE9a3f1b17D1936"
4277
4401
  }
4278
4402
  ],
4279
4403
  "decimals": 18,
4280
- "logoURI": "/deployments/warp_routes/LUMIA/logo.svg",
4281
4404
  "name": "Lumia Token",
4282
4405
  "standard": "EvmHypSynthetic",
4283
4406
  "symbol": "LUMIA"
@@ -4293,10 +4416,24 @@ export const warpRouteConfigs = {
4293
4416
  },
4294
4417
  {
4295
4418
  "token": "ethereum|lumiaprism|0x98eF2a7DD4261BE8691DCb4B95a08De84d4Ffe5B"
4419
+ },
4420
+ {
4421
+ "token": "ethereum|arbitrum|0x4e2B1FcC07a8E80736c80Bcf53753e8d0b8042f1"
4422
+ },
4423
+ {
4424
+ "token": "ethereum|avalanche|0x02EB40D41676F20eDcF95f9110f00412ca53a85F"
4425
+ },
4426
+ {
4427
+ "token": "ethereum|base|0x155c68274c5C7729c64CF6B0F21f1E6110Fa00d4"
4428
+ },
4429
+ {
4430
+ "token": "ethereum|optimism|0x978B9dE4D8A41b023408383e3B4F760932AaDdc1"
4431
+ },
4432
+ {
4433
+ "token": "ethereum|polygon|0x72749806df5A6BBb72032039bbE9a3f1b17D1936"
4296
4434
  }
4297
4435
  ],
4298
4436
  "decimals": 18,
4299
- "logoURI": "/deployments/warp_routes/LUMIA/logo.svg",
4300
4437
  "name": "Lumia Token",
4301
4438
  "standard": "EvmHypCollateral",
4302
4439
  "symbol": "LUMIA"
@@ -4311,13 +4448,182 @@ export const warpRouteConfigs = {
4311
4448
  },
4312
4449
  {
4313
4450
  "token": "ethereum|ethereum|0xdD313D475f8A9d81CBE2eA953a357f52e10BA357"
4451
+ },
4452
+ {
4453
+ "token": "ethereum|arbitrum|0x4e2B1FcC07a8E80736c80Bcf53753e8d0b8042f1"
4454
+ },
4455
+ {
4456
+ "token": "ethereum|avalanche|0x02EB40D41676F20eDcF95f9110f00412ca53a85F"
4457
+ },
4458
+ {
4459
+ "token": "ethereum|base|0x155c68274c5C7729c64CF6B0F21f1E6110Fa00d4"
4460
+ },
4461
+ {
4462
+ "token": "ethereum|optimism|0x978B9dE4D8A41b023408383e3B4F760932AaDdc1"
4463
+ },
4464
+ {
4465
+ "token": "ethereum|polygon|0x72749806df5A6BBb72032039bbE9a3f1b17D1936"
4314
4466
  }
4315
4467
  ],
4316
4468
  "decimals": 18,
4317
- "logoURI": "/deployments/warp_routes/LUMIA/logo.svg",
4318
4469
  "name": "Lumia Token",
4319
4470
  "standard": "EvmHypNative",
4320
4471
  "symbol": "LUMIA"
4472
+ },
4473
+ {
4474
+ "addressOrDenom": "0x4e2B1FcC07a8E80736c80Bcf53753e8d0b8042f1",
4475
+ "chainName": "arbitrum",
4476
+ "connections": [
4477
+ {
4478
+ "token": "ethereum|bsc|0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047"
4479
+ },
4480
+ {
4481
+ "token": "ethereum|ethereum|0xdD313D475f8A9d81CBE2eA953a357f52e10BA357"
4482
+ },
4483
+ {
4484
+ "token": "ethereum|lumiaprism|0x98eF2a7DD4261BE8691DCb4B95a08De84d4Ffe5B"
4485
+ },
4486
+ {
4487
+ "token": "ethereum|avalanche|0x02EB40D41676F20eDcF95f9110f00412ca53a85F"
4488
+ },
4489
+ {
4490
+ "token": "ethereum|base|0x155c68274c5C7729c64CF6B0F21f1E6110Fa00d4"
4491
+ },
4492
+ {
4493
+ "token": "ethereum|optimism|0x978B9dE4D8A41b023408383e3B4F760932AaDdc1"
4494
+ },
4495
+ {
4496
+ "token": "ethereum|polygon|0x72749806df5A6BBb72032039bbE9a3f1b17D1936"
4497
+ }
4498
+ ],
4499
+ "decimals": 18,
4500
+ "name": "Lumia Token",
4501
+ "standard": "EvmHypSynthetic",
4502
+ "symbol": "LUMIA"
4503
+ },
4504
+ {
4505
+ "addressOrDenom": "0x02EB40D41676F20eDcF95f9110f00412ca53a85F",
4506
+ "chainName": "avalanche",
4507
+ "connections": [
4508
+ {
4509
+ "token": "ethereum|bsc|0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047"
4510
+ },
4511
+ {
4512
+ "token": "ethereum|ethereum|0xdD313D475f8A9d81CBE2eA953a357f52e10BA357"
4513
+ },
4514
+ {
4515
+ "token": "ethereum|lumiaprism|0x98eF2a7DD4261BE8691DCb4B95a08De84d4Ffe5B"
4516
+ },
4517
+ {
4518
+ "token": "ethereum|arbitrum|0x4e2B1FcC07a8E80736c80Bcf53753e8d0b8042f1"
4519
+ },
4520
+ {
4521
+ "token": "ethereum|base|0x155c68274c5C7729c64CF6B0F21f1E6110Fa00d4"
4522
+ },
4523
+ {
4524
+ "token": "ethereum|optimism|0x978B9dE4D8A41b023408383e3B4F760932AaDdc1"
4525
+ },
4526
+ {
4527
+ "token": "ethereum|polygon|0x72749806df5A6BBb72032039bbE9a3f1b17D1936"
4528
+ }
4529
+ ],
4530
+ "decimals": 18,
4531
+ "name": "Lumia Token",
4532
+ "standard": "EvmHypSynthetic",
4533
+ "symbol": "LUMIA"
4534
+ },
4535
+ {
4536
+ "addressOrDenom": "0x155c68274c5C7729c64CF6B0F21f1E6110Fa00d4",
4537
+ "chainName": "base",
4538
+ "connections": [
4539
+ {
4540
+ "token": "ethereum|bsc|0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047"
4541
+ },
4542
+ {
4543
+ "token": "ethereum|ethereum|0xdD313D475f8A9d81CBE2eA953a357f52e10BA357"
4544
+ },
4545
+ {
4546
+ "token": "ethereum|lumiaprism|0x98eF2a7DD4261BE8691DCb4B95a08De84d4Ffe5B"
4547
+ },
4548
+ {
4549
+ "token": "ethereum|arbitrum|0x4e2B1FcC07a8E80736c80Bcf53753e8d0b8042f1"
4550
+ },
4551
+ {
4552
+ "token": "ethereum|avalanche|0x02EB40D41676F20eDcF95f9110f00412ca53a85F"
4553
+ },
4554
+ {
4555
+ "token": "ethereum|optimism|0x978B9dE4D8A41b023408383e3B4F760932AaDdc1"
4556
+ },
4557
+ {
4558
+ "token": "ethereum|polygon|0x72749806df5A6BBb72032039bbE9a3f1b17D1936"
4559
+ }
4560
+ ],
4561
+ "decimals": 18,
4562
+ "name": "Lumia Token",
4563
+ "standard": "EvmHypSynthetic",
4564
+ "symbol": "LUMIA"
4565
+ },
4566
+ {
4567
+ "addressOrDenom": "0x978B9dE4D8A41b023408383e3B4F760932AaDdc1",
4568
+ "chainName": "optimism",
4569
+ "connections": [
4570
+ {
4571
+ "token": "ethereum|bsc|0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047"
4572
+ },
4573
+ {
4574
+ "token": "ethereum|ethereum|0xdD313D475f8A9d81CBE2eA953a357f52e10BA357"
4575
+ },
4576
+ {
4577
+ "token": "ethereum|lumiaprism|0x98eF2a7DD4261BE8691DCb4B95a08De84d4Ffe5B"
4578
+ },
4579
+ {
4580
+ "token": "ethereum|arbitrum|0x4e2B1FcC07a8E80736c80Bcf53753e8d0b8042f1"
4581
+ },
4582
+ {
4583
+ "token": "ethereum|avalanche|0x02EB40D41676F20eDcF95f9110f00412ca53a85F"
4584
+ },
4585
+ {
4586
+ "token": "ethereum|base|0x155c68274c5C7729c64CF6B0F21f1E6110Fa00d4"
4587
+ },
4588
+ {
4589
+ "token": "ethereum|polygon|0x72749806df5A6BBb72032039bbE9a3f1b17D1936"
4590
+ }
4591
+ ],
4592
+ "decimals": 18,
4593
+ "name": "Lumia Token",
4594
+ "standard": "EvmHypSynthetic",
4595
+ "symbol": "LUMIA"
4596
+ },
4597
+ {
4598
+ "addressOrDenom": "0x72749806df5A6BBb72032039bbE9a3f1b17D1936",
4599
+ "chainName": "polygon",
4600
+ "connections": [
4601
+ {
4602
+ "token": "ethereum|bsc|0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047"
4603
+ },
4604
+ {
4605
+ "token": "ethereum|ethereum|0xdD313D475f8A9d81CBE2eA953a357f52e10BA357"
4606
+ },
4607
+ {
4608
+ "token": "ethereum|lumiaprism|0x98eF2a7DD4261BE8691DCb4B95a08De84d4Ffe5B"
4609
+ },
4610
+ {
4611
+ "token": "ethereum|arbitrum|0x4e2B1FcC07a8E80736c80Bcf53753e8d0b8042f1"
4612
+ },
4613
+ {
4614
+ "token": "ethereum|avalanche|0x02EB40D41676F20eDcF95f9110f00412ca53a85F"
4615
+ },
4616
+ {
4617
+ "token": "ethereum|base|0x155c68274c5C7729c64CF6B0F21f1E6110Fa00d4"
4618
+ },
4619
+ {
4620
+ "token": "ethereum|optimism|0x978B9dE4D8A41b023408383e3B4F760932AaDdc1"
4621
+ }
4622
+ ],
4623
+ "decimals": 18,
4624
+ "name": "Lumia Token",
4625
+ "standard": "EvmHypSynthetic",
4626
+ "symbol": "LUMIA"
4321
4627
  }
4322
4628
  ]
4323
4629
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hyperlane-xyz/registry",
3
3
  "description": "A collection of configs, artifacts, and schemas for Hyperlane",
4
- "version": "13.7.1",
4
+ "version": "13.9.0",
5
5
  "dependencies": {
6
6
  "yaml": "2.4.5",
7
7
  "zod": "^3.21.2"
@@ -1,57 +0,0 @@
1
- export const warpRouteConfig = {
2
- "tokens": [
3
- {
4
- "addressOrDenom": "0xE4A9622Bf50025fE99A576D484AEf16280A5304f",
5
- "chainName": "base",
6
- "coinGeckoId": "ethereum",
7
- "connections": [
8
- {
9
- "token": "ethereum|ethereum|0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196"
10
- },
11
- {
12
- "token": "ethereum|lumiaprism|0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b"
13
- }
14
- ],
15
- "decimals": 18,
16
- "logoURI": "/deployments/warp_routes/ETH/logo.svg",
17
- "name": "Ether",
18
- "standard": "EvmHypNative",
19
- "symbol": "ETH"
20
- },
21
- {
22
- "addressOrDenom": "0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196",
23
- "chainName": "ethereum",
24
- "coinGeckoId": "ethereum",
25
- "connections": [
26
- {
27
- "token": "ethereum|base|0xE4A9622Bf50025fE99A576D484AEf16280A5304f"
28
- },
29
- {
30
- "token": "ethereum|lumiaprism|0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b"
31
- }
32
- ],
33
- "decimals": 18,
34
- "logoURI": "/deployments/warp_routes/ETH/logo.svg",
35
- "name": "Ether",
36
- "standard": "EvmHypNative",
37
- "symbol": "ETH"
38
- },
39
- {
40
- "addressOrDenom": "0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b",
41
- "chainName": "lumiaprism",
42
- "connections": [
43
- {
44
- "token": "ethereum|base|0xE4A9622Bf50025fE99A576D484AEf16280A5304f"
45
- },
46
- {
47
- "token": "ethereum|ethereum|0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196"
48
- }
49
- ],
50
- "decimals": 18,
51
- "logoURI": "/deployments/warp_routes/ETH/logo.svg",
52
- "name": "Ether",
53
- "standard": "EvmHypSynthetic",
54
- "symbol": "WETH"
55
- }
56
- ]
57
- };
@@ -1,57 +0,0 @@
1
- {
2
- "tokens": [
3
- {
4
- "addressOrDenom": "0xE4A9622Bf50025fE99A576D484AEf16280A5304f",
5
- "chainName": "base",
6
- "coinGeckoId": "ethereum",
7
- "connections": [
8
- {
9
- "token": "ethereum|ethereum|0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196"
10
- },
11
- {
12
- "token": "ethereum|lumiaprism|0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b"
13
- }
14
- ],
15
- "decimals": 18,
16
- "logoURI": "/deployments/warp_routes/ETH/logo.svg",
17
- "name": "Ether",
18
- "standard": "EvmHypNative",
19
- "symbol": "ETH"
20
- },
21
- {
22
- "addressOrDenom": "0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196",
23
- "chainName": "ethereum",
24
- "coinGeckoId": "ethereum",
25
- "connections": [
26
- {
27
- "token": "ethereum|base|0xE4A9622Bf50025fE99A576D484AEf16280A5304f"
28
- },
29
- {
30
- "token": "ethereum|lumiaprism|0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b"
31
- }
32
- ],
33
- "decimals": 18,
34
- "logoURI": "/deployments/warp_routes/ETH/logo.svg",
35
- "name": "Ether",
36
- "standard": "EvmHypNative",
37
- "symbol": "ETH"
38
- },
39
- {
40
- "addressOrDenom": "0xdCB5227EA8E5FDE0f761A55dC669EC09807E7C8b",
41
- "chainName": "lumiaprism",
42
- "connections": [
43
- {
44
- "token": "ethereum|base|0xE4A9622Bf50025fE99A576D484AEf16280A5304f"
45
- },
46
- {
47
- "token": "ethereum|ethereum|0xE0A5921Bcc37eb2FeCc452AE574b86bD4c332196"
48
- }
49
- ],
50
- "decimals": 18,
51
- "logoURI": "/deployments/warp_routes/ETH/logo.svg",
52
- "name": "Ether",
53
- "standard": "EvmHypSynthetic",
54
- "symbol": "WETH"
55
- }
56
- ]
57
- }