chore: renames

This commit is contained in:
DaniPopes 2023-03-18 01:06:35 +01:00
parent 0f1c4c35ce
commit 7ba781b0d4
No known key found for this signature in database
GPG Key ID: 0F09640DDB7AC692
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ use ethers::{
signers::Signer,
types::Chain,
};
use ethers_wasm::{utils, SimpleContract};
use examples_wasm::{utils, SimpleContract};
use std::sync::Arc;
use wasm_bindgen_test::*;