Skip to content

Commit

Permalink
fix: add missing prop to mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters committed Dec 19, 2024
1 parent 93ff034 commit d5ee997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const contract: Contract = {
creatorAddress: "0xa76640095ce5f618eeb71d6692e17b4a1a92dbb6",
creatorTxHash: "0xcdab4a39d32a15bafb0b992da1dff8a4b782be450be63c8a64c955758370574f",
createdInBlockNumber: 142622,
isEvmLike: false,
verificationInfo: {
artifacts: {
abi: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const contract: Contract = {
creatorAddress: "0xa76640095ce5f618eeb71d6692e17b4a1a92dbb6",
creatorTxHash: "0xcdab4a39d32a15bafb0b992da1dff8a4b782be450be63c8a64c955758370574f",
createdInBlockNumber: 142622,
isEvmLike: false,
verificationInfo: {
artifacts: {
abi: [
Expand Down

0 comments on commit d5ee997

Please sign in to comment.