Skip to content

Commit

Permalink
Merge pull request #37 from AmbireTech/add/lido-matic-mobile
Browse files Browse the repository at this point in the history
Add templating for revoke chash and README update
  • Loading branch information
Ivshti authored Feb 7, 2024
2 parents 8d448bc + e43452c commit 165eb3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Check out Ambire Wallet here: https://wallet.ambire.com
- we recommend using the Gnosis Safe App protocol via `@gnosis.pm/safe-apps-react-sdk`
- to implement Ambire-specific transaction batching, read [this](/how-to-create-a-plugin.md)

### follow the variable template
- If the url of your dapp requires
- the account address - add '${accountAddress}' to the url
- the chain id - add ${chainId} to the url
- Example - "https://revoke.cash/address/${accountAddress}?chainId=${chainId}",

### PR
- Make PR to this repo with your dApp data to corresponding .json file [Gnosis Safe App](/src/catalogs/wallet-gnosis.applist.json) / [WalletConnect](/src/catalogs/wallet-walletconnect.applist.json) in the following format:

Expand Down
2 changes: 1 addition & 1 deletion src/catalogs/wallet-gnosis.applist.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
{
"id": "revoke.cash",
"url": "https://revoke.cash/",
"url":"https://revoke.cash/address/${accountAddress}?chainId=${chainId}",
"name": "Revoke.cash",
"iconUrl": "https://revoke.cash/assets/images/android-chrome-512x512.png",
"description": "Manage and revoke your token allowances with Revoke.cash",
Expand Down

0 comments on commit 165eb3b

Please sign in to comment.