@alchemy/aa-alchemy
Advanced tools
Comparing version 0.1.0-alpha.11 to 0.1.0-alpha.12
@@ -24,4 +24,4 @@ "use strict"; | ||
defineChainStrategy(chains_1.polygonMumbai.id, gas_fees_js_1.GasFeeStrategy.FIXED, 0n), | ||
defineChainStrategy(chains_1.optimismGoerli.id, gas_fees_js_1.GasFeeStrategy.FIXED, 0n), | ||
defineChainStrategy(chains_1.arbitrumGoerli.id, gas_fees_js_1.GasFeeStrategy.FIXED, 0n), | ||
defineChainStrategy(chains_1.optimismGoerli.id, gas_fees_js_1.GasFeeStrategy.BASE_FEE_PERCENTAGE, 0n), | ||
defineChainStrategy(chains_1.arbitrumGoerli.id, gas_fees_js_1.GasFeeStrategy.BASE_FEE_PERCENTAGE, 0n), | ||
defineChainStrategy(chains_1.mainnet.id, gas_fees_js_1.GasFeeStrategy.PRIORITY_FEE_PERCENTAGE, 57n), | ||
@@ -28,0 +28,0 @@ defineChainStrategy(chains_1.polygon.id, gas_fees_js_1.GasFeeStrategy.PRIORITY_FEE_PERCENTAGE, 25n), |
@@ -21,4 +21,4 @@ import { arbitrum, arbitrumGoerli, goerli, mainnet, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, } from "viem/chains"; | ||
defineChainStrategy(polygonMumbai.id, GasFeeStrategy.FIXED, 0n), | ||
defineChainStrategy(optimismGoerli.id, GasFeeStrategy.FIXED, 0n), | ||
defineChainStrategy(arbitrumGoerli.id, GasFeeStrategy.FIXED, 0n), | ||
defineChainStrategy(optimismGoerli.id, GasFeeStrategy.BASE_FEE_PERCENTAGE, 0n), | ||
defineChainStrategy(arbitrumGoerli.id, GasFeeStrategy.BASE_FEE_PERCENTAGE, 0n), | ||
defineChainStrategy(mainnet.id, GasFeeStrategy.PRIORITY_FEE_PERCENTAGE, 57n), | ||
@@ -25,0 +25,0 @@ defineChainStrategy(polygon.id, GasFeeStrategy.PRIORITY_FEE_PERCENTAGE, 25n), |
{ | ||
"name": "@alchemy/aa-alchemy", | ||
"version": "0.1.0-alpha.11", | ||
"version": "0.1.0-alpha.12", | ||
"description": "adapters for @alchemy/aa-core for interacting with alchemy services", | ||
@@ -63,3 +63,3 @@ "author": "Alchemy", | ||
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme", | ||
"gitHead": "ec39fa8f4583c862cc8c866bcdf01c3ebdd2c0f4" | ||
"gitHead": "be44f416cb60fba835dae9da645c717e25d7f00a" | ||
} |
@@ -43,4 +43,12 @@ import type { Chain } from "viem"; | ||
defineChainStrategy(polygonMumbai.id, GasFeeStrategy.FIXED, 0n), | ||
defineChainStrategy(optimismGoerli.id, GasFeeStrategy.FIXED, 0n), | ||
defineChainStrategy(arbitrumGoerli.id, GasFeeStrategy.FIXED, 0n), | ||
defineChainStrategy( | ||
optimismGoerli.id, | ||
GasFeeStrategy.BASE_FEE_PERCENTAGE, | ||
0n | ||
), | ||
defineChainStrategy( | ||
arbitrumGoerli.id, | ||
GasFeeStrategy.BASE_FEE_PERCENTAGE, | ||
0n | ||
), | ||
// mainnets | ||
@@ -47,0 +55,0 @@ defineChainStrategy(mainnet.id, GasFeeStrategy.PRIORITY_FEE_PERCENTAGE, 57n), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81898
907