@bananapus/router-terminal-v6 0.0.62 → 0.0.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/src/JBRouterTerminal.sol +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bananapus/router-terminal-v6",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.63",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"artifacts": "source ./.env && npx sphinx artifacts --org-id 'ea165b21-7cdc-4d7b-be59-ecdd4c26bee4' --project-name 'nana-router-terminal-v6'"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@bananapus/buyback-hook-v6": "^0.0.
|
|
28
|
-
"@bananapus/core-v6": "^0.0.
|
|
27
|
+
"@bananapus/buyback-hook-v6": "^0.0.68",
|
|
28
|
+
"@bananapus/core-v6": "^0.0.81",
|
|
29
29
|
"@bananapus/permission-ids-v6": "^0.0.28",
|
|
30
|
-
"@bananapus/univ4-router-v6": "^0.0.
|
|
30
|
+
"@bananapus/univ4-router-v6": "^0.0.51",
|
|
31
31
|
"@openzeppelin/contracts": "5.6.1",
|
|
32
32
|
"@uniswap/permit2": "github:Uniswap/permit2#cc56ad0f3439c502c246fc5cfcc3db92bb8b7219",
|
|
33
33
|
"@uniswap/v3-core": "github:Uniswap/v3-core#6562c52e8f75f0c10f9deaf44861847585fc8129",
|
package/src/JBRouterTerminal.sol
CHANGED
|
@@ -1232,8 +1232,7 @@ contract JBRouterTerminal is
|
|
|
1232
1232
|
tokenToReclaim: tokenToReclaim,
|
|
1233
1233
|
minTokensReclaimed: 0,
|
|
1234
1234
|
beneficiary: payable(address(this)),
|
|
1235
|
-
metadata: hopMetadata
|
|
1236
|
-
referralProjectId: 0
|
|
1235
|
+
metadata: hopMetadata
|
|
1237
1236
|
});
|
|
1238
1237
|
|
|
1239
1238
|
// Measure the reclaimed-token balance delta so fee-on-transfer behavior cannot fake delivery.
|