Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
feat(sdk): use icae interface
Browse files Browse the repository at this point in the history
  • Loading branch information
joeandrews committed Feb 1, 2020
1 parent af24d02 commit 17b87cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension/src/config/contracts/production.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import AccountRegistry from '~contracts/Behaviour20200106.json';
import AccountRegistryManager from '~contracts/AccountRegistryManager.json';
import ACE from '~contracts/ACE.json';
import ACE from '~contracts/IACE.json';
import IERC20 from '~contracts/IERC20Mintable.json';
import IZkAsset from '~contracts/IZkAsset.json';

Expand Down

0 comments on commit 17b87cd

Please sign in to comment.