Skip to content

Commit

Permalink
Refine e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Jul 26, 2024
1 parent 229d78a commit 6d13d3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/src/test_btc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ fn test_success_e2e() {
let tx = default_tx(&mut dl, &mut px);

// 1. Install Unisat
// 2. Import account with private key 0x000...0001
// 2. Import account with private key 0x0000000000000000000000000000000000000000000000000000000000000001
// 3. Open F12
// 4. Run await unisat.signMessage('Signing a CKB transaction: 0xff934206c421310835b280fd6c9efd98be590f429c2a27a195b
// 9578bde426cd0\n\nIMPORTANT: Please verify the integrity and authenticity of connected BTC wallet before si
Expand Down
2 changes: 1 addition & 1 deletion tests/src/test_eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ fn test_success_e2e() {
let tx = default_tx(&mut dl, &mut px);

// 1. Install Metamask
// 2. Import account with private key 0x000...0001
// 2. Import account with private key 0x0000000000000000000000000000000000000000000000000000000000000001
// 3. Open F12
// 4. Run await ethereum.enable()
// 5. Run await ethereum.send('personal_sign', ['5369676e696e67206120434b42207472616e73616374696f6e3a203078363665306
Expand Down
2 changes: 1 addition & 1 deletion tests/src/test_sol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fn test_success_e2e() {
let tx = default_tx(&mut dl, &mut px);

// 1. Install Phantom
// 2. Import account with private key 0x000...0001
// 2. Import account with private key AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMtav2rXn79au8yvzCadhc0mUe1LiFtYafJBrt8KW6KQ==
// 3. Open F12
// 4. Run msg = new TextEncoder().encode('Signing a CKB transaction: 0x62b23cebc0c020f433f97cb6f018883b793f5e9777db4
// d34736a0c5df004ead5\n\nIMPORTANT: Please verify the integrity and authenticity of connected SOL wallet bef
Expand Down

0 comments on commit 6d13d3c

Please sign in to comment.