Skip to content

Commit

Permalink
Ethereum tests (#5)
Browse files Browse the repository at this point in the history
* Ethereum: setup tests

* Ethereum: Add tests for the rest of transactions

* Ethereum: Add tests for fetching data
  • Loading branch information
welldan97 authored Aug 2, 2024
1 parent 6842387 commit 7b47f2c
Show file tree
Hide file tree
Showing 16 changed files with 4,089 additions and 271 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ out
fireblocks_api_key
fireblocks_secret_key
dist
.turbo
.turbo

packages/ethereum/cache
packages/ethereum/hardhat.log
packages/ethereum/hardhat.pid
1 change: 0 additions & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"extension": ["ts"],
"spec": "packages/**/test/*.spec.ts",
"require": ["tsx"]
}
Loading

0 comments on commit 7b47f2c

Please sign in to comment.