UNPKG

solidity-multicall

Version:

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

6 lines (4 loc) 129 B
var Migrations = artifacts.require("./Migrations.sol"); module.exports = function(deployer) { deployer.deploy(Migrations); };