Skip to content

Commit

Permalink
Update to london
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinNagpal committed Oct 16, 2024
1 parent c834015 commit 5299d4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
3 changes: 1 addition & 2 deletions forge/script/marketupdates/GovernorProposal.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ import "@comet-contracts/IGovernorBravo.sol";
import "@comet-contracts/IComp.sol";
import "@comet-contracts/marketupdates/CometProxyAdminOld.sol";

import "./helpers/DeployedAddresses.sol";
import "./helpers/GovernanceHelper.sol";
import "./helpers/MarketUpdateAddresses.sol";

contract GovernorProposal is Script, DeployedAddresses {
contract GovernorProposal is Script {

function run() external {
string memory chainName = vm.envString("CHAIN_NAME"); // Access the env variable
Expand Down
11 changes: 0 additions & 11 deletions forge/script/marketupdates/helpers/DeployedAddresses.sol

This file was deleted.

4 changes: 1 addition & 3 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ cache_path = 'forge/cache'
# disable for CI (used for debugging liquidity issues)
no_match_test = "test.*SwapVia"

evm_version = "shanghai"

fs_permissions = [{ access = "read-write", path = "./forge/script/helperContracts/DeployedAddresses.sol" }]
evm_version = "london"

remappings = [
"@forge-std/=forge/lib/forge-std/",
Expand Down

0 comments on commit 5299d4b

Please sign in to comment.