Skip to content

Commit 0a7559c

Browse files
committed
fix: update forwarder addresses
1 parent 6d92ecf commit 0a7559c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

script/DeployRouter.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'ks-common-sc/script/Base.s.sol';
55
import 'src/KSSmartIntentRouter.sol';
66

77
contract DeployRouter is BaseScript {
8-
string salt = '260123';
8+
string salt = '260123_2';
99

1010
function run() external {
1111
if (bytes(salt).length == 0) {

script/config/forwarder.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"56": "0x9Cf5EE538778d841C575E253A39492a63101257F",
3-
"8453": "0x9Cf5EE538778d841C575E253A39492a63101257F"
2+
"56": "0xe51638774a60bB0113e040E6D7C3B27d96a39eeA",
3+
"8453": "0xe51638774a60bB0113e040E6D7C3B27d96a39eeA"
44
}

script/config/router.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"0": "0x0000000000000000000000000000000000000000",
3-
"56": "0x6505c1373786Fd649e4d96D7DFB9e9A06F870ee4",
4-
"8453": "0x6505c1373786Fd649e4d96D7DFB9e9A06F870ee4"
3+
"56": "0x0955d5AfD155c313Bfe0D1A1054BB1767D8A9865",
4+
"8453": "0x0955d5AfD155c313Bfe0D1A1054BB1767D8A9865"
55
}

0 commit comments

Comments
 (0)