Skip to content

Commit

Permalink
feat: changed registry address
Browse files Browse the repository at this point in the history
  • Loading branch information
Julink-eth committed Jun 7, 2023
1 parent c4f7332 commit 8297518
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/contracts/scripts/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const REGISTRY_ADDRESS = {
goerli: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
hardhat: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
localhost: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
goerli: "0x114D4603199df73e7D157787f8778E21fCd13066",
hardhat: "0x114D4603199df73e7D157787f8778E21fCd13066",
localhost: "0x114D4603199df73e7D157787f8778E21fCd13066",
};

export const ROLLUP_ADDRESS = {
Expand Down

0 comments on commit 8297518

Please sign in to comment.