Skip to content

Commit 1c14ac3

Browse files
Merge pull request #749 from dev-protocol/property-list
Property list
2 parents 512cbf1 + 5714bff commit 1c14ac3

36 files changed

Lines changed: 772 additions & 74 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)