Skip to content

Commit

Permalink
Update README.md (#24)
Browse files Browse the repository at this point in the history
* Update README.md

Fixed typo

* relayer key added

---------

Co-authored-by: Anshul Yadav <55681256+anshulforyou@users.noreply.github.com>
  • Loading branch information
theblackmace and anshulforyou authored Nov 22, 2023
1 parent 0b1ce0d commit 3aaf65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ await aarcSDK.executeMigration({
},
...
],
GELATO_RELAYER_API_KEY // Use the link above to get the gelato relayer key
gelatoApiKey: GELATO_RELAYER_API_KEY // Use the link above to get the gelato relayer key
})
// Returns the response given below
```
Expand Down Expand Up @@ -149,7 +149,7 @@ const newSafeAddress = await aarcSDK.generateSafeSCW(

### Biconomy Smart Wallet

Fetching Existing Safes:
Fetching Biconomy Smart Wallets:

Retrieve a list of all Biconomy smart wallets associated with the user's EOA:
```typescript
Expand Down

0 comments on commit 3aaf65f

Please sign in to comment.