UNPKG

solidity-multicall

Version:

Solidity testing utility for calling the same function several times in a single transaction.

7 lines (5 loc) 169 B
/*eslint no-undef: "off"*/ const MultiCaller = artifacts.require("MultiCaller.sol") module.exports = async function (deployer) { await deployer.deploy(MultiCaller) }