-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1625 from sushiswap/aptos-fix-msafe
fix(apps/aptos): fix msafe
- Loading branch information
Showing
6 changed files
with
419 additions
and
47 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
9 changes: 4 additions & 5 deletions
9
...@msafe__aptos-wallet-adapter@1.0.14.patch → .../@msafe__aptos-wallet-adapter@1.1.3.patch
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,15 +1,14 @@ | ||
diff --git a/src/index.ts b/src/index.ts | ||
index 35d2757a46df570e20dd0002f2bcff22dfa3fb5f..3e58a9142a7f230c583cacafbac92407a44a7f2a 100644 | ||
index ea19ab90c0a3add8447d6006d611ffb120f9662c..3da90e1647208afaef1b46f09f5e4f87349aebc3 100644 | ||
--- a/src/index.ts | ||
+++ b/src/index.ts | ||
@@ -56,10 +56,6 @@ export class MSafeWalletAdapter implements AdapterPlugin { | ||
.catch((e) => { | ||
@@ -60,9 +60,6 @@ export class MSafeWalletAdapter implements AdapterPlugin { | ||
console.log("🚀 ~ file: index.ts:57 ~ MSafeWalletAdapter:", e); | ||
}); | ||
- } else { | ||
} else { | ||
- console.log( | ||
- "🚀 ~ file: index.ts:63 ~ MSafeWalletAdapter: not in msafe wallet:" | ||
- ); | ||
} | ||
} | ||
|
||
url = "https://aptos.m-safe.io/"; |
Oops, something went wrong.