@vleap/warps-adapter-evm 0.2.0-beta.54 → 0.2.0-beta.55

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/dist/index.js CHANGED
@@ -205,7 +205,7 @@ var ArbitrumSepoliaTokens = [
205
205
  name: "Wrapped SET",
206
206
  symbol: "WSET",
207
207
  decimals: 18,
208
- logoUrl: "https://vleap.ai/images/tokens/set.svg"
208
+ logoUrl: "https://joai.ai/images/tokens/set-black.svg"
209
209
  }
210
210
  ];
211
211
 
@@ -389,7 +389,7 @@ var EthereumSepoliaTokens = [
389
389
  name: "Wrapped SET",
390
390
  symbol: "WSET",
391
391
  decimals: 18,
392
- logoUrl: "https://vleap.ai/images/tokens/set.svg"
392
+ logoUrl: "https://joai.ai/images/tokens/set-black.svg"
393
393
  }
394
394
  ];
395
395
 
@@ -1495,7 +1495,7 @@ var NativeTokenArb = {
1495
1495
  symbol: "ARB",
1496
1496
  name: "Arbitrum",
1497
1497
  decimals: 18,
1498
- logoUrl: "https://vleap.ai/images/tokens/arb.svg"
1498
+ logoUrl: "https://joai.ai/images/tokens/arb.svg"
1499
1499
  };
