-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": patch | ||
--- | ||
|
||
safeTransfer and cleanups |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@chainlink/contracts": patch | ||
--- | ||
|
||
safeTransfer and cleanups |
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3745,8 +3745,6 @@ describe('AutomationRegistry2_3', () => { | |
}) | ||
|
||
describeMaybe('#setConfig - onchain', async () => { | ||
const payment = BigNumber.from(1) | ||
const flatFee = BigNumber.from(2) | ||
const maxGas = BigNumber.from(6) | ||
const staleness = BigNumber.from(4) | ||
const ceiling = BigNumber.from(5) | ||
|
@@ -5220,6 +5218,7 @@ describe('AutomationRegistry2_3', () => { | |
|
||
describe('when called by the owner when the admin has just canceled', () => { | ||
// eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
// @ts-ignore | ||
Check warning on line 5221 in contracts/test/v0.8/automation/AutomationRegistry2_3.test.ts GitHub Actions / Solidity Lint
Check warning on line 5221 in contracts/test/v0.8/automation/AutomationRegistry2_3.test.ts GitHub Actions / Solidity Lint
Check warning on line 5221 in contracts/test/v0.8/automation/AutomationRegistry2_3.test.ts GitHub Actions / Solidity Lint
|
||
let oldExpiration: BigNumber | ||
Check warning on line 5222 in contracts/test/v0.8/automation/AutomationRegistry2_3.test.ts GitHub Actions / Solidity Lint
Check warning on line 5222 in contracts/test/v0.8/automation/AutomationRegistry2_3.test.ts GitHub Actions / Solidity Lint
|
||
|
||
beforeEach(async () => { | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.