Skip to content

Commit 47047da

Browse files
authored
feat: remove ethereum-cryptography package (#299)
Signed-off-by: nikolay <n.atanasow94@gmail.com>
1 parent 85a92d2 commit 47047da

File tree

6 files changed

+6755
-2067
lines changed

6 files changed

+6755
-2067
lines changed

examples/foundry-hts/test/NFT.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ contract NFTExampleTest is Test {
2424

2525
// The assertion below cannot be guaranteed, since we can only query the current owner of the NFT,
2626
// Note that the ownership of the NFT may change over time.
27-
assertEq(owner, 0x000000000000000000000000000000000006889a);
27+
assertEq(owner, 0x00000000000000000000000000000000000CFCdB);
2828
}
2929

3030
function test_dealt_nft_assigned_to_local_account() view external {

0 commit comments

Comments
 (0)