We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978e6a4 commit f941340Copy full SHA for f941340
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@earthwallet/assets",
3
- "version": "0.3.4",
+ "version": "0.3.5",
4
"description": "Secure assets fetching and transfer functions for Earth Wallet",
5
"main": "build/main/index.js",
6
"typings": "build/main/index.d.ts",
src/util/icp/index.ts
@@ -115,7 +115,6 @@ export const transferNFTsExt = async (
115
toAccountId: string,
116
tokenIndex: string
117
) => {
118
-
119
const agent = await Promise.resolve(
120
new HttpAgent({
121
host: ICP_HOST,
0 commit comments