gas price

This commit is contained in:
pk1411 2022-03-10 11:24:50 +05:30
parent d20f22c863
commit 5c1931ad9b

View File

@ -51,7 +51,7 @@ const networkGasPriceConfig: Record<string, Number> = {
"avalanche": 25,
"arbitrum":1,
"fantom": 1700,
"optimism": 0.01,
"optimism": 0.001,
}
function createConfig(network: string) {