Skip to content

Commit

Permalink
[prices.defid.ts] rm exta block gen
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed May 28, 2024
1 parent eee7d00 commit b0e6448
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/whale-api/src/module.api/__defid__/prices.defid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@ beforeAll(async () => {
await app.waitForBlockHeight(101)
client = new JsonRpcClient(app.rpcUrl)

const address = await app.getNewAddress()
for (let i = 0; i < 4; i += 1) {
await app.call('sendtoaddress', [address, 0.1])
}

await container.generate(3)

for (const setup of Object.values(setups)) {
setup.address = await app.getNewAddress()
setup.id = await client.oracle.appointOracle(setup.address, setup.feed, {
Expand Down

0 comments on commit b0e6448

Please sign in to comment.