base gas config update

This commit is contained in:
Shriya Tyagi 2023-08-19 19:59:55 +05:30
parent 736cdb54f0
commit ec99663565

View File

@ -45,7 +45,7 @@ const networkGasPriceConfig: Record<string, number> = {
arbitrum: 1,
optimism: 0.001,
fantom: 210,
base: 8453
base: 0.0005
};
function createConfig(network: string) {