Skip to content

Commit

Permalink
Adding random UUI API to window object
Browse files Browse the repository at this point in the history
  • Loading branch information
y3fers0n committed Oct 17, 2024
1 parent dee0e7d commit 61cdcb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/lib/src/main/res/raw/trust_min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/android-web3-provider/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ window.trustwallet = {
aptos,
ton,
tonBridge,
randomUUID: () => crypto.randomUUID(),
};

0 comments on commit 61cdcb4

Please sign in to comment.