Skip to content

Commit

Permalink
Add claimOnCreation function to IFaucet interface in setup.spec for K…
Browse files Browse the repository at this point in the history
…intoID.
  • Loading branch information
ylv-io committed Oct 22, 2024
1 parent 66d0b4e commit 6f9067b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions certora/spec/KintoID/setup.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ methods {

// IERC721Receiver
function _.onERC721Received(address,address,uint256,bytes) external => NONDET;

// IFaucet
function _.claimOnCreation(address) external => NONDET;
}

/*
Expand Down

0 comments on commit 6f9067b

Please sign in to comment.