forked from safe-global/safe-wallet-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
peppa
committed
Dec 24, 2024
1 parent
cf22e53
commit 4f5ca8f
Showing
5 changed files
with
104 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
diff --git a/node_modules/@safe-global/protocol-kit/.DS_Store b/node_modules/@safe-global/protocol-kit/.DS_Store | ||
new file mode 100644 | ||
index 0000000..19d87f7 | ||
Binary files /dev/null and b/node_modules/@safe-global/protocol-kit/.DS_Store differ | ||
diff --git a/node_modules/@safe-global/protocol-kit/dist/.DS_Store b/node_modules/@safe-global/protocol-kit/dist/.DS_Store | ||
new file mode 100644 | ||
index 0000000..832dded | ||
Binary files /dev/null and b/node_modules/@safe-global/protocol-kit/dist/.DS_Store differ | ||
diff --git a/node_modules/@safe-global/protocol-kit/dist/src/.DS_Store b/node_modules/@safe-global/protocol-kit/dist/src/.DS_Store | ||
new file mode 100644 | ||
index 0000000..7a1cf7d | ||
Binary files /dev/null and b/node_modules/@safe-global/protocol-kit/dist/src/.DS_Store differ | ||
diff --git a/node_modules/@safe-global/protocol-kit/dist/src/utils/.DS_Store b/node_modules/@safe-global/protocol-kit/dist/src/utils/.DS_Store | ||
new file mode 100644 | ||
index 0000000..3e8a8c7 | ||
Binary files /dev/null and b/node_modules/@safe-global/protocol-kit/dist/src/utils/.DS_Store differ | ||
diff --git a/node_modules/@safe-global/protocol-kit/dist/src/utils/eip-3770/config.js b/node_modules/@safe-global/protocol-kit/dist/src/utils/eip-3770/config.js | ||
index f5142af..a6db0f6 100644 | ||
--- a/node_modules/@safe-global/protocol-kit/dist/src/utils/eip-3770/config.js | ||
+++ b/node_modules/@safe-global/protocol-kit/dist/src/utils/eip-3770/config.js | ||
@@ -78,6 +78,7 @@ exports.networks = [ | ||
{ chainId: 1101n, shortName: 'zkevm' }, | ||
{ chainId: 1111n, shortName: 'wemix' }, | ||
{ chainId: 1112n, shortName: 'twemix' }, | ||
+ { chainId: 1114n, shortName: 'tcore2' }, | ||
{ chainId: 1115n, shortName: 'tcore' }, | ||
{ chainId: 1116n, shortName: 'core' }, | ||
{ chainId: 1230n, shortName: 'UltronTestnet' }, |
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