Whitelist txt upload component (#9)

* Update ts config

* Update network chain id

* Create whitelist upload component

* Use whitelist component in contract ui

* Add whitelist component to collection info component
This commit is contained in:
Arda Nakışçı
2022-07-29 10:39:03 +03:00
committed by GitHub
parent 7a46df8161
commit ff5a8d2e7d
5 changed files with 78 additions and 34 deletions
+2 -1
View File
@@ -14,7 +14,8 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "es5"
"target": "es5",
"downlevelIteration": true
},
"exclude": ["node_modules"],
"include": ["env.d.ts", "next-env.d.ts", "**/*.ts", "**/*.tsx"]