@automata-network/2fa-guru-sdk
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@automata-network/2fa-guru-sdk", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "./src/index.ts", | ||
@@ -5,0 +5,0 @@ "description": "A SDK for easy integration with 2FA Guru", |
@@ -272,3 +272,3 @@ import { JsonRpcProvider } from '@ethersproject/providers'; | ||
return { | ||
success: false, | ||
success: true, | ||
error: null, | ||
@@ -275,0 +275,0 @@ signature: parsedJsonResponse.result.signature, |
30375