{nftAddresses.map((address) => (
@@ -283,6 +315,7 @@ return (
/>
))}
+ {/*
{JSON.stringify(nftAddresses, null, 2)}
*/}
)}
@@ -345,6 +378,7 @@ return (
-);
+);
\ No newline at end of file
diff --git a/package.json b/package.json
index 89a36b08..a7d9c621 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/styled-components": "^5.1.26",
- "bos-workspace": "git+https://github.com/NEARBuilders/bos-workspace#main",
+ "bos-workspace": "^0.0.1-alpha.5",
"lint-staged": "^13.2.1",
"npm-watch": "^0.11.0",
"prettier": "^2.8.8"