forked from safe-global/safe-smart-account
-
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.
refactor(protocol-kit): Rename MasterCopy to singleton (safe-global#532)
* isL1SafeMasterCopy - isL1SingletonCopy * safeMasterCopyAddress - safeMasterCopyAddress safeMasterCopyAbi - safeMasterCopyAbi MASTER_COPY_ADDRESS - SINGLETON_ADDRESS MASTER_COPY_ABI - SINGLETON_ABI * type MasterCopyResponse - SafeSingletonResponse * masterCopy - singleton * type safeMasterCopyVersion - safeSingletonVersion type safeMasterCopyL2Version - safeSingletonL2Version * getServiceMasterCopiesInfo() - getServiceSingletonsInfo() * Rename some strings * Rename aliases in adapters folder * Update packages/protocol-kit/README.md Co-authored-by: Daniel <[email protected]> * Update packages/api-kit/tests/e2e/getServiceMastercopiesInfo.test.ts Co-authored-by: Daniel <[email protected]> * Commit suggestion --------- Co-authored-by: Daniel <[email protected]>
- Loading branch information
Showing
26 changed files
with
155 additions
and
159 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
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
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
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.