Skip to content

Instantly share code, notes, and snippets.

View livingrock7's full-sized avatar

livingrock livingrock7

View GitHub Profile
if (shouldForwardWithERC20Forwarder) {
oracleAggregatorContract = blockchain.getContract(
blockchain.getOracleAggregatorAbi(),
blockchain.getOracleAggregatorContractAddress()
);
erc20ForwarderPreFlightCheck = await preFlightChecksService.getPreFlightChecks(
networkId,
oracleAggregatorContract,
request