TRANCHE EXECUTION WORKS

This commit is contained in:
Tim Olson
2023-10-29 16:53:07 -04:00
parent e05f0cc8dc
commit 6631542434
2 changed files with 5 additions and 1 deletions

View File

@@ -36,7 +36,9 @@ for (const chain of _chains) {
chain.helper = tx.contractAddress
else if (tx.contractName === 'MockEnv') {
// set up mock coins, etc
if( chain.id === 31337 ) {
if(
false &&
chain.id === 31337 ) {
console.log('Detected MockEnv at', tx.contractAddress)
const mock = new ethers.Contract(tx.contractAddress, await getAbi('MockEnv'), getProvider(chain.id))
const coinAddr = await mock.COIN()