-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(registry) fix: multisig fix in service details (#89)
* fix: update ipfs constant in NFT image list * feat: add ethers v5 * feat: use ethersv5 * chore: add resolver for gnosis.pm - ethersv5 * refactor: update dependencies and improve transaction handling for ethersV5 * refactor: update eslint configuration to allow only console.warn and console.error * chore: update CODEOWNERS * test: works with gnosis-safe, yaygit status * feat: remove all logs and update comment
- Loading branch information
1 parent
ecc53f1
commit 387f360
Showing
11 changed files
with
100 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,12 @@ | |
} | ||
] | ||
} | ||
], | ||
"no-console": [ | ||
"warn", | ||
{ | ||
"allow": ["warn", "error"] | ||
} | ||
] | ||
} | ||
}, | ||
|
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# more info here - https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners | ||
|
||
apps/ @mohandast52 @oaksprout | ||
libs/ @mohandast52 @oaksprout | ||
apps/ @mohandast52 @oaksprout @Tanya-atatakai @truemiller | ||
libs/ @mohandast52 @oaksprout @Tanya-atatakai @truemiller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.