Skip to content

Commit

Permalink
Upgrade Bridger contract to version 15, update contract addresses and…
Browse files Browse the repository at this point in the history
… gas usage in JSON files, and modify migration script and test artifacts for Arbitrum
  • Loading branch information
ylv-io committed Feb 1, 2025
1 parent ba48f42 commit 79d0944
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 26 deletions.
70 changes: 70 additions & 0 deletions broadcast/02-upgrade_bridger.s.sol/42161/run-1738424026.json

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions broadcast/02-upgrade_bridger.s.sol/42161/run-latest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion script/migrations/arbitrum/02-upgrade_bridger.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ contract UpgradeBridgerScript is Constants, Test, MigrationHelper {
assertEq(bridger.SOLV_BTC(), 0x3647c54c4c2C65bC7a2D63c0Da2809B399DBBDC0, "Invalid SolvBtc address");

// Save address
saveContractAddress("BridgerV14-impl", newImpl);
saveContractAddress("BridgerV15-impl", newImpl);
}
}
5 changes: 3 additions & 2 deletions test/artifacts/42161/addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"AaveBorrowWorkflow": "0xD0187Ca378f7B26D53e0A91fBe8D7ba80498EF10",
"AccessManager": "0xacc0003a4aAE5dA4ba12F771C7350D40147Cd7D4",
"BridgerV13-impl": "0xbA6FD752CE93879c381fb7ffdbe7baB233D6e6e4",
"BridgerV14-impl": "0x363EFf1981E664107EF4E8568Cc4321B74558DAA"
}
"BridgerV14-impl": "0x363EFf1981E664107EF4E8568Cc4321B74558DAA",
"BridgerV15-impl": "0x30592A2E419Db1338A6759279c547A9fdf2cd1DF"
}

0 comments on commit 79d0944

Please sign in to comment.