From 7b61d7500f4029c7e50422985c898682be0e434e Mon Sep 17 00:00:00 2001 From: Adam Goth Date: Wed, 13 Oct 2021 11:48:05 +0200 Subject: [PATCH] dai-v0.32.15 --- packages/dai/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/dai/package.json b/packages/dai/package.json index d02d72ae6..580e4cb35 100644 --- a/packages/dai/package.json +++ b/packages/dai/package.json @@ -1,6 +1,6 @@ { "name": "@makerdao/dai", - "version": "0.32.14", + "version": "0.32.15", "contributors": [ "Wouter Kampmann ", "Sean Brennan ", @@ -50,7 +50,6 @@ "test:watch": "yarn test --watch", "test:mainnet": "export NETWORK='mainnet' && jest --runInBand --config ./test/config/jestIntegrationConfig.json", "test:kovan": "export NETWORK='kovan' && jest --runInBand --config ./test/config/jestIntegrationConfig.json", - "test:goerli": "export NETWORK='goerli' && jest --runInBand --config ./test/config/jestIntegrationConfig.json", "test:integration": "export NETWORK='test' && yarn test --config ./test/config/jestIntegrationConfig.json", "test:build": "yarn test --config ./test/config/jestBuildConfig.json", "repl": "../../node_modules/.bin/babel-node --experimental-repl-await scripts/repl.js"