The API links have been changed from
https://apis.matic.network → https://proof-generator.polygon.technology. Please make sure to update the links.faster. As the name suggests, they generate results more quickly compared to their non-faster counterparts. They do so by utilizing the Proof Generation API at the backend which anyone can host.
Proof Generator is a publicly available proof generation API, hosted by Polygon Labs.
The setProofApi method can help in setting the Proof Generation API’s URL to the MaticJS instance as demonstrated in the below snippet.
Utilizing a self-hosted Proof Generation API service will offer better performance compared to a publicly hosted one.
README.md file in this repository to self-host the service.
Let’s say you have deployed the Proof API and your base URL is https://abc.xyz/. In this case, you need to set the base URL in setProofApi as follows.