Skip to content

Commit

Permalink
fix: privateKey miss match
Browse files Browse the repository at this point in the history
  • Loading branch information
Barber0 committed Feb 20, 2024
1 parent 56f8442 commit 881e75a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/aspect-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
with:
test_node_addr: "http://47.254.27.97:8545"
test_script: "context-aspect.test.js"
key_attack_accounts: "0x6b8fdf2fe277f04f2b4b79695cac237e6bfcfa711f8d374404d4fbb1e8891865"
key_privateKey: ""
key_attack_accounts: ""
key_privateKey: "0x6b8fdf2fe277f04f2b4b79695cac237e6bfcfa711f8d374404d4fbb1e8891865"
key_aspect_accounts: ""

context-key-check:
uses: ./.github/workflows/reuseable-aspect-test.yaml
with:
test_node_addr: "http://47.254.27.97:8545"
test_script: "context-key-check.test.js"
key_attack_accounts: "0x91f6dc1e7bd0d5c1b2810865825bfaa926062a5d0f8f608019efc051365b8c91"
key_privateKey: ""
key_attack_accounts: ""
key_privateKey: "0x91f6dc1e7bd0d5c1b2810865825bfaa926062a5d0f8f608019efc051365b8c91"
key_aspect_accounts: ""

0 comments on commit 881e75a

Please sign in to comment.