Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Oct 28, 2024
1 parent d40e972 commit a68b623
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions docs/payments/integrate/mini-app-world-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "public-documentation",
"name": "technical-documentation",
"version": "0.0.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit a68b623

Please sign in to comment.