Skip to content

Commit

Permalink
🐛 tipo in web3 world data
Browse files Browse the repository at this point in the history
  • Loading branch information
chriamue committed Oct 3, 2023
1 parent 561cb7b commit 0ece6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/world_data/web3_world_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl Web3WorldData {
}
#[cfg(target_arch = "wasm32")]
{
Web3Contract::new_html(DEFAULT_NODE_URL, DEFAULT_CONTRACT_ADDRESS).await?
Web3Contract::new_http(DEFAULT_NODE_URL, DEFAULT_CONTRACT_ADDRESS).await?
}
};
let attractions = contract.get_all_locations().await?;
Expand Down

0 comments on commit 0ece6fb

Please sign in to comment.