Skip to content

Commit

Permalink
fix(sozo-migrate): change call block to pending (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy authored Dec 5, 2023
1 parent cdbaca4 commit a4b708f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dojo-world/src/migration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pub trait Deployable: Declarable + Sync {
calldata: vec![],
entry_point_selector: get_selector_from_name("base").unwrap(),
},
BlockId::Tag(BlockTag::Latest),
BlockId::Tag(BlockTag::Pending),
)
.await
.map_err(MigrationError::Provider)?;
Expand Down

0 comments on commit a4b708f

Please sign in to comment.