@1llet.xyz/erc4337-gasless-sdk 0.4.12 → 0.4.13
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.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2130,6 +2130,6 @@ var BridgeManager = class {
|
|
|
2130
2130
|
}
|
|
2131
2131
|
};
|
|
2132
2132
|
|
|
2133
|
-
export { AccountAbstraction, BASE_MAINNET, BASE_SEPOLIA, BridgeManager, BundlerClient, CCTPStrategy, CHAIN_CONFIGS, GNOSIS_MAINNET, GaslessStrategy, NearStrategy, StandardBridgeStrategy, entryPointAbi, erc20Abi, smartAccountAbi };
|
|
2133
|
+
export { AccountAbstraction, BASE_MAINNET, BASE_SEPOLIA, BridgeManager, BundlerClient, CCTPStrategy, CHAIN_CONFIGS, GNOSIS_MAINNET, GaslessStrategy, NearStrategy, OPTIMISM_MAINNET, StandardBridgeStrategy, entryPointAbi, erc20Abi, smartAccountAbi };
|
|
2134
2134
|
//# sourceMappingURL=index.mjs.map
|
|
2135
2135
|
//# sourceMappingURL=index.mjs.map
|