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 a61da2a commit 2b561c5Copy full SHA for 2b561c5
yarn-project/ethereum/src/contracts/registry.test.ts
@@ -63,9 +63,6 @@ describe('Registry', () => {
63
'stakingAssetHandlerAddress',
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
71
const rollup = new RollupContract(l1Client, deployedAddresses.rollupAddress);
0 commit comments