diff --git a/EIPS/eip-747.md b/EIPS/eip-747.md index 6651d398527efd..01bd1233e43acf 100644 --- a/EIPS/eip-747.md +++ b/EIPS/eip-747.md @@ -77,7 +77,7 @@ web3.wallet.watchAsset({ ``` Upon calling this request, the user should be prompted with the opportunity to add this token to their wallet: -![ezgif com-video-to-gif](https://user-images.githubusercontent.com/12115171/44558730-2666e300-a71c-11e8-9098-e27ec99b88fb.gif) +![add-token-prompt 1](../assets/eip-747/add-token-prompt.gif) For `Base64` images, the user just have to add it as `image` parameter. @@ -95,7 +95,7 @@ web3.wallet.watchAsset({ ``` Upon calling this request, the user should be prompted with the opportunity to add this token to their wallet: -![ezgif com-video-to-gif 1](https://user-images.githubusercontent.com/12115171/44558734-2961d380-a71c-11e8-870b-b7d27cfccc87.gif) +![add-token-prompt 2](../assets/eip-747/add-token-prompt2.gif) If the user adds this token, it should appear somewhere in their wallet's UI, with its balance, etc. diff --git a/assets/eip-747/add-token-prompt.gif b/assets/eip-747/add-token-prompt.gif new file mode 100644 index 00000000000000..6d8549807a645b Binary files /dev/null and b/assets/eip-747/add-token-prompt.gif differ diff --git a/assets/eip-747/add-token-prompt2.gif b/assets/eip-747/add-token-prompt2.gif new file mode 100644 index 00000000000000..cf7cb7c56b94e6 Binary files /dev/null and b/assets/eip-747/add-token-prompt2.gif differ