We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b5d45 commit 5341dcbCopy full SHA for 5341dcb
yarn-project/ethereum/src/contracts/registry.test.ts
@@ -64,6 +64,7 @@ describe('Registry', () => {
64
'zkPassportVerifierAddress',
65
);
66
// Updating the coin issuer address to the deployer address bc we don't yet set CoinIssuer contract as the owner of the fee asset
67
+ // TODO: should remove once #16630 is merged
68
deployedAddresses.coinIssuerAddress = EthAddress.fromString(privateKey.address);
69
registry = new RegistryContract(l1Client, deployedAddresses.registryAddress);
70
0 commit comments