Skip to content

Commit

Permalink
Change l2 rollup address
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed May 27, 2024
1 parent d7ca0ad commit 79fad1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scroll-verifier/arguments.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module.exports = [
[
'https://scroll-sepolia-gateway-worker.ens-cf.workers.dev/{sender}/{data}.json'
],
'0xd80810638dbDF9081b72C1B33c65375e807281C8'
'0xE0BfA7f3B06A9589A914BE09Ba0E5671f481A722'
];
2 changes: 1 addition & 1 deletion scroll-verifier/deploy_l1/00_scroll_verifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const GATEWAY_URLS = {
};

const ROLLUP_ADDRESSES = {
sepolia: '0x64cb3A0Dcf43Ae0EE35C1C15edDF5F46D48Fa570',
sepolia: '0xE0BfA7f3B06A9589A914BE09Ba0E5671f481A722',
};

const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
Expand Down

0 comments on commit 79fad1a

Please sign in to comment.