Skip to content

Commit

Permalink
chore: up
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Oct 6, 2024
1 parent 05e6bda commit c8c9ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/public/multicall.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { afterAll, beforeAll, expect, test, vi } from 'vitest'
import type { Address } from '../../accounts/types.js'
import { devConflux } from '~test/src/conflux/client.js'
import { accounts, getTestAccount } from '~test/src/constants.js'
import { Test20 } from '~test/src/contracts/Test20.js'
Expand All @@ -8,7 +9,6 @@ import { sayHelloLocalNode } from '../localNode/sayHelloLocalNode.js'
import { getBlock } from './getBlock.js'
import { multicall } from './multicall.js'
import * as readContract from './readContract.js'
import type { Address } from '~cive/accounts/types.js'

const sourceAccount = getTestAccount(accounts[0])
const client = devConflux.getClient({ account: sourceAccount })
Expand Down

0 comments on commit c8c9ad7

Please sign in to comment.