Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit ab43335

Browse files
committed
tmp artifact moved
1 parent ba0e935 commit ab43335

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

src/contracts/PolyToken.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import BigNumber from 'bignumber.js'
22

3-
import artifact from '../PolyToken.json' // TODO @bshevchenko: will be replaced with artifact from polymath-core_v2 npm package
3+
import artifact from '../../PolyToken.json' // TODO @bshevchenko: will be replaced with artifact from polymath-core_v2 npm package
44
import Contract from './Contract'
55

66
class PolyToken extends Contract {

0 commit comments

Comments
 (0)