fix: add gas buffer when sending message through HyperlaneCore (#4677)
### Description estimates gas + adds gas limit buffer when sending a message through HyperlaneCore ### Drive-by changes also sets tx overrides ### Related issues > incremental merkle tree insertions have inconsistent gas usage so if there are multiple dispatch transactions in the mempool the gas estimation can become too low depending on the tx ordering bumping up the gas limit helps [more context](https://discord.com/channels/935678348330434570/1295388159407947859/1295393090181267558) ### Backward compatibility yes ### Testing manualpull/4689/head
parent
5f4540ed4e
commit
2317eca3cd
@ -0,0 +1,5 @@ |
||||
--- |
||||
'@hyperlane-xyz/sdk': patch |
||||
--- |
||||
|
||||
Set transaction overrides and add 10% gas limit buffer when sending message through HyperlaneCore. |
Loading…
Reference in new issue