Skip to content

Commit c3b1708

Browse files
authored
fix(test): change mock IPGraph precompile address to 0x1B (#69)
* Update BaseTest.t.sol * Update yarn.lock
1 parent 9891156 commit c3b1708

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/utils/BaseTest.t.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ contract BaseTest is Test, DeployHelper {
6767

6868
function setUp() public virtual {
6969
// mock IPGraph precompile
70-
vm.etch(address(0x1A), address(new MockIPGraph()).code);
70+
vm.etch(address(0x1B), address(new MockIPGraph()).code);
7171

7272
// initialize users and their secret keys
7373
_setupUsers();

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,9 @@
404404
integrity sha512-3dcmCyAxIcxy036h1I7MQU/uEEBq8oLwf1CE3xeze+MPlgkdlb/+w6rGR/1dhp6Hqi17fRS6nvwnOzkESxEkOw==
405405

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

411411
"@scure/bip32@1.4.0":
412412
version "1.4.0"
@@ -441,7 +441,7 @@
441441

442442
"@story-protocol/protocol-core@github:storyprotocol/protocol-core-v1#main":
443443
version "1.1.0"
444-
resolved "https://codeload.github.com/storyprotocol/protocol-core-v1/tar.gz/78bcd0975e37346d33faffee4ebfff7e9076ba63"
444+
resolved "https://codeload.github.com/storyprotocol/protocol-core-v1/tar.gz/de6de66918fc36f27950b98a285785ce1fe62141"
445445
dependencies:
446446
"@openzeppelin/contracts" "5.0.2"
447447
"@openzeppelin/contracts-upgradeable" "5.0.2"

0 commit comments

Comments
 (0)