@gnosis-guild/zodiac-core
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -58,5 +58,5 @@ "use strict"; | ||
}); | ||
const { status, message } = (await response.json()); | ||
const { status, message, result } = (await response.json()); | ||
if (!isOk(status)) { | ||
throw new Error(`Verification Error: ${status} ${message}`); | ||
throw new Error(`Verifying SourceCode: ${message} ${result}`); | ||
} | ||
@@ -63,0 +63,0 @@ return { |
@@ -64,5 +64,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}); | ||
const { status, message } = (yield response.json()); | ||
const { status, message, result } = (yield response.json()); | ||
if (!isOk(status)) { | ||
throw new Error(`Verification Error: ${status} ${message}`); | ||
throw new Error(`Verifying SourceCode: ${message} ${result}`); | ||
} | ||
@@ -69,0 +69,0 @@ return { |
{ | ||
"name": "@gnosis-guild/zodiac-core", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.", | ||
@@ -5,0 +5,0 @@ "author": "Auryn Macmillan <auryn@gnosisguild.org>", |
264273