Skip to content

Commit cd30d09

Browse files
authored
Merge pull request #671 from superform-xyz/feat/fixRouterPlusIssue
fix: routerplus issue SUP-10435
2 parents de195a0 + 1984e62 commit cd30d09

25 files changed

+224
-167
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ build-sizes: ## Builds the project and shows sizes
121121

122122
.PHONY: test-vvv
123123
test-vvv: ## Runs tests with verbose output
124-
forge test --match-test test_superRegistryAddresses --evm-version cancun -vv
124+
forge test --match-test test_rebalanceFromSinglePosition_toOneVault_hack --evm-version cancun -vvv
125125

126126
.PHONY: ftest
127127
ftest: ## Runs tests with cancun evm version

script/deployments/v1_deployment/1/Ethereum-latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"DeBridgeValidator": "0x04A9e7318544DA4dd8c3d76E9c72d2087e285a8d",
3131
"AsyncStateRegistry": "0x0000000000000000000000000000000000000000",
3232
"ERC7540Form": "0x0000000000000000000000000000000000000000",
33-
"SuperformRouterPlus": "0x4393C2a521ef115cd32C1d45897E7ce33aDa7aa9"
33+
"SuperformRouterPlus": "0xC417496D46eD390514cEABE2297ec6d65Df214a4"
3434
}

script/deployments/v1_deployment/10/Optimism-latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"DeBridgeValidator": "0x04A9e7318544DA4dd8c3d76E9c72d2087e285a8d",
3131
"AsyncStateRegistry": "0x0000000000000000000000000000000000000000",
3232
"ERC7540Form": "0x0000000000000000000000000000000000000000",
33-
"SuperformRouterPlus": "0x4393C2a521ef115cd32C1d45897E7ce33aDa7aa9"
33+
"SuperformRouterPlus": "0xC417496D46eD390514cEABE2297ec6d65Df214a4"
3434
}

script/deployments/v1_deployment/137/Polygon-latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"DeBridgeValidator": "0x04A9e7318544DA4dd8c3d76E9c72d2087e285a8d",
3131
"AsyncStateRegistry": "0x0000000000000000000000000000000000000000",
3232
"ERC7540Form": "0x0000000000000000000000000000000000000000",
33-
"SuperformRouterPlus": "0x4393C2a521ef115cd32C1d45897E7ce33aDa7aa9"
33+
"SuperformRouterPlus": "0xC417496D46eD390514cEABE2297ec6d65Df214a4"
3434
}

script/deployments/v1_deployment/42161/Arbitrum-latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"DeBridgeValidator": "0x04A9e7318544DA4dd8c3d76E9c72d2087e285a8d",
3131
"AsyncStateRegistry": "0x0000000000000000000000000000000000000000",
3232
"ERC7540Form": "0x0000000000000000000000000000000000000000",
33-
"SuperformRouterPlus": "0x4393C2a521ef115cd32C1d45897E7ce33aDa7aa9"
33+
"SuperformRouterPlus": "0xC417496D46eD390514cEABE2297ec6d65Df214a4"
3434
}

script/deployments/v1_deployment/43114/Avalanche-latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"DeBridgeValidator": "0x04A9e7318544DA4dd8c3d76E9c72d2087e285a8d",
3131
"AsyncStateRegistry": "0x0000000000000000000000000000000000000000",
3232
"ERC7540Form": "0x0000000000000000000000000000000000000000",
33-
"SuperformRouterPlus": "0x4393C2a521ef115cd32C1d45897E7ce33aDa7aa9"
33+
"SuperformRouterPlus": "0xC417496D46eD390514cEABE2297ec6d65Df214a4"
3434
}

script/deployments/v1_deployment/56/Binance-latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"DeBridgeValidator": "0x04A9e7318544DA4dd8c3d76E9c72d2087e285a8d",
3131
"AsyncStateRegistry": "0x0000000000000000000000000000000000000000",
3232
"ERC7540Form": "0x0000000000000000000000000000000000000000",
33-
"SuperformRouterPlus": "0x4393C2a521ef115cd32C1d45897E7ce33aDa7aa9"
33+
"SuperformRouterPlus": "0xC417496D46eD390514cEABE2297ec6d65Df214a4"
3434
}

script/deployments/v1_deployment/59144/Linea-latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"WormholeSRImplementation": "0x0000000000000000000000000000000000000000",
3131
"AsyncStateRegistry": "0x0000000000000000000000000000000000000000",
3232
"ERC7540Form": "0x0000000000000000000000000000000000000000",
33-
"SuperformRouterPlus": "0x4393C2a521ef115cd32C1d45897E7ce33aDa7aa9"
33+
"SuperformRouterPlus": "0xC417496D46eD390514cEABE2297ec6d65Df214a4"
3434
}

script/deployments/v1_deployment/81457/Blast-latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"WormholeSRImplementation": "0x2827eFf89affacf9E80D671bca6DeCf7dbdcCaCa",
3131
"AsyncStateRegistry": "0x0000000000000000000000000000000000000000",
3232
"ERC7540Form": "0x0000000000000000000000000000000000000000",
33-
"SuperformRouterPlus": "0x4393C2a521ef115cd32C1d45897E7ce33aDa7aa9"
33+
"SuperformRouterPlus": "0xC417496D46eD390514cEABE2297ec6d65Df214a4"
3434
}

script/deployments/v1_deployment/8453/Base-latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"DeBridgeValidator": "0x04A9e7318544DA4dd8c3d76E9c72d2087e285a8d",
3131
"AsyncStateRegistry": "0x0000000000000000000000000000000000000000",
3232
"ERC7540Form": "0x0000000000000000000000000000000000000000",
33-
"SuperformRouterPlus": "0x4393C2a521ef115cd32C1d45897E7ce33aDa7aa9"
33+
"SuperformRouterPlus": "0xC417496D46eD390514cEABE2297ec6d65Df214a4"
3434
}

0 commit comments

Comments
 (0)