Skip to content

Commit a077a63

Browse files
authored
fix(bridge): Update minGasPrice for Axelar (#2608)
1 parent af8200c commit a077a63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/internal/bridge/sdk/src/tokenBridge.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,7 @@ export class TokenBridge {
10051005
symbol: sourceAxelar.symbol,
10061006
gasLimit: destinationChainGaslimit,
10071007
gasMultiplier,
1008+
minGasPrice: 1000000000, // 1 gwei
10081009
};
10091010

10101011
let axiosResponse: AxiosResponse;

0 commit comments

Comments
 (0)