gas price

This commit is contained in:
pk1411 2022-03-10 11:24:04 +05:30
parent 9c426d4f27
commit d20f22c863

View File

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