Skip to content

Commit 5714bff

Browse files
set new property
1 parent b0b5cf2 commit 5714bff

30 files changed

Lines changed: 671 additions & 70 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ethers } from 'ethers'
2-
import { execute, QueryOption } from '../../common/utils/execute'
2+
import { execute, QueryOption } from '../utils/execute'
33

44
export type CreateAllowanceCaller = (
55
contract: ethers.Contract
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { createApproveCaller } from './approve'
2-
import { stubbedSendTx } from '../../common/utils/for-test'
2+
import { stubbedSendTx } from '../utils/for-test'
33

44
describe('approve.spec.ts', () => {
55
describe('createApproveCaller', () => {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
execute,
44
FallbackableOverrides,
55
MutationOption,
6-
} from '../../common/utils/execute'
6+
} from '../utils/execute'
77
import { T } from 'ramda'
88

99
export type CreateApproveCaller = (
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ethers } from 'ethers'
2-
import { execute, QueryOption } from '../../common/utils/execute'
2+
import { execute, QueryOption } from '../utils/execute'
33

44
export type CreateBalanceOfCaller = (
55
contract: ethers.Contract
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ethers } from 'ethers'
2-
import { execute, QueryOption } from '../../common/utils/execute'
2+
import { execute, QueryOption } from '../utils/execute'
33
import { always } from 'ramda'
44

55
export type CreateDecimalsCaller = (

0 commit comments

Comments
Β (0)