eraswap-sdk
Advanced tools
Comparing version 3.0.1-commit.807ca3ec to 3.0.2-commit.807ca3ec
@@ -73,2 +73,5 @@ "use strict"; | ||
name = _a.sent(); | ||
if (name === '') { | ||
logger.throwError("Empty usernames not allowed"); | ||
} | ||
// If it is already an address, nothing to resolve | ||
@@ -75,0 +78,0 @@ try { |
{ | ||
"name": "eraswap-sdk", | ||
"version": "3.0.1-commit.807ca3ec", | ||
"version": "3.0.2-commit.807ca3ec", | ||
"description": "Typechain outputs of esn-contracts and utils. Commit tag of KMPARDS/esn-contracts is included in the version.", | ||
@@ -5,0 +5,0 @@ "main": "dist/", |
@@ -29,2 +29,6 @@ import { ethers, providers, version, BigNumber } from 'ethers'; | ||
if (name === '') { | ||
logger.throwError(`Empty usernames not allowed`); | ||
} | ||
// If it is already an address, nothing to resolve | ||
@@ -31,0 +35,0 @@ try { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10951738
254325