1500
1500
  var getArbitrumAdapter = createEvmAdapter(import_warps13.WarpChainName.Arbitrum, {
1501
1501
  mainnet: {
@@ -1505,7 +1505,7 @@ var getArbitrumAdapter = createEvmAdapter(import_warps13.WarpChainName.Arbitrum,
1505
1505
  blockTime: 1e3,
1506
1506
  addressHrp: "0x",
1507
1507
  defaultApiUrl: "https://arb1.arbitrum.io/rpc",
1508
- logoUrl: "https://vleap.ai/images/chains/arbitrum.svg",
1508
+ logoUrl: "https://joai.ai/images/chains/arbitrum.svg",
1509
1509
  nativeToken: NativeTokenArb
1510
1510
  },
1511
1511
  testnet: {
@@ -1515,7 +1515,7 @@ var getArbitrumAdapter = createEvmAdapter(import_warps13.WarpChainName.Arbitrum,
1515
1515
  blockTime: 1e3,
1516
1516
  addressHrp: "0x",
1517
1517
  defaultApiUrl: "https://sepolia-rollup.arbitrum.io/rpc",
1518
- logoUrl: "https://vleap.ai/images/chains/arbitrum.svg",
1518
+ logoUrl: "https://joai.ai/images/chains/arbitrum.svg",
1519
1519
  nativeToken: NativeTokenArb
1520
1520
  },
1521
1521
  devnet: {
@@ -1525,7 +1525,7 @@ var getArbitrumAdapter = createEvmAdapter(import_warps13.WarpChainName.Arbitrum,
1525
1525
  blockTime: 1e3,
1526
1526
  addressHrp: "0x",
1527
1527
  defaultApiUrl: "https://sepolia-rollup.arbitrum.io/rpc",
1528
- logoUrl: "https://vleap.ai/images/chains/arbitrum.svg",
1528
+ logoUrl: "https://joai.ai/images/chains/arbitrum.svg",
1529
1529
  nativeToken: NativeTokenArb
1530
1530
  }
1531
1531
  });
@@ -1538,7 +1538,7 @@ var NativeTokenBase = {
1538
1538
  name: "Ether",
1539
1539
  symbol: "ETH",
1540
1540
  decimals: 18,
1541
- logoUrl: "https://vleap.ai/images/tokens/eth.svg"
1541
+ logoUrl: "https://joai.ai/images/tokens/eth.svg"
1542
1542
  };
1543
1543
  var getBaseAdapter = createEvmAdapter(import_warps14.WarpChainName.Base, {
1544
1544
  mainnet: {
@@ -1548,7 +1548,7 @@ var getBaseAdapter = createEvmAdapter(import_warps14.WarpChainName.Base, {
1548
1548
  blockTime: 2e3,
1549
1549
  addressHrp: "0x",
1550
1550
  defaultApiUrl: "https://mainnet.base.org",
1551
- logoUrl: "https://vleap.ai/images/chains/base.svg",
1551
+ logoUrl: "https://joai.ai/images/chains/base.svg",
1552
1552
  nativeToken: NativeTokenBase
1553
1553
  },
1554
1554
  testnet: {
@@ -1558,7 +1558,7 @@ var getBaseAdapter = createEvmAdapter(import_warps14.WarpChainName.Base, {
1558
1558
  blockTime: 2e3,
1559
1559
  addressHrp: "0x",
1560
1560
  defaultApiUrl: "https://sepolia.base.org",
1561
- logoUrl: "https://vleap.ai/images/chains/base.svg",
1561
+ logoUrl: "https://joai.ai/images/chains/base.svg",
1562
1562
  nativeToken: NativeTokenBase
1563
1563
  },
1564
1564
  devnet: {
@@ -1568,7 +1568,7 @@ var getBaseAdapter = createEvmAdapter(import_warps14.WarpChainName.Base, {
1568
1568
  blockTime: 2e3,
1569
1569
  addressHrp: "0x",
1570
1570
  defaultApiUrl: "https://sepolia.base.org",
1571
- logoUrl: "https://vleap.ai/images/chains/base.svg",
1571
+ logoUrl: "https://joai.ai/images/chains/base.svg",
1572
1572
  nativeToken: NativeTokenBase
1573
1573
  }
1574
1574
  });
@@ -1584,7 +1584,7 @@ var NativeTokenEth = {
1584
1584
  symbol: "ETH",
1585
1585
  name: "Ether",
1586
1586
  decimals: 18,
1587
- logoUrl: "https://vleap.ai/images/tokens/eth.svg"
1587
+ logoUrl: "https://joai.ai/images/tokens/eth.svg"
1588
1588
  };
1589
1589
  var getEthereumAdapter = createEvmAdapter(import_warps15.WarpChainName.Ethereum, {
1590
1590
  mainnet: {
@@ -1594,7 +1594,7 @@ var getEthereumAdapter = createEvmAdapter(import_warps15.WarpChainName.Ethereum,
1594
1594
  blockTime: 12e3,
1595
1595
  addressHrp: "0x",
1596
1596
  defaultApiUrl: "https://ethereum-rpc.publicnode.com",
1597
- logoUrl: "https://vleap.ai/images/chains/ethereum.svg",
1597
+ logoUrl: "https://joai.ai/images/chains/ethereum.svg",
1598
1598
  nativeToken: NativeTokenEth
1599
1599
  },
1600
1600
  testnet: {
@@ -1604,7 +1604,7 @@ var getEthereumAdapter = createEvmAdapter(import_warps15.WarpChainName.Ethereum,
1604
1604
  blockTime: 12e3,
1605
1605
  addressHrp: "0x",
1606
1606
  defaultApiUrl: "https://ethereum-sepolia-rpc.publicnode.com",
1607
- logoUrl: "https://vleap.ai/images/chains/ethereum.svg",
1607
+ logoUrl: "https://joai.ai/images/chains/ethereum.svg",
1608
1608
  nativeToken: NativeTokenEth
1609
1609
  },
1610
1610
  devnet: {
@@ -1614,7 +1614,7 @@ var getEthereumAdapter = createEvmAdapter(import_warps15.WarpChainName.Ethereum,
1614
1614
  blockTime: 12e3,
1615
1615
  addressHrp: "0x",
1616
1616
  defaultApiUrl: "https://ethereum-sepolia-rpc.publicnode.com",
1617
- logoUrl: "https://vleap.ai/images/chains/ethereum.svg",
1617
+ logoUrl: "https://joai.ai/images/chains/ethereum.svg",
1618
1618
  nativeToken: NativeTokenEth
1619
1619
  }
1620
1620
  });
@@ -1645,7 +1645,7 @@ var getSomniaAdapter = createEvmAdapter(import_warps16.WarpChainName.Somnia, {
1645
1645
  blockTime: 100,
1646
1646
  addressHrp: "0x",
1647
1647
  defaultApiUrl: "https://api.infra.mainnet.somnia.network/",
1648
- logoUrl: "https://vleap.ai/images/chains/somnia.png",
1648
+ logoUrl: "https://joai.ai/images/chains/somnia.png",
1649
1649
  nativeToken: NativeTokenSomi
1650
1650
  },
1651
1651
  testnet: {
@@ -1655,7 +1655,7 @@ var getSomniaAdapter = createEvmAdapter(import_warps16.WarpChainName.Somnia, {
1655
1655
  blockTime: 100,
1656
1656
  addressHrp: "0x",
1657
1657
  defaultApiUrl: "https://dream-rpc.somnia.network/",
1658
- logoUrl: "https://vleap.ai/images/chains/somnia.png",
1658
+ logoUrl: "https://joai.ai/images/chains/somnia.png",
1659
1659
  nativeToken: NativeTokenStt
1660
1660
  },
1661
1661
  devnet: {
@@ -1665,7 +1665,7 @@ var getSomniaAdapter = createEvmAdapter(import_warps16.WarpChainName.Somnia, {
1665
1665
  blockTime: 100,
1666
1666
  addressHrp: "0x",
1667
1667
  defaultApiUrl: "https://dream-rpc.somnia.network",
1668
- logoUrl: "https://vleap.ai/images/chains/somnia.png",
1668
+ logoUrl: "https://joai.ai/images/chains/somnia.png",
1669
1669
  nativeToken: NativeTokenStt
1670
1670
  }
1671
1671
  });