diff --git a/.github/ccip-tools.png b/.github/ccip-tools.png new file mode 100644 index 0000000..41a42ee Binary files /dev/null and b/.github/ccip-tools.png differ diff --git a/README.md b/README.md index ce888f5..15d22e8 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ todo: running the gateway Using a CCIP Gateway requires a resolver contract to be acting on behalf of the name. Although you could write your own contract, we recommend you deploy a proxy contract through [ccip.tools](https://ccip.tools/). +![](.github/ccip-tools.png) + When asked for the `Gateway URL` supply your gateway's url (for eg: `https://gateway.example.com/{sender}.json`), and for the `Signers` field supply the address of your gateway (for eg: `[0x225f137127d9067788314bc7fcc1f36746a3c3B5]`), you can find this in the logs of your gateway. > [!NOTE]