We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02016dc commit 41b300aCopy full SHA for 41b300a
helper-hardhat-config.ts
@@ -68,7 +68,7 @@ export const NETWORKS_DEFAULT_GAS: iParamsPerNetwork<number> = {
68
[ePolygonNetwork.mumbai]: 1 * GWEI,
69
[ePolygonNetwork.matic]: 1 * GWEI,
70
[eXDaiNetwork.xdai]: 1 * GWEI,
71
- [eAvalancheNetwork.avalanche]: 85 * GWEI,
+ [eAvalancheNetwork.avalanche]: 225 * GWEI,
72
[eAvalancheNetwork.fuji]: 85 * GWEI,
73
};
74
0 commit comments