Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
XY-Wang committed Nov 8, 2023
1 parent 4ce265b commit 23700b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guides/TESTING-POLKADOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ In the example below we are using [https://webhook.site](https://webhook.site) a
curl --location 'http://127.0.0.1:3000/subs' \
--header 'Content-Type: application/json' \
--data '[{
"id": "asset-hub-transfers",
"origin": 1000,
"id": "acala-transfers",
"origin": 2000,
"senders": "*",
"destinations": [0, 2000, 2004, 2006],
"destinations": [0, 1000, 2004, 2006],
"notify": {
"type": "webhook",
"url": "https://webhook.site/faf64821-cb4d-41ad-bb81-fd119e80ad02"
Expand Down

0 comments on commit 23700b6

Please sign in to comment.