Skip to content

Commit

Permalink
test: increase test gas price
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed May 16, 2024
1 parent 2b9f749 commit 7bb8b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet-contract/tests/contract_deployment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async fn can_deploy_contract_to_alpha_sepolia_with_invoke_v3() {
let result = factory
.deploy_v3(vec![Felt::ONE], Felt::from_bytes_be(&salt_buffer), true)
.gas(200000)
.gas_price(100000000000000)
.gas_price(500000000000000)
.send()
.await;

Expand Down

0 comments on commit 7bb8b12

Please sign in to comment.