diff --git a/README.md b/README.md index fe3553c..2028ade 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/src/catalogs/wallet-gnosis.applist.json b/src/catalogs/wallet-gnosis.applist.json index eac7b43..61c0f9a 100644 --- a/src/catalogs/wallet-gnosis.applist.json +++ b/src/catalogs/wallet-gnosis.applist.json @@ -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",