Skip to content

Commit

Permalink
[Support] Update coin-evm coin-tester indexer (#7030)
Browse files Browse the repository at this point in the history
* Update evm coin-tester indexer
for Ledger & Etherscan explorers

* Make `gasTracker` in EvmConfig optional

* changeset
  • Loading branch information
lambertkevin committed Jun 7, 2024
1 parent d155ff9 commit 12a74b9
Show file tree
Hide file tree
Showing 11 changed files with 778 additions and 179 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-oranges-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/coin-evm": minor
---

Update evm coin-tester indexer now supporting Ledger & Etherscan-like explorers
5 changes: 5 additions & 0 deletions .changeset/purple-items-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/coin-tester": minor
---

Add a `beforeSync` hook in Scenario
5 changes: 5 additions & 0 deletions .changeset/weak-poets-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/coin-evm": patch
---

Make `gasTracker` optional in `EvmConfig`
4 changes: 3 additions & 1 deletion libs/coin-modules/coin-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,15 @@
"@ledgerhq/hw-app-eth": "workspace:^",
"@ledgerhq/types-cryptoassets": "workspace:^",
"@ledgerhq/types-live": "workspace:^",
"@types/bluebird": "^3.5.42",
"@types/imurmurhash": "^0.1.4",
"@types/invariant": "^2.2.2",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.191",
"bluebird": "^3.7.2",
"chalk": "^4.1.2",
"docker-compose": "^0.24.2",
"dotenv": "^16.4.5",
"chalk": "^4.1.2",
"eslint-plugin-import": "^2.28.1",
"fast-check": "^3.12.0",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 12a74b9

Please sign in to comment.