diff --git a/.github/workflows/run-scenarios.yaml b/.github/workflows/run-scenarios.yaml index e4b41f918..0101c456b 100644 --- a/.github/workflows/run-scenarios.yaml +++ b/.github/workflows/run-scenarios.yaml @@ -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 diff --git a/scenario/context/CometContext.ts b/scenario/context/CometContext.ts index bf4de1208..abcacab47 100644 --- a/scenario/context/CometContext.ts +++ b/scenario/context/CometContext.ts @@ -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],