@vleap/warps-adapter-evm 0.2.0-beta.57 → 0.2.0-beta.58
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 +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1902,10 +1902,10 @@ var SomniaAdapter = createEvmAdapter(import_warps19.WarpChainName.Somnia, {
|
|
|
1902
1902
|
|
|
1903
1903
|
// src/adapters.ts
|
|
1904
1904
|
var getAllEvmAdapters = (fallbackFactory) => [
|
|
1905
|
-
(0, import_warps20.
|
|
1906
|
-
(0, import_warps20.
|
|
1907
|
-
(0, import_warps20.
|
|
1908
|
-
(0, import_warps20.
|
|
1905
|
+
(0, import_warps20.withAdapterFallback)(EthereumAdapter, fallbackFactory),
|
|
1906
|
+
(0, import_warps20.withAdapterFallback)(BaseAdapter, fallbackFactory),
|
|
1907
|
+
(0, import_warps20.withAdapterFallback)(ArbitrumAdapter, fallbackFactory),
|
|
1908
|
+
(0, import_warps20.withAdapterFallback)(SomniaAdapter, fallbackFactory)
|
|
1909
1909
|
];
|
|
1910
1910
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1911
1911
|
0 && (module.exports = {
|