hyperlane-xyz / hyperlane-monorepo

The home for Hyperlane core contracts, sdk packages, and other infrastructure
https://hyperlane.xyz
Other
334 stars 361 forks source link

Update InterchainGasCalculator to be mainnet-ready #754

Closed tkporter closed 2 years ago

tkporter commented 2 years ago

At the moment, the InterchainGasCalculator in the SDK is still written with the expectation that checkpoints are cached, and "real" token exchange rates are not fetched from anywhere when calculating interchain gas payments. The constants in the calculator, like the multipliers and gas costs, should probably be reconfirmed as well

We should:

tkporter commented 2 years ago

Satisfied by #795