Skip to content

Commit 716a0d9

Browse files
authored
Merge pull request #60 from KyberNetwork/deploy_260209
feat: deploy 260209
2 parents 6b66979 + 6b9a427 commit 716a0d9

8 files changed

+13
-13
lines changed

script/DeployHooks.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pragma solidity ^0.8.0;
44
import 'ks-common-sc/script/Base.s.sol';
55

66
contract DeployHooks is BaseScript {
7-
string salt = '260123';
7+
string salt = '260205';
88

99
struct HookConfig {
1010
string[] constructorParams;

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_2';
8+
string salt = '260209';
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": "0xe51638774a60bB0113e040E6D7C3B27d96a39eeA",
3-
"8453": "0xe51638774a60bB0113e040E6D7C3B27d96a39eeA"
2+
"56": "0xdfc2c23366897a83b5982E67Adda04EB9f481Ad1",
3+
"8453": "0xdfc2c23366897a83b5982E67Adda04EB9f481Ad1"
44
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"56": "0x208afD572a7087B965ebfc1D41f8Aa413D91dc4C",
3-
"8453": "0x208afD572a7087B965ebfc1D41f8Aa413D91dc4C"
2+
"56": "0xF67476E5d3fa43E0470f8f1D3C43bf202dC50Eec",
3+
"8453": "0xF67476E5d3fa43E0470f8f1D3C43bf202dC50Eec"
44
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"56": "0x69AA737298cc6C61078ea60a0B3f72107C55c9F3",
3-
"8453": "0x69AA737298cc6C61078ea60a0B3f72107C55c9F3"
2+
"56": "0x72473DE0B52d079ca21709EA67085757c3Bb1851",
3+
"8453": "0x72473DE0B52d079ca21709EA67085757c3Bb1851"
44
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"56": "0xefF630F41fd909b082Ce3f1c0B57d2B5E99eB6B0",
3-
"8453": "0xefF630F41fd909b082Ce3f1c0B57d2B5E99eB6B0"
2+
"56": "0x635dFfeE858A9F941d058401B393FCFAb41d7841",
3+
"8453": "0x635dFfeE858A9F941d058401B393FCFAb41d7841"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"0": [
3-
"0x26F075D47C3378BB23ded7a6A2110Da5C17B1Ebd",
3+
"0x31145a36385385b8915A649a87cD7EA2123Cb6C8",
44
"0x697161A9ECE8aFD6AE30946D790077050F993cbc"
55
]
66
}

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": "0x0955d5AfD155c313Bfe0D1A1054BB1767D8A9865",
4-
"8453": "0x0955d5AfD155c313Bfe0D1A1054BB1767D8A9865"
3+
"56": "0xaEE04d31696D14bCe773Db6d1aCEc3398ee09974",
4+
"8453": "0xaEE04d31696D14bCe773Db6d1aCEc3398ee09974"
55
}

0 commit comments

Comments
 (0)