Skip to content

Commit 19ecdb0

Browse files
Merge branch 'main' into qs-to-sepolia
2 parents a2db321 + bd646f4 commit 19ecdb0

File tree

4 files changed

+31
-33
lines changed

4 files changed

+31
-33
lines changed

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LINK tokens are used to pay node operators for retrieving data for smart contrac
2222

2323
The LINK token is an ERC677 token that inherits functionality from the ERC20 token standard and allows token transfers to contain a data payload. Read more about the [ERC677 transferAndCall token standard](https://github.com/ethereum/EIPs/issues/677).
2424

25-
To use Chainlink Automation on certain networks, you may need to conduct token transfers. You can transfer tokens by using [Chainlink CCIP](/ccip/tutorials/cross-chain-tokens) or third-party applications such as [XSwap](https://xswap.link/).
25+
To use Chainlink services on a given blockchain, it is necessary to use LINK tokens. You can transfer tokens across blockchains by using [Chainlink CCIP](/ccip/tutorials/cross-chain-tokens) or applications such as [Transporter](https://app.transporter.io/) and [XSwap](https://xswap.link/).
2626

2727
<CcipCommon callout="thirdPartyApps" />
2828
<ResourcesCallout callout="bridgeRisks" />
@@ -342,7 +342,7 @@ The LINK provided by the [Metis Bridge](https://bridge.metis.io/) is not ERC-677
342342

343343
### BASE mainnet
344344

345-
ETH is used to pay for transactions on BASE. You can use the [BASE Bridge](https://bridge.base.org/deposit) to transfer ETH from Ethereum Mainnet to BASE Mainnet. To transfer LINK from Ethereum to Base, use the [XSwap Bridge](https://xswap.link/bridge).
345+
ETH is used to pay for transactions on BASE. You can use the [BASE Bridge](https://bridge.base.org/deposit) to transfer ETH from Ethereum Mainnet to BASE Mainnet. To transfer LINK from Ethereum to Base, use [Transporter](https://app.transporter.io/) or [XSwap Bridge](https://xswap.link/bridge).
346346

347347
| Parameter | Value |
348348
| :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
@@ -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

@@ -506,6 +504,7 @@ Testnet LINK is available at [faucets.chain.link](https://faucets.chain.link/pol
506504
### Wemix mainnet
507505

508506
WEMIX is used to pay for transactions on the Wemix mainnet.
507+
To transfer LINK from Ethereum to Wemix, use [Transporter](https://app.transporter.io/).
509508

510509
| Parameter | Value |
511510
| :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

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)