diff --git a/docs/payments/integrate/mini-app-world-app.md b/docs/payments/integrate/mini-app-world-app.md index 074a58b8..bf300aba 100644 --- a/docs/payments/integrate/mini-app-world-app.md +++ b/docs/payments/integrate/mini-app-world-app.md @@ -28,16 +28,17 @@ Here’s how to do it: ![depay.com as Additional Domain](/img/examples/mini-app/additional-domain.png) -4. Add `0xC9850b32475f4fdE5c972EA6f967982a3c435D10` under "Contract Entrypoints". - -![DePay contract entrypoint](/img/examples/mini-app/contract-entrypoint.png) - -5. Next, you'll need to add the token addresses for any tokens you want users to transact with. You can find a complete list of tokens deployed on World Chain [here](https://worldchain-mainnet.explorer.alchemy.com/tokens). +4. Next, you'll need to add the token addresses for any tokens you want users to transact with. You can find a complete list of tokens deployed on World Chain [here](https://worldchain-mainnet.explorer.alchemy.com/tokens). ![Permit2 token configuration](/img/examples/mini-app/permit2-tokens.png) `0x79A02482A880bCE3F13e09Da970dC34db4CD24d1,0x2cFc85d8E48F8EAB294be644d9E25C3030863003` would allow `USDCe` and `WDL`. +5. Add `0xC9850b32475f4fdE5c972EA6f967982a3c435D10` under "Contract Entrypoints". + +![DePay contract entrypoint](/img/examples/mini-app/contract-entrypoint.png) + + ### Integrate DePay diff --git a/docusaurus.config.js b/docusaurus.config.js index 348302b9..c9bba3f5 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -27,7 +27,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: 'depayfi', // Usually your GitHub org/user name. - projectName: 'public-documentation', // Usually your repo name. + projectName: 'technical-documentation', // Usually your repo name. // Even if you don't use internalization, you can use this field to set useful // metadata like html lang. For example, if your site is Chinese, you may want diff --git a/package.json b/package.json index 70abf7ca..37cf3765 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "public-documentation", + "name": "technical-documentation", "version": "0.0.0", "private": true, "scripts": {