Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

Commit 67887b8

Browse files
authored
Merge pull request #38 from gin/gin/fix-remapping
Fix remapping
2 parents bd02563 + c234283 commit 67887b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ forge install smartcontractkit/chainlink-brownie-contracts --no-commit
2525

2626
```
2727
remappings = [
28-
'@chainlink/contracts/=lib/chainlink-brownie-contracts/contracts/src/',
28+
'@chainlink/contracts/=lib/chainlink-brownie-contracts/contracts/',
2929
]
3030
```
3131

3232
>! IMPORTANT
3333
There were compatibility issues with `1.0.0`, `1.1.0` and `1.2.0`, where there were originally 2 versions of each version. We have deleted the deprecated and outdated versions so that there is no longer any conflict.
3434

3535
All the releases of this package are going to match the [@chainlink/contracts NPM tags](https://www.npmjs.com/package/@chainlink/contracts).
36-
So the versioning will look "backwards", but we are starting with v0.2.1
36+
So the versioning will look "backwards", but we are starting with v0.2.1

0 commit comments

Comments
 (0)