Skip to content

Commit 82ae233

Browse files
Merge pull request #860 from maticnetwork/sdk
Update Polygon SDK to Polygon Edge
2 parents 87ec7b6 + eeafa41 commit 82ae233

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

docs/develop/ethereum-polygon/plasma/erc20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Once you have funds on Polygon, you can use those funds to send to others instan
3232

3333
---
3434

35-
### Configuring Polygon SDK
35+
### Configuring Polygon Edge
3636

3737
Install Matic SDK (**_3.0.0)_**
3838

docs/develop/ethereum-polygon/pos/calling-contracts/erc1155.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Exit function on **_RootChainManager_** contract has to be called to unlock and
8787
9. branchMask - 32 bits denoting the path of receipt in merkle patricia tree
8888
10. receiptLogIndex - Log Index to read from the receipt
8989

90-
Generating proof manually can be tricky so it is advisable to use the Polygon SDK. If you want to send the transaction manually, you can pass **_encodeAbi_** as **_true_** in the options object to get raw calldata.
90+
Generating proof manually can be tricky so it is advisable to use Polygon Edge. If you want to send the transaction manually, you can pass **_encodeAbi_** as **_true_** in the options object to get raw calldata.
9191
```js
9292
const exitCalldata = await maticPOSClient
9393
.exitSingleERC1155(burnTxHash, { from, encodeAbi: true })

docs/develop/ethereum-polygon/pos/calling-contracts/erc20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Exit function on **_RootChainManager_** contract has to be called to unlock and
7474
9. branchMask - 32 bits denoting the path of receipt in merkle patricia tree
7575
10. receiptLogIndex - Log Index to read from the receipt
7676

77-
Generating proof manually can be tricky so it is advisable to use the Polygon SDK. If you want to send the transaction manually, you can pass **_encodeAbi_** as **_true_** in the options object to get raw calldata.
77+
Generating proof manually can be tricky so it is advisable to use Polygon Edge. If you want to send the transaction manually, you can pass **_encodeAbi_** as **_true_** in the options object to get raw calldata.
7878
```js
7979
const exitCalldata = await maticPOSClient
8080
.exitERC20(burnTxHash, { from, encodeAbi: true })

docs/develop/ethereum-polygon/pos/calling-contracts/ether.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Exit function on **_RootChainManager_** contract has to be called to unlock and
6262
9. branchMask - 32 bits denoting the path of receipt in merkle patricia tree
6363
10. receiptLogIndex - Log Index to read from the receipt
6464

65-
Generating proof manually can be tricky so it is advisable to use the Polygon SDK. If you want to send the transaction manually, you can pass **_encodeAbi_** as **_true_** in the options object to get raw calldata.
65+
Generating proof manually can be tricky so it is advisable to use Polygon Edge. If you want to send the transaction manually, you can pass **_encodeAbi_** as **_true_** in the options object to get raw calldata.
6666
```js
6767
const exitCalldata = await maticPOSClient
6868
.exitERC20(burnTxHash, { from, encodeAbi: true })

docs/develop/ethereum-polygon/pos/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords:
99
image: https://matic.network/banners/matic-network-16x9.png
1010
---
1111

12-
Please check the latest [Matic.js documentation on PoS](https://maticnetwork.github.io/matic.js/docs/pos/) to get started.
12+
Please check the latest [Matic.js documentation on PoS](../matic-js/get-started.md) to get started.
1313

1414
A bridge is basically a set of contracts that help in moving assets from the root chain to the child chain. There are primarily two bridges to move assets between Ethereum and Polygon. First one is the Plasma bridge and the second one is called the **PoS Bridge** or **Proof of Stake bridge**. **Plasma bridge** provides an increased security guarantee due to the Plasma exit mechanism.
1515

docs/develop/ethereum-polygon/pos/using-sdk/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: getting-started
3-
title: Getting started with the Polygon SDK
4-
sidebar_label: Instantiating SDK
3+
title: Getting started with Polygon Edge
4+
sidebar_label: Instantiating Polygon Edge
55
description: Build your next blockchain app on Polygon.
66
keywords:
77
- docs
@@ -12,7 +12,7 @@ image: https://matic.network/banners/matic-network-16x9.png
1212
import Tabs from '@theme/Tabs';
1313
import TabItem from '@theme/TabItem';
1414

15-
To get started, check the latest [Matic.js documentation](https://maticnetwork.github.io/matic.js/docs/installation/).
15+
To get started, check the latest [Matic.js documentation](../../../matic-js/get-started).
1616

1717
## Quick Summary
1818

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ module.exports = {
211211
"aria-label": "GitHub repository",
212212
},
213213
{
214-
label: "Polygon SDK",
214+
label: "Polygon Edge",
215215
href: "https://sdk-docs.polygon.technology/docs/overview/",
216216
position: "left",
217217
},

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ module.exports = {
273273
"develop/ethereum-polygon/pos/getting-started",
274274
{
275275
type: "category",
276-
label: "Using SDK",
276+
label: "Using Polygon Edge",
277277
items: [
278278
"develop/ethereum-polygon/pos/using-sdk/getting-started",
279279
"develop/ethereum-polygon/pos/using-sdk/eth",

src/data/features.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const firstRow = [
1212
description: "Complete information including easy tutorials you need to build, deploy, and manage apps on Polygon"
1313
},
1414
{
15-
title: "Polygon SDK",
15+
title: "Polygon Edge",
1616
class_name: "polygon-banner",
1717
linkUrl: "https://sdk-docs.polygon.technology/docs/overview/",
1818
imageUrl: "img/home/polygon-sdk.svg",

0 commit comments

Comments
 (0)