Skip to content

Commit 6675e73

Browse files
adding content disclaimer
1 parent cd2d19c commit 6675e73

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+49
-44
lines changed

Diff for: CONTENT_DISCLAIMER.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Polygon Knowledge Layer third-party content disclaimer
2+
3+
The Polygon Knowledge Layer contains third-party content which includes websites, products, and services that are provided for informational purposes only.
4+
5+
Polygon Labs does not endorse, warrant, or make any representations regarding the accuracy, quality, reliability, or legality of any third-party websites, products, or services. If you decide to access any third-party content linked from the Polygon Knowledge Layer, you do so entirely at your own risk and subject to the terms and conditions of use for such websites. Polygon Labs reserves the right to withdraw such references and links without notice.
6+
7+
The Polygon Knowledge Layer serves as an industry public good and is made available under the MIT open source license. In addition, please view the official [Polygon Labs Terms of Use](https://polygon.technology/terms-of-use).

Diff for: docs/miden/architecture/accounts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ An account vault can be reduced to a single hash which is the root of the sparse
5151

5252
Interface for accounts. In Miden every account is a smart contract. It has an interface that exposes functions that can be called by note scripts. Functions exposed by the account have the following properties:
5353

54-
* Functions are actually roots of [Miden program MASTs](https://0xpolygonmiden.github.io/miden-vm/specification/assembly/main.html) (i.e., a 32-byte hash). Thus, function identifier is a commitment to the code which is executed when a function is invoked.
54+
* Functions are actually roots of [Miden program MASTs](../vm/specification/assembly/index.md) (i.e., a 32-byte hash). Thus, function identifier is a commitment to the code which is executed when a function is invoked.
5555
* Only account functions have mutable access to an account's storage and vault. Therefore, the only way to modify an account's internal state is through one of the account's functions.
5656
* Account functions can take parameters and can create new notes.
5757

Diff for: docs/miden/architecture/notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Asset container for a note. A note vault can contain up to `255` assets stored i
2121

2222
### Script
2323

24-
Unlike an account, a note has a single executable script. This script will be executed in a [transaction](transactions.md). This script is also the root of a [Miden program MAST](https://0xpolygonmiden.github.io/miden-vm/specification/assembly/main.html). A script is always executed in the context of a single account, and thus, may invoke account's functions. A note's script can call zero or more of an account's function.
24+
Unlike an account, a note has a single executable script. This script will be executed in a [transaction](transactions.md). This script is also the root of a [Miden program MAST](../vm/specification/assembly/index.md). A script is always executed in the context of a single account, and thus, may invoke account's functions. A note's script can call zero or more of an account's function.
2525

2626
!!! note
2727
Since code in Miden is expressed as MAST, every function is a commitment to the underlying code. The code cannot change unnoticed to the user because its hash would change.*

Diff for: docs/tools/data/covalent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!!! note "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
!!! tip "Quickstart"
66

Diff for: docs/tools/data/flair.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
!!! note "Content disclaimer"
33

4-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
4+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
55

66
Real-time and historical custom data indexing for any evm chain.
77

Diff for: docs/tools/data/parsiq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
!!! note "Content disclaimer"
33

4-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
4+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
55

66
## About PARSIQ
77

Diff for: docs/tools/data/the-graph/data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!!! info "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
# Polygon root subgraph introduction
66

Diff for: docs/tools/data/the-graph/entities.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!!! note "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
## Checkpoint
66

Diff for: docs/tools/data/the-graph/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!!! info "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
The Graph, a decentralized protocol for indexing and querying chain data, supports the Matic chain. Data defined through subgraphs is easy to query and explore. Subgraphs can be created locally, or use a free hosted explorer for indexing and data display.
66

Diff for: docs/tools/data/the-graph/queries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!!! note "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
## Sample queries
66

Diff for: docs/tools/oracles/api3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!!! info "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
## Overview
66

Diff for: docs/tools/oracles/bandchain.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!!! info "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
Band Protocol allows you to query data from traditional web APIs and use it in the blockchain. Developers can make queries through **BandChain, a cosmos-based blockchain** for facilitating oracle requests and payment, and then use the data on the dApp through inter-chain communication. Integrating oracle data can be done in 3 simple steps:
66

Diff for: docs/tools/oracles/bandstandarddataset.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!!! info "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
Developers building on Polygon can now leverage Band Protocol's decentralized oracle infrastructure. With Band Protocol's oracle, they now have access to various cryptocurrency price data to integrate into their applications.
66

Diff for: docs/tools/oracles/chainlink.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!!! info "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
**Chainlink** enables your contracts to **access any external data source**, through a decentralized oracle network. Whether your contract requires sports results, the latest weather, or any other publicly available data, Chainlink provides the tools required for your contract to consume it.
66

Diff for: docs/tools/oracles/diadataoracles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! info "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
dApp developers who want to leverage DIA oracles can access the published data on Polygon. DIA offers cryptocurrency and data about traditional financial assets. For more details click [here](https://github.com/diadata-org/diadata/blob/master/documentation/oracle-documentation/matic.md).

Diff for: docs/tools/oracles/optimisticoracle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!!! info "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
UMA's Optimistic Oracle allows contracts to quickly request and receive any kind of data. UMA's oracle system is comprised of two core components:
66

Diff for: docs/tools/oracles/razor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!!! info "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
**Razor network** is a decentralized oracle providing data to the smart contracts using a network of stakers. The network consists of validators who lock in their tokens as a **stake** and provide data to the network. The honest validators are rewarded and those who report incoherently are penalized.
66

Diff for: docs/tools/oracles/supra.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!!! info "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
**Supra** is a novel, high-throughput oracle & intralayer: A vertically integrated toolkit of cross-chain solutions (data oracles, asset bridges, automation network, and more) that interlink all blockchains, public (L1s and L2s) or private (enterprises).
66

Diff for: docs/tools/oracles/tellor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!!! info "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
Tellor is an oracle that provides censorship resistant data that is secured by simple crypto-economic incentives. Data can be provided by anyone and checked by everyone. Tellor’s flexible structure can provide any data at any time interval to allow for easy experimentation/innovation.
66

Diff for: docs/tools/oracles/umbrella.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!!! info "Content disclaimer"
22

3-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

55
[Umbrella Network](https://umb.network/) is a decentralized oracle service that provides blockchain projects with secure, scalable, and customizable data solutions.
66

Diff for: docs/tools/storage/crusthelpers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
[Crust Network](https://crust.network) provides a decentralized storage network for Web3. It is designed to realize the core values of decentralization, privacy and assurance. Crust supports multiple storage-layer protocols such as IPFS, and exposes instantly accessible on-chain storage functions to users.
55

Diff for: docs/tools/storage/filecoinhelpers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
Filecoin is built on top of IPFS and supports storing data long-term via on-chain deals. Together, they help us break free from centralized services while conveniently allowing us to enjoy the same luxuries of speed and guaranteed storage that centralized services would bring.
55

Diff for: docs/tools/storage/ipfs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
### Context
55

Diff for: docs/tools/storage/nftstorage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
This tutorial will teach you to mint an NFT using the Polygon blockchain and IPFS/Filecoin storage via NFT.Storage. Polygon, a Layer 2 scaling solution for Ethereum, is often chosen by developers for its speed and lower transaction costs while maintaining full compatibility with Ethereum's EVM. The tutorial will walk you through the creation and deployment of a standardized smart contract, storing metadata and assets on IPFS and Filecoin via the NFT.Storage API and minting the NFT to your own wallet on Polygon.
55

Diff for: docs/tools/wallets/fortmatic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
Fortmatic SDK allows you to easily integrate your dApp with the Ethereum blockchain, whether you already have a dApp integrated with Web3 or are starting from scratch. Fortmatic provides a smooth and delightful experience for both you and your decentralized application users.
55

Diff for: docs/tools/wallets/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ It includes:
4747

4848
!!! caution "Content disclaimer"
4949

50-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
50+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
5151

5252
The following wallets are solutions that Polygon Technology has partnered with:
5353

Diff for: docs/tools/wallets/metamask/add-polygon-network.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
In order to view the flow of funds in your accounts, on the Polygon Network, you will need to configure Polygon testnet and mainnet URLs on Metamask.
55

Diff for: docs/tools/wallets/metamask/create-metamask-wallet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
If you are wondering how to create a new cryptocurrency wallet, consider creating one by installing the MetaMask extension.
55

Diff for: docs/tools/wallets/metamask/custom-tokens.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
This page demonstrates the process of configuring/adding custom tokens to Metamask.
55

Diff for: docs/tools/wallets/metamask/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
[MetaMask](https://metamask.io/) is a crypto wallet that can be used in a web browser and on mobile devices to interact with the Ethereum blockchain. It allows you to run Ethereum Dapps (Decentralized Apps) right in your browser without running a full Ethereum node.
55

Diff for: docs/tools/wallets/metamask/multiple-accounts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
In case you are new to Ethereum and Metamask, here is a guide on how to create multiple accounts and import them:
55

Diff for: docs/tools/wallets/particle-network.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
**Particle Network** is the Intent-Centric, Modular Access Layer of Web3. With Particle's Wallet-as-a-Service, developers can curate unparalleled user experience through modular and customizable EOA/AA embedded wallet components. By utilizing MPC-TSS for key management, Particle can streamline onboarding via familiar Web2 accounts—such as Google accounts, email addresses, and phone numbers.
55

Diff for: docs/tools/wallets/plaid-wallet-onboard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
**Plaid Wallet Onboard** allows your dApp to connect to hundreds of self-custody wallets, including browser plugin wallets, WalletConnect-compatible mobile wallets, and custom protocols or UX required by hybrid and hardware wallets. It's easier than ever to integrate Metamask, Coinbase Wallet, Rainbow, and more into your dApp.
55

Diff for: docs/tools/wallets/portis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
Portis is a web-based wallet built keeping easy user-onboarding in mind. It comes with a JavaScript SDK that integrates into the dApp and creates a local wallet-less experience for the user. Further, it handles setting up the wallet, transactions, and gas fees.
55

Diff for: docs/tools/wallets/slashauth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
**SlashAuth** allows developers to quickly authenticate users with their wallets and create **role-based access control based on the on-chain data**. A developer can use SlashAuth to securely log a user in and verify that they have the necessary tokens (ERC20, ERC721, ERC1155) to gain access to the website.
55

Diff for: docs/tools/wallets/torus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! caution "Content disclaimer"
2-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
33

44
Torus is a user-friendly, secure, and non-custodial key management system for decentralized apps. We're focused on providing mainstream users a gateway to the decentralized ecosystem.
55

Diff for: docs/tools/wallets/using-web3modal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
!!!caution
22
Content disclaimer
33

4-
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/wiki/blob/master/CONTENT_DISCLAIMER.md).
4+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
55

66
## Overview
77

0 commit comments

Comments
 (0)