Skip to content

Commit

Permalink
Merge branch 'develop' into feat-keplr
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamj1232 authored Aug 6, 2024
2 parents 013a293 + 6e71701 commit bdaef45
Show file tree
Hide file tree
Showing 19 changed files with 141 additions and 867 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ For full documentation, check out the README.md for each package or the [docs pa
- [Frame](packages/frame/README.md)
- [Blocto](packages/blocto/README.md)
- [Particle Network](packages/particle-network/README.md)
- [MetaMask](packages/metamask/README.md)

**Hardware Wallets**

Expand Down
5 changes: 4 additions & 1 deletion docs/src/routes/docs/[...3]modules/[...1]core/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ const sendTransaction = async () => {
console.log(result)
}
```

---

#### disableFontDownload
Expand Down Expand Up @@ -1902,7 +1903,9 @@ export default {
'@web3-onboard/gas',
'@web3-onboard/sequence',
'js-sha3',
'@ethersproject/bignumber'
'@ethersproject/bignumber',
'@safe-global/safe-apps-sdk',
'@safe-global/safe-apps-provider'
],
esbuildOptions: {
// Node.js global to browser globalThis
Expand Down
Loading

0 comments on commit bdaef45

Please sign in to comment.