Skip to content

Commit

Permalink
feat: replace ethers with viem
Browse files Browse the repository at this point in the history
For nftx v3 we're moving away from ethers.js and switching to viem + wagmi
  • Loading branch information
jackmellis committed Nov 22, 2023
1 parent 1255dd2 commit 38e05ea
Show file tree
Hide file tree
Showing 293 changed files with 28,216 additions and 5,042 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
'plugin:@next/next/recommended',
],
parser: '@typescript-eslint/parser',
parserOptions: {
Expand All @@ -18,7 +17,7 @@ module.exports = {
ecmaVersion: 12,
sourceType: 'module',
},
plugins: ['react', '@typescript-eslint'],
plugins: ['@typescript-eslint'],
rules: {
'@next/next/no-document-import-in-page': 'off',
'@next/next/no-img-element': 'off',
Expand Down
Loading

0 comments on commit 38e05ea

Please sign in to comment.