@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.js +12 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1882,7 +1882,10 @@ var EthereumAdapter = createEvmAdapter(import_warps19.WarpChainName.Ethereum, {
|
|
|
1882
1882
|
blockTime: 12e3,
|
|
1883
1883
|
addressHrp: "0x",
|
|
1884
1884
|
defaultApiUrl: "https://ethereum-rpc.publicnode.com",
|
|
1885
|
-
logoUrl:
|
|
1885
|
+
logoUrl: {
|
|
1886
|
+
light: "https://joai.ai/images/chains/ethereum-white.svg",
|
|
1887
|
+
dark: "https://joai.ai/images/chains/ethereum-black.svg"
|
|
1888
|
+
},
|
|
1886
1889
|
nativeToken: NativeTokenEth
|
|
1887
1890
|
},
|
|
1888
1891
|
testnet: {
|
|
@@ -1892,7 +1895,10 @@ var EthereumAdapter = createEvmAdapter(import_warps19.WarpChainName.Ethereum, {
|
|
|
1892
1895
|
blockTime: 12e3,
|
|
1893
1896
|
addressHrp: "0x",
|
|
1894
1897
|
defaultApiUrl: "https://ethereum-sepolia-rpc.publicnode.com",
|
|
1895
|
-
logoUrl:
|
|
1898
|
+
logoUrl: {
|
|
1899
|
+
light: "https://joai.ai/images/chains/ethereum-white.svg",
|
|
1900
|
+
dark: "https://joai.ai/images/chains/ethereum-black.svg"
|
|
1901
|
+
},
|
|
1896
1902
|
nativeToken: NativeTokenEth
|
|
1897
1903
|
},
|
|
1898
1904
|
devnet: {
|
|
@@ -1902,7 +1908,10 @@ var EthereumAdapter = createEvmAdapter(import_warps19.WarpChainName.Ethereum, {
|
|
|
1902
1908
|
blockTime: 12e3,
|
|
1903
1909
|
addressHrp: "0x",
|
|
1904
1910
|
defaultApiUrl: "https://ethereum-sepolia-rpc.publicnode.com",
|
|
1905
|
-
logoUrl:
|
|
1911
|
+
logoUrl: {
|
|
1912
|
+
light: "https://joai.ai/images/chains/ethereum-white.svg",
|
|
1913
|
+
dark: "https://joai.ai/images/chains/ethereum-black.svg"
|
|
1914
|
+
},
|
|
1906
1915
|
nativeToken: NativeTokenEth
|
|
1907
1916
|
}
|
|
1908
1917
|
});
|