@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.d.mts
CHANGED
|
@@ -141,6 +141,7 @@ declare class BundlerClient {
|
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
declare const BASE_MAINNET: ChainConfig;
|
|
144
|
+
declare const OPTIMISM_MAINNET: ChainConfig;
|
|
144
145
|
declare const GNOSIS_MAINNET: ChainConfig;
|
|
145
146
|
declare const BASE_SEPOLIA: ChainConfig;
|
|
146
147
|
declare const CHAIN_CONFIGS: Record<number, ChainConfig>;
|
|
@@ -369,4 +370,4 @@ declare class StandardBridgeStrategy implements BridgeStrategy {
|
|
|
369
370
|
execute(context: BridgeContext): Promise<SettleResponse>;
|
|
370
371
|
}
|
|
371
372
|
|
|
372
|
-
export { AccountAbstraction, type ApprovalSupportResult, BASE_MAINNET, BASE_SEPOLIA, BridgeManager, BundlerClient, CCTPStrategy, CHAIN_CONFIGS, type ChainConfig, GNOSIS_MAINNET, type GasEstimate, GaslessStrategy, NearStrategy, StandardBridgeStrategy, type Token, type UserOpReceipt, type UserOperation, entryPointAbi, erc20Abi, smartAccountAbi };
|
|
373
|
+
export { AccountAbstraction, type ApprovalSupportResult, BASE_MAINNET, BASE_SEPOLIA, BridgeManager, BundlerClient, CCTPStrategy, CHAIN_CONFIGS, type ChainConfig, GNOSIS_MAINNET, type GasEstimate, GaslessStrategy, NearStrategy, OPTIMISM_MAINNET, StandardBridgeStrategy, type Token, type UserOpReceipt, type UserOperation, entryPointAbi, erc20Abi, smartAccountAbi };
|
package/dist/index.d.ts
CHANGED
|
@@ -141,6 +141,7 @@ declare class BundlerClient {
|
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
declare const BASE_MAINNET: ChainConfig;
|
|
144
|
+
declare const OPTIMISM_MAINNET: ChainConfig;
|
|
144
145
|
declare const GNOSIS_MAINNET: ChainConfig;
|
|
145
146
|
declare const BASE_SEPOLIA: ChainConfig;
|
|
146
147
|
declare const CHAIN_CONFIGS: Record<number, ChainConfig>;
|
|
@@ -369,4 +370,4 @@ declare class StandardBridgeStrategy implements BridgeStrategy {
|
|
|
369
370
|
execute(context: BridgeContext): Promise<SettleResponse>;
|
|
370
371
|
}
|
|
371
372
|
|
|
372
|
-
export { AccountAbstraction, type ApprovalSupportResult, BASE_MAINNET, BASE_SEPOLIA, BridgeManager, BundlerClient, CCTPStrategy, CHAIN_CONFIGS, type ChainConfig, GNOSIS_MAINNET, type GasEstimate, GaslessStrategy, NearStrategy, StandardBridgeStrategy, type Token, type UserOpReceipt, type UserOperation, entryPointAbi, erc20Abi, smartAccountAbi };
|
|
373
|
+
export { AccountAbstraction, type ApprovalSupportResult, BASE_MAINNET, BASE_SEPOLIA, BridgeManager, BundlerClient, CCTPStrategy, CHAIN_CONFIGS, type ChainConfig, GNOSIS_MAINNET, type GasEstimate, GaslessStrategy, NearStrategy, OPTIMISM_MAINNET, StandardBridgeStrategy, type Token, type UserOpReceipt, type UserOperation, entryPointAbi, erc20Abi, smartAccountAbi };
|
package/dist/index.js
CHANGED
|
@@ -2146,6 +2146,7 @@ exports.CHAIN_CONFIGS = CHAIN_CONFIGS;
|
|
|
2146
2146
|
exports.GNOSIS_MAINNET = GNOSIS_MAINNET;
|
|
2147
2147
|
exports.GaslessStrategy = GaslessStrategy;
|
|
2148
2148
|
exports.NearStrategy = NearStrategy;
|
|
2149
|
+
exports.OPTIMISM_MAINNET = OPTIMISM_MAINNET;
|
|
2149
2150
|
exports.StandardBridgeStrategy = StandardBridgeStrategy;
|
|
2150
2151
|
exports.entryPointAbi = entryPointAbi;
|
|
2151
2152
|
exports.erc20Abi = erc20Abi;
|