Skip to content

Commit

Permalink
fix(test): change mock IPGraph precompile address to 0x1B (#69)
Browse files Browse the repository at this point in the history
* Update BaseTest.t.sol

* Update yarn.lock
  • Loading branch information
sebsadface authored Sep 18, 2024
1 parent 9891156 commit c3b1708
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/utils/BaseTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ contract BaseTest is Test, DeployHelper {

function setUp() public virtual {
// mock IPGraph precompile
vm.etch(address(0x1A), address(new MockIPGraph()).code);
vm.etch(address(0x1B), address(new MockIPGraph()).code);

// initialize users and their secret keys
_setupUsers();
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,9 @@
integrity sha512-3dcmCyAxIcxy036h1I7MQU/uEEBq8oLwf1CE3xeze+MPlgkdlb/+w6rGR/1dhp6Hqi17fRS6nvwnOzkESxEkOw==

"@scure/base@~1.1.6":
version "1.1.8"
resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.8.tgz#8f23646c352f020c83bca750a82789e246d42b50"
integrity sha512-6CyAclxj3Nb0XT7GHK6K4zK6k2xJm6E4Ft0Ohjt4WgegiFUHEtFb2CGzmPmGBwoIhrLsqNLYfLr04Y1GePrzZg==
version "1.1.9"
resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.9.tgz#e5e142fbbfe251091f9c5f1dd4c834ac04c3dbd1"
integrity sha512-8YKhl8GHiNI/pU2VMaofa2Tor7PJRAjwQLBBuilkJ9L5+13yVbC7JO/wS7piioAvPSwR3JKM1IJ/u4xQzbcXKg==

"@scure/[email protected]":
version "1.4.0"
Expand Down Expand Up @@ -441,7 +441,7 @@

"@story-protocol/protocol-core@github:storyprotocol/protocol-core-v1#main":
version "1.1.0"
resolved "https://codeload.github.com/storyprotocol/protocol-core-v1/tar.gz/78bcd0975e37346d33faffee4ebfff7e9076ba63"
resolved "https://codeload.github.com/storyprotocol/protocol-core-v1/tar.gz/de6de66918fc36f27950b98a285785ce1fe62141"
dependencies:
"@openzeppelin/contracts" "5.0.2"
"@openzeppelin/contracts-upgradeable" "5.0.2"
Expand Down

0 comments on commit c3b1708

Please sign in to comment.