diff --git a/helper-hardhat-config.ts b/helper-hardhat-config.ts index 9e949fd7..c66da367 100644 --- a/helper-hardhat-config.ts +++ b/helper-hardhat-config.ts @@ -68,7 +68,7 @@ export const NETWORKS_DEFAULT_GAS: iParamsPerNetwork = { [ePolygonNetwork.mumbai]: 1 * GWEI, [ePolygonNetwork.matic]: 1 * GWEI, [eXDaiNetwork.xdai]: 1 * GWEI, - [eAvalancheNetwork.avalanche]: 85 * GWEI, + [eAvalancheNetwork.avalanche]: 225 * GWEI, [eAvalancheNetwork.fuji]: 85 * GWEI, };