You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This improvement would reduce the boilerplate necessary when testing behavior for a circuit that accepts an Either<ZswapPublicKey, ContractAddress> parameter.
This improvement would reduce the boilerplate necessary when testing behavior for a circuit that accepts an
Either<ZswapPublicKey, ContractAddress>parameter.See https://github.com/OpenZeppelin/midnight-contracts/blob/b35b660b83fe7d3a460f7a894198fa23f92d9c18/contracts/fungibleToken/src/test/FungibleToken.test.ts#L36 and https://github.com/OpenZeppelin/midnight-contracts/blob/b35b660b83fe7d3a460f7a894198fa23f92d9c18/contracts/fungibleToken/src/test/FungibleToken.test.ts#L132 as reference