Skip to content

Commit a80eb50

Browse files
authored
Data Feeds - Polygon zkEVM Cardona testnet (#1895)
* Polygon zkEVM Cardona testnet * Link Token Contracts Update
1 parent 1ec2fa7 commit a80eb50

File tree

4 files changed

+28
-31
lines changed

4 files changed

+28
-31
lines changed

src/content/resources/link-token-contracts.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -487,17 +487,15 @@ ETH is used to pay for transactions on Polygon zkEVM. Use the [Polygon zkEVM Bri
487487
| Symbol | LINK |
488488
| Decimals | 18 |
489489

490-
### Polygon zkEVM testnet
490+
### Polygon zkEVM Cardona testnet
491491

492-
Testnet ETH is used to pay for transactions on Polygon zkEVM testnet. Use the [Polygon zkEVM Bridge](https://wallet.polygon.technology/zkEVM-Bridge/bridge) to transfer testnet ETH to Polygon zkEVM testnet.
493-
494-
Testnet LINK is available at [faucets.chain.link](https://faucets.chain.link/polygon-zkevm-testnet).
492+
Testnet ETH is used to pay for transactions on Polygon zkEVM Cardona testnet. Use the [Polygon zkEVM Bridge](https://wallet.polygon.technology/zkEVM-Bridge/bridge) to transfer testnet ETH to Polygon zkEVM testnet.
495493

496494
| Parameter | Value |
497495
| :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
498-
| `ETH_CHAIN_ID` | `1442` |
499-
| Address | <Address contractUrl="https://testnet-zkevm.polygonscan.com/address/0xa375fEfcA27a639361139718145dffc29A44cB6d" urlId="1442_0xa375fEfcA27a639361139718145dffc29A44cB6d" urlClass="erc-token-address"/> |
500-
| Name | Chainlink Token on Polygon zkEVM testnet |
496+
| `ETH_CHAIN_ID` | `2442` |
497+
| Address | <Address contractUrl="https://cardona-zkevm.polygonscan.com/address/0x5576815a38A3706f37bf815b261cCc7cCA77e975" urlId="2442_0x5576815a38A3706f37bf815b261cCc7cCA77e975" urlClass="erc-token-address"/> |
498+
| Name | Chainlink Token on Polygon zkEVM Cardona testnet |
501499
| Symbol | LINK |
502500
| Decimals | 18 |
503501

src/features/data/chains.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,10 @@ export const CHAINS: Chain[] = [
420420
queryString: "polygon-zkevm-mainnet",
421421
},
422422
{
423-
name: "Polygon zkEVM testnet",
424-
explorerUrl: "https://testnet-zkevm.polygonscan.com/address/%s",
423+
name: "Polygon zkEVM Cardona Testnet",
424+
explorerUrl: "https://cardona-zkevm.polygonscan.com/address/%s",
425425
networkType: "testnet",
426-
rddUrl: "https://reference-data-directory.vercel.app/feeds-ethereum-testnet-goerli-polygon-zkevm-1.json",
426+
rddUrl: "https://reference-data-directory.vercel.app/feeds-ethereum-testnet-sepolia-polygon-zkevm-1.json",
427427
queryString: "polygon-zkevm-testnet",
428428
},
429429
],

src/scripts/reference/chains.json

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -357,26 +357,6 @@
357357
"networkId": 1285,
358358
"explorers": [{ "name": "moonscan", "url": "https://moonriver.moonscan.io", "standard": "none" }]
359359
},
360-
{
361-
"name": "Polygon zkEVM Testnet",
362-
"title": "Polygon zkEVM Testnet",
363-
"chain": "Polygon",
364-
"rpc": [
365-
"https://rpc.public.zkevm-test.net",
366-
"https://polygon-zkevm-testnet.drpc.org",
367-
"wss://polygon-zkevm-testnet.drpc.org"
368-
],
369-
"faucets": [],
370-
"nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
371-
"infoURL": "https://polygon.technology/solutions/polygon-zkevm/",
372-
"shortName": "testnet-zkEVM-mango",
373-
"chainId": 1442,
374-
"networkId": 1442,
375-
"slip44": 1,
376-
"explorers": [
377-
{ "name": "Polygon zkEVM explorer", "url": "https://explorer.public.zkevm-test.net", "standard": "EIP3091" }
378-
]
379-
},
380360
{
381361
"name": "Kroma Sepolia",
382362
"title": "Kroma Testnet Sepolia",
@@ -400,6 +380,21 @@
400380
],
401381
"parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://kroma.network/bridge" }] }
402382
},
383+
{
384+
"name": "Polygon zkEVM Cardona Testnet",
385+
"title": "Polygon zkEVM Cardona Testnet",
386+
"chain": "Polygon",
387+
"rpc": ["https://rpc.cardona.zkevm-rpc.com"],
388+
"faucets": [],
389+
"nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
390+
"infoURL": "https://polygon.technology/polygon-zkevm",
391+
"shortName": "zkevm-testnet-cardona",
392+
"chainId": 2442,
393+
"networkId": 2442,
394+
"icon": "zkevm",
395+
"explorers": [{ "name": "polygonscan", "url": "https://cardona-zkevm.polygonscan.com", "standard": "EIP3091" }],
396+
"parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge-ui.cardona.zkevm-rpc.com" }] }
397+
},
403398
{
404399
"name": "Fantom Testnet",
405400
"chain": "FTM",

src/scripts/reference/linkNameSymbol.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626
"42220": { "name": "ChainLink Token", "symbol": "LINK" },
2727
"44787": { "name": "ChainLink Token", "symbol": "LINK" },
2828
"1101": { "name": "ChainLink Token", "symbol": "LINK" },
29-
"1442": { "name": "ChainLink Token", "symbol": "LINK" },
29+
"2442": {
30+
"name": "ChainLink Token",
31+
"symbol": "LINK",
32+
"networkName": "Polygon zkEVM Sepolia testnet"
33+
},
3034
"534352": { "name": "ChainLink Token", "symbol": "LINK" },
3135
"534351": { "name": "ChainLink Token", "symbol": "LINK" },
3236
"59144": { "name": "ChainLink Token", "symbol": "LINK" },

0 commit comments

Comments
 (0)