Skip to content

Commit 0234bbf

Browse files
committed
Add WEMIX support to the docs
1 parent c4e05c8 commit 0234bbf

File tree

3 files changed

+59
-2
lines changed

3 files changed

+59
-2
lines changed

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

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ Testnet ETH is used to pay for transactions on zkSync Goerli testnet. Use the re
498498

499499
### Polygon zkEVM mainnet
500500

501-
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 ETH and LINK to Polygon zkEVM testnet.
501+
ETH is used to pay for transactions on Polygon zkEVM. Use the [Polygon zkEVM Bridge](https://wallet.polygon.technology/zkEVM-Bridge/bridge) to transfer ETH and LINK to Polygon zkEVM.
502502

503503
| Parameter | Value |
504504
| :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -522,6 +522,34 @@ Testnet LINK is available at [faucets.chain.link](https://faucets.chain.link/pol
522522
| Symbol | LINK |
523523
| Decimals | 18 |
524524

525+
## Wemix
526+
527+
### Wemix mainnet
528+
529+
WEMIX is used to pay for transactions on the Wemix mainnet.
530+
531+
| Parameter | Value |
532+
| :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
533+
| `ETH_CHAIN_ID` | `1111` |
534+
| Address | <Address contractUrl="https://wemixscan.com/address/0x80f1FcdC96B55e459BF52b998aBBE2c364935d69" urlId="1111_0x80f1FcdC96B55e459BF52b998aBBE2c364935d69" urlClass="erc-token-address"/> |
535+
| Name | Chainlink Token on Wemix mainnet testnet |
536+
| Symbol | LINK |
537+
| Decimals | 18 |
538+
539+
### Wemix testnet
540+
541+
Testnet WEMIX is used to pay for transactions on the Wemix testnet. Testnet WEMIX is available from the [WEMIX Faucet](https://wallet.test.wemix.com/faucet).
542+
543+
Testnet LINK is available at [faucets.chain.link](https://faucets.chain.link/wemix-testnet).
544+
545+
| Parameter | Value |
546+
| :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
547+
| `ETH_CHAIN_ID` | `1112` |
548+
| Address | <Address contractUrl="https://testnet.wemixscan.com/address/0x3580c7a817ccd41f7e02143bfa411d4eeae78093" urlId="1112_0x3580c7a817ccd41f7e02143bfa411d4eeae78093" urlClass="erc-token-address"/> |
549+
| Name | Chainlink Token on Wemix testnet testnet |
550+
| Symbol | LINK |
551+
| Decimals | 18 |
552+
525553
## Solana
526554

527555
### Solana Mainnet

src/scripts/reference/chains.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,33 @@
325325
],
326326
"parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.zkevm-rpc.com" }] }
327327
},
328+
{
329+
"name": "WEMIX3.0 Mainnet",
330+
"chain": "WEMIX",
331+
"rpc": ["https://api.wemix.com", "wss://ws.wemix.com"],
332+
"faucets": [],
333+
"nativeCurrency": { "name": "WEMIX", "symbol": "WEMIX", "decimals": 18 },
334+
"infoURL": "https://wemix.com",
335+
"shortName": "wemix",
336+
"chainId": 1111,
337+
"networkId": 1111,
338+
"explorers": [{ "name": "WEMIX Block Explorer", "url": "https://explorer.wemix.com", "standard": "EIP3091" }]
339+
},
340+
{
341+
"name": "WEMIX3.0 Testnet",
342+
"chain": "TWEMIX",
343+
"rpc": ["https://api.test.wemix.com", "wss://ws.test.wemix.com"],
344+
"faucets": ["https://wallet.test.wemix.com/faucet"],
345+
"nativeCurrency": { "name": "TestnetWEMIX", "symbol": "tWEMIX", "decimals": 18 },
346+
"infoURL": "https://wemix.com",
347+
"shortName": "twemix",
348+
"chainId": 1112,
349+
"networkId": 1112,
350+
"slip44": 1,
351+
"explorers": [
352+
{ "name": "WEMIX Testnet Microscope", "url": "https://microscope.test.wemix.com", "standard": "EIP3091" }
353+
]
354+
},
328355
{
329356
"name": "Moonbeam",
330357
"chain": "MOON",

src/scripts/reference/linkNameSymbol.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
3232
"59144": { "name": "ChainLink Token", "symbol": "LINK" },
3333
"59140": { "name": "ChainLink Token", "symbol": "LINK" },
3434
"324": { "name": "ChainLink Token", "symbol": "LINK" },
35-
"280": { "name": "ChainLink Token", "symbol": "LINK" }
35+
"280": { "name": "ChainLink Token", "symbol": "LINK" },
36+
"1111": { "name": "ChainLink Token", "symbol": "LINK" },
37+
"1112": { "name": "ChainLink Token", "symbol": "LINK" }
3638
}

0 commit comments

Comments
 (0)