()
| 26 | } |
| 27 | |
| 28 | pub fn get_contract() -> Vec<u8> { |
| 29 | include_bytes!("./../../target/wasm32-unknown-unknown/release/erc20_wit.wasm").to_vec() |
| 30 | } |
| 31 | |
| 32 | pub async fn increment_account_1_nonce() -> U256 { |
| 33 | let nonce = *ACCOUNT_1_NONCE.lock().await + U256::from(1); |