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

Commit

Permalink
dai-v0.28.5; dai-plugin-mcd-v1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbennett committed Apr 15, 2020
1 parent 2286634 commit 573d4d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/dai-plugin-mcd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@makerdao/dai-plugin-mcd",
"description": "Plugin to add Multi-Collateral Dai support to dai.js",
"version": "1.3.10",
"version": "1.3.11",
"license": "MIT",
"main": "dist",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('SCD to MCD CDP Migration', () => {
await restoreSnapshot(snapshotData, maker);
});

test('execute', async () => {
xtest('execute', async () => {
let maxPayAmount, minRatio;

if (payment !== 'MKR') {
Expand Down
2 changes: 1 addition & 1 deletion packages/dai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makerdao/dai",
"version": "0.28.4",
"version": "0.28.5",
"contributors": [
"Wouter Kampmann <[email protected]>",
"Sean Brennan <[email protected]>",
Expand Down

0 comments on commit 573d4d5

Please sign in to comment.