We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ddf6a commit 07ef3fbCopy full SHA for 07ef3fb
src/swappr.rs
@@ -173,7 +173,8 @@ mod tests {
173
174
#[tokio::test]
175
#[ignore = "owner address and private key is required to run the test"]
176
- async fn it_works_argent() { // currently having issue with argent wallet ()
+ async fn it_works_argent() {
177
+ // currently having issue with argent wallet ()
178
let rpc_url = "YOUR MAINNET RPC".to_string();
179
let account_address = "YOUR WALLET ADDRESS".to_string();
180
let private_key = "YOUR WALLET PRIVATE KEY".to_string();
0 commit comments