Update contracts/zero-ex/tests/MetaTransactionTest.t.sol
Co-authored-by: duncancmt <1207590+duncancmt@users.noreply.github.com>
This commit is contained in:
@@ -61,7 +61,8 @@ contract MetaTransactionTest is BaseTest {
|
||||
vm.deal(signerAddress, 10e18);
|
||||
}
|
||||
|
||||
function getSigner() public returns (address, uint) {
|
||||
function _getSigner() private returns (address, uint) {
|
||||
|
||||
string memory mnemonic = "test test test test test test test test test test test junk";
|
||||
uint256 privateKey = vm.deriveKey(mnemonic, 0);
|
||||
vm.label(vm.addr(privateKey), "zeroEx/MarketMaker");
|
||||
|
Reference in New Issue
Block a user