Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth2207 committed Jul 19, 2024
1 parent b49b490 commit 82dd9de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ jobs:
fail-fast: true
runs-on: ubuntu-latest
env:
CI_DEPLOY_SEPOLIA_RPC_URL: ${{ secrets.CI_DEPLOY_SEPOLIA_RPC_URL || vars.CI_DEPLOY_SEPOLIA_RPC_URL }}
DEPLOY_METABOARD_ADDRESS: ${{ vars.CI_DEPLOY_SEPOLIA_METABOARD_ADDRESS }}
CI_FORK_SEPOLIA_BLOCK_NUMBER: ${{ vars.CI_FORK_SEPOLIA_BLOCK_NUMBER }}
CI_FORK_SEPOLIA_DEPLOYER_ADDRESS: ${{ vars.CI_FORK_SEPOLIA_DEPLOYER_ADDRESS }}
CI_DEPLOY_SEPOLIA_RPC_URL: ${{ secrets.CI_DEPLOY_SEPOLIA_RPC_URL || vars.CI_DEPLOY_SEPOLIA_RPC_URL }}
CI_SEPOLIA_METABOARD_URL: ${{ vars.CI_SEPOLIA_METABOARD_URL }}
CI_DEPLOY_POLYGON_RPC_URL: ${{ secrets.CI_DEPLOY_POLYGON_RPC_URL }}
RPC_URL_ETHEREUM_FORK: ${{ secrets.RPC_URL_ETHEREUM_FORK }}
RPC_URL_ARBITRUM: ${{ secrets.CI_DEPLOY_ARBITRUM_RPC_URL || vars.CI_DEPLOY_ARBITRUM_RPC_URL }}
RPC_URL_BASE: ${{ secrets.CI_DEPLOY_BASE_RPC_URL || vars.CI_DEPLOY_BASE_RPC_URL }}
RPC_URL_FLARE: ${{ secrets.CI_DEPLOY_FLARE_RPC_URL || vars.CI_DEPLOY_FLARE_RPC_URL }}
Expand Down
14 changes: 2 additions & 12 deletions test/DeployedStrategyTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ contract DeployedStrategyTest is StrategyTests {
ORDER_OWNER = address(0x5e01e44aE1969e16B9160d903B6F2aa991a37B21);

}
// [""]

// Inheriting contract tests OrderBook strategy with test suite.
function testDeployedStrategy() public {
// Input vaults
Expand Down Expand Up @@ -134,14 +134,4 @@ contract DeployedStrategyTest is StrategyTests {

return abi.encode(BLUE_TO_RED_ROUTE);
}
}

// 02
// 222789334D44bB5b2364939477E15A6c981Ca165
// 01
// ffff
// 00
// 822abC8C238cFe43344C5db8629ed7e626fda08c
// 01
// F97A86C2Cb3e42f89AC5f5AA020E5c3505015a88
// 000bb8
}

0 comments on commit 82dd9de

Please sign in to comment.