-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed smartcontractkit/chainlink bullshit
What a shitty release cycle they have.
- Loading branch information
Neeraj Kashyap
committed
Jan 25, 2024
1 parent
23bfeae
commit 875a4e7
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
dependencies: | ||
- "OpenZeppelin/[email protected]" | ||
- "smartcontractkit/chainlink@1.13.3" | ||
- "smartcontractkit/chainlink@2.1.1" | ||
|
||
compiler: | ||
solc: | ||
remappings: | ||
- "@openzeppelin-contracts=OpenZeppelin/[email protected]" | ||
- "@openzeppelin/contracts=OpenZeppelin/[email protected]" | ||
- "@chainlink=smartcontractkit/chainlink@1.13.3" | ||
- "@chainlink=smartcontractkit/chainlink@2.1.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters