Update gas parameters

This commit is contained in:
Karl Kempe 2022-01-31 22:08:11 +00:00
parent 73e9c8cf42
commit 3b6e8963e7
1 changed files with 2 additions and 2 deletions

View File

@ -11,14 +11,14 @@ import {
export const CROSSCHAINSWAP_GAS_PARAMETERS_EIP1559 = { export const CROSSCHAINSWAP_GAS_PARAMETERS_EIP1559 = {
gasLimit: "694200", gasLimit: "694200",
//maxFeePerGas: "250000000000", //maxFeePerGas: "250000000000",
maxFeePerGas: "25420690000", maxFeePerGas: "100420690000",
maxPriorityFeePerGas: "1690000000", maxPriorityFeePerGas: "1690000000",
}; };
export const CROSSCHAINSWAP_GAS_PARAMETERS_EVM = { export const CROSSCHAINSWAP_GAS_PARAMETERS_EVM = {
gasLimit: "694200", gasLimit: "694200",
//gasPrice: "250000000000", //gasPrice: "250000000000",
gasPrice: "25420690000", gasPrice: "20420690000",
}; };
export const EVM_EIP1559_CHAIN_IDS = [ export const EVM_EIP1559_CHAIN_IDS = [