Skip to content

Commit

Permalink
Clear github actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincheng96 committed Mar 7, 2022
1 parent 59afa4f commit f85e276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-scenarios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
!deployments/**/relations.ts
!deployments/**/configuration.json
!deployments/**/migrations/*
key: deployments-v3
key: deployments-v4

- name: Install packages
run: yarn install --non-interactive --frozen-lockfile && yarn build
Expand Down
2 changes: 1 addition & 1 deletion scenario/context/CometContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class CometContext {
let pauseGuardianSigner = await world.impersonateAddress(pauseGuardianAddress);

if (data) {
let calldata = utils.defaultAbiCoder.encode(["address", "address","bytes"], [comet.address, newComet.address,data]);
let calldata = utils.defaultAbiCoder.encode(["address", "address", "bytes"], [comet.address, newComet.address,data]);
await timelock.execute(
[proxyAdmin.address],
[0],
Expand Down

0 comments on commit f85e276

Please sign in to comment.