Skip to content

Commit d2af668

Browse files
Merge branch 'main' of https://github.com/0xPolygon/polygon-docs into cdk/ares_components
2 parents afdb08c + 91118c9 commit d2af668

File tree

4 files changed

+716
-624
lines changed

4 files changed

+716
-624
lines changed

.github/workflows/dev_deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Docs Dev Deployment
22
on:
3-
schedule:
4-
- cron: '0 */12 * * *'
3+
#schedule:
4+
# - cron: '0 */12 * * *'
55
push:
66
branches: ['dev']
77
pull_request:

docs/tools/matic-js/pos/erc1155/withdraw-exit-many.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The `withdrawExitMany` method can be used to exit the withdraw process by using the txHash from `withdrawStartMany` method.
22

33
```js
4+
45
const erc1155RootToken = posClient.erc1155(<root token address>, true);
56

67
const result = await erc1155RootToken.withdrawExitMany(<burn tx hash>);

docs/tools/matic-js/pos/erc1155/withdraw-start.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The `withdrawStart` method can be used to initiate the withdraw process which will burn the specified amount of tokenId on polygon chain.
22

33
```js
4+
45
const erc1155Token = posClient.erc1155(<child token address>);
56

67
const result = await erc1155Token.withdrawStart(<token id>,<amount>);

0 commit comments

Comments
 (0)