-
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.
Merge pull request #73 from etherisc/feature/expose-process-policy-in…
…-ayii-product Feature/expose process policy in ayii product
- Loading branch information
Showing
15 changed files
with
947 additions
and
143 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"solidity.remappingsUnix": [ | ||
"@openzeppelin/=/home/vscode/.brownie/packages/OpenZeppelin/[email protected]", | ||
"@chainlink/=/home/vscode/.brownie/packages/smartcontractkit/[email protected]", | ||
"@etherisc/gif-interface/=/home/vscode/.brownie/packages/etherisc/gif-interface@3f16cfe", | ||
"@etherisc/gif-interface/=/home/vscode/.brownie/packages/etherisc/gif-interface@3b0002a", | ||
], | ||
"solidity.compileUsingRemoteVersion": "v0.8.2+commit.661d1103", | ||
"peacock.remoteColor": "1D3C43", | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ compiler: | |
remappings: | ||
- "@openzeppelin=OpenZeppelin/[email protected]" | ||
- "@chainlink=smartcontractkit/[email protected]" | ||
- "@etherisc/gif-interface=etherisc/gif-interface@3f16cfe" | ||
- "@etherisc/gif-interface=etherisc/gif-interface@3b0002a" | ||
|
||
# packages below will be added to brownie | ||
# you may use 'brownie pm list' after 'brownie compile' | ||
|
@@ -32,7 +32,7 @@ dependencies: | |
# github dependency format: <owner>/<repository>@<release> | ||
- OpenZeppelin/[email protected] | ||
- smartcontractkit/[email protected] | ||
- etherisc/gif-interface@3f16cfe | ||
- etherisc/gif-interface@3b0002a | ||
|
||
# exclude open zeppeling contracts when calculating test coverage | ||
# https://eth-brownie.readthedocs.io/en/v1.10.3/config.html#exclude_paths | ||
|
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
Oops, something went wrong.