Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
export token schema for multicall
Browse files Browse the repository at this point in the history
  • Loading branch information
b-pmcg committed Feb 13, 2020
1 parent 92df6c7 commit 5df4f65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/dai-plugin-mcd/src/schemas/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import cdpManager from './cdpManager';
import jug from './jug';
import pot from './pot';
import cat from './cat';
import token from './token';

import computed from './computed';

Expand All @@ -17,7 +18,8 @@ export default {
...jug,
...pot,
...cat,
...computed
...computed,
...token
};

/*
Expand Down

0 comments on commit 5df4f65

Please sign in to comment.