TRANCHE EXECUTION WORKS
This commit is contained in:
4
chain.js
4
chain.js
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user