@vleap/warps-adapter-evm 0.2.0-beta.63 → 0.2.0-beta.64

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.mjs CHANGED
@@ -1858,7 +1858,10 @@ var EthereumAdapter = createEvmAdapter(WarpChainName10.Ethereum, {
1858
1858
  blockTime: 12e3,
1859
1859
  addressHrp: "0x",
1860
1860
  defaultApiUrl: "https://ethereum-rpc.publicnode.com",
1861
- logoUrl: "https://joai.ai/images/chains/ethereum.svg",
1861
+ logoUrl: {
1862
+ light: "https://joai.ai/images/chains/ethereum-white.svg",
1863
+ dark: "https://joai.ai/images/chains/ethereum-black.svg"
1864
+ },
1862
1865
  nativeToken: NativeTokenEth
1863
1866
  },
1864
1867
  testnet: {
@@ -1868,7 +1871,10 @@ var EthereumAdapter = createEvmAdapter(WarpChainName10.Ethereum, {
1868
1871
  blockTime: 12e3,
1869
1872
  addressHrp: "0x",
1870
1873
  defaultApiUrl: "https://ethereum-sepolia-rpc.publicnode.com",
1871
- logoUrl: "https://joai.ai/images/chains/ethereum.svg",
1874
+ logoUrl: {
1875
+ light: "https://joai.ai/images/chains/ethereum-white.svg",
1876
+ dark: "https://joai.ai/images/chains/ethereum-black.svg"
1877
+ },
1872
1878
  nativeToken: NativeTokenEth
1873
1879
  },
1874
1880
  devnet: {
@@ -1878,7 +1884,10 @@ var EthereumAdapter = createEvmAdapter(WarpChainName10.Ethereum, {
1878
1884
  blockTime: 12e3,
1879
1885
  addressHrp: "0x",
1880
1886
  defaultApiUrl: "https://ethereum-sepolia-rpc.publicnode.com",
1881
- logoUrl: "https://joai.ai/images/chains/ethereum.svg",
1887
+ logoUrl: {
1888
+ light: "https://joai.ai/images/chains/ethereum-white.svg",
1889
+ dark: "https://joai.ai/images/chains/ethereum-black.svg"
1890
+ },
1882
1891
  nativeToken: NativeTokenEth
1883
1892
  }
1884
1893
  });