Skip to content

Commit

Permalink
chore: bump snfoundry to v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed Apr 2, 2024
1 parent 3136a8a commit 0bdd9f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scarb 2.6.0
starknet-foundry 0.19.0
starknet-foundry 0.20.1
4 changes: 2 additions & 2 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version = 1

[[package]]
name = "snforge_std"
version = "0.19.0"
source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.19.0#a3391dce5bdda51c63237032e6cfc64fb7a346d4"
version = "0.20.1"
source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.20.1#fea2db8f2b20148cc15ee34b08de12028eb42942"

[[package]]
name = "token_bound_accounts"
Expand Down
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ casm = true

[dependencies]
starknet = "2.6.0"
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.19.0" }
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.20.1" }

[tool.snforge]
# exit_first = true
2 changes: 1 addition & 1 deletion tests/test_account.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fn __setup__() -> (ContractAddress, ContractAddress) {
let erc721_contract_address = erc721_contract.deploy(@erc721_constructor_calldata).unwrap();

// deploy recipient contract
let account_contract = declare('SimpleAccount');
let account_contract = declare("SimpleAccount");
let mut recipient = account_contract.deploy(@array![883045738439352841478194533192765345509759306772397516907181243450667673002]).unwrap();

// mint a new token
Expand Down

0 comments on commit 0bdd9f2

Please sign in to comment.