Skip to content

Commit

Permalink
[prices.defid.ts] rm exta block gen #2
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed May 28, 2024
1 parent b0e6448 commit e2b678b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/whale-api/src/module.api/__defid__/prices.defid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ beforeAll(async () => {
await app.start()
controller = app.ocean.priceController
container = app.rpc
await app.waitForBlockHeight(101)
await app.waitForWalletCoinbaseMaturity()
client = new JsonRpcClient(app.rpcUrl)

for (const setup of Object.values(setups)) {
Expand Down

0 comments on commit e2b678b

Please sign in to comment.