diff --git a/README.md b/README.md index d247f5c..34285e8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This app then intercepts the sendTransaction call, translates it to a call to th #### Option 1: Add Mukutu Router as a custom Safe app using a wizard -- Go to [https://safe.mukutu.tech](https://safe.mukutu.tech) +- Go to [https://mukutu.davidsemakula.com](https://mukutu.davidsemakula.com) - Select your origin chain and click "Go to Safe" - You will be redirected to the appropriate Safe web interface - Follow the prompts provided by the Safe web interface to access Mukutu Router for your Safe @@ -28,7 +28,7 @@ This app then intercepts the sendTransaction call, translates it to a call to th - Go to the Safe web interface at [https://app.safe.global](https://app.safe.global) - Create your Safe if you don't have one already - Go to Apps -> My custom apps -> Add custom app -- Paste the Safe app URL as https://safe.mukutu.tech +- Paste the Safe app URL as https://mukutu.davidsemakula.com - You should see "Mukutu Router" as a new app - Install the app and try out some cross-chain transactions on supported remote chains 🎉 diff --git a/src/components/AppLoader.tsx b/src/components/AppLoader.tsx index c2fa970..24368fd 100644 --- a/src/components/AppLoader.tsx +++ b/src/components/AppLoader.tsx @@ -82,7 +82,9 @@ export default function AppLoader() { variant="contained" endIcon={} href={`https://app.safe.global/share/safe-app?appUrl=${encodeURIComponent( - window.location.hostname === 'localhost' ? window.location.origin : 'https://safe.mukutu.tech', + window.location.hostname === 'localhost' + ? window.location.origin + : 'https://mukutu.davidsemakula.com', )}&chain=${originShortName}`} disabled={!origin || !originShortName} >