Skip to content

Commit 2b561c5

Browse files
committed
chore: deal with registry.test.ts
1 parent a61da2a commit 2b561c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

yarn-project/ethereum/src/contracts/registry.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ describe('Registry', () => {
6363
'stakingAssetHandlerAddress',
6464
'zkPassportVerifierAddress',
6565
);
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);
6966
registry = new RegistryContract(l1Client, deployedAddresses.registryAddress);
7067

7168
const rollup = new RollupContract(l1Client, deployedAddresses.rollupAddress);

0 commit comments

Comments
 (0)