Skip to content

Add new Amoy block explorer URL #1904

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config/data/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"POLYGON_AMOY": {
"chainId": 80002,
"title": "Amoy testnet",
"explorer": "https://www.oklink.com/amoy",
"explorer": "https://amoy.polygonscan.com/",
"nativeCurrency": {
"name": "MATIC",
"symbol": "MATIC",
Expand Down
16 changes: 8 additions & 8 deletions src/content/resources/link-token-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ Watch the [Moving Chainlink Cross-Chains](https://www.youtube.com/watch?v=WKvIGk

Testnet MATIC is used to pay for transactions on Polygon Amoy.

| Parameter | Value |
| :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Chain ID | `80002` |
| Address | <Address contractUrl="https://www.oklink.com/amoy/address/0x0Fd9e8d3aF1aaee056EB9e802c3A762a667b1904" urlId="80002_0x0Fd9e8d3aF1aaee056EB9e802c3A762a667b1904" urlClass="erc-token-address"/> |
| Name | Chainlink Token |
| Symbol | LINK |
| Decimals | 18 |
| Network status | [polygonscan.freshstatus.io](https://polygonscan.freshstatus.io) |
| Parameter | Value |
| :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Chain ID | `80002` |
| Address | <Address contractUrl="https://amoy.polygonscan.com/address/0x0Fd9e8d3aF1aaee056EB9e802c3A762a667b1904" urlId="80002_0x0Fd9e8d3aF1aaee056EB9e802c3A762a667b1904" urlClass="erc-token-address"/> |
| Name | Chainlink Token |
| Symbol | LINK |
| Decimals | 18 |
| Network status | [polygonscan.freshstatus.io](https://polygonscan.freshstatus.io) |

## Gnosis Chain (xDai)

Expand Down
2 changes: 1 addition & 1 deletion src/features/data/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const CHAINS: Chain[] = [
},
{
name: "Amoy Testnet",
explorerUrl: "https://www.oklink.com/amoy/address/%s",
explorerUrl: "https://amoy.polygonscan.com/address/%s",
networkType: "testnet",
rddUrl: "https://reference-data-directory.vercel.app/feeds-polygon-testnet-amoy.json",
queryString: "polygon-amoy",
Expand Down
Loading
Loading