Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(gre): add wallet methods #716

Merged
merged 3 commits into from
Sep 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(gre): increase wallet tests timeout
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
  • Loading branch information
tmigone committed Sep 22, 2022
commit 9b91113638b213a52f9dae4afa4db0e2f7aae1fb
3 changes: 3 additions & 0 deletions gre/test/accounts.test.ts
Original file line number Diff line number Diff line change
@@ -9,6 +9,9 @@ chai.use(chaiAsPromised)
const mnemonic = 'pumpkin orient can short never warm truth legend cereal tourist craft skin'

describe('GRE usage > account management', function () {
// Tests that loop through all the wallets take more than the default timeout
this.timeout(10_000)

useEnvironment('graph-config', 'hardhat')

let graph: GraphRuntimeEnvironment