upgrade cosmos sdk to 4.0.0

This commit is contained in:
Asier Isayas
2023-10-13 12:15:36 -04:00
parent f36fccd3ef
commit 282004b09b
10 changed files with 113 additions and 26 deletions

View File

@@ -39,7 +39,6 @@ module.exports = {
"@typescript-eslint/switch-exhaustiveness-check": "error",
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-explicit-any": "error",
"prefer-arrow/prefer-arrow-functions": ["error", { allowStandaloneDeclarations: true }],
eqeqeq: "error",
"react/display-name": "off",