Skip to content

Commit 0d4853b

Browse files
committed
Update Stylus Deployer address
Apply the changes from OffchainLabs/nitro-testnode#117 Close STY-279
1 parent 6ed8d29 commit 0d4853b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/deploy/deployer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use alloy::{
2020
};
2121
use eyre::{bail, eyre, Context, Result};
2222

23-
pub const STYLUS_DEPLOYER_ADDRESS: Address = address!("6ac4839Bfe169CadBBFbDE3f29bd8459037Bf64e");
23+
pub const STYLUS_DEPLOYER_ADDRESS: Address = address!("cEcba2F1DC234f70Dd89F2041029807F8D03A990");
2424

2525
sol! {
2626
#[sol(rpc)]

0 commit comments

Comments
 (0)