mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update Polygon (137) & Polygon Mumbai Testnet (80001) to match official docs. (#501)
* Update Polygon Mainnet 137 (formerly Matic) * Update Polygon Mumbai Testnet 80001 (formerly Matic)
This commit is contained in:
parent
aa8b0e2632
commit
b42e9f92df
|
@ -1,27 +1,29 @@
|
|||
{
|
||||
"name": "Matic(Polygon) Mainnet",
|
||||
"chain": "Matic(Polygon)",
|
||||
"name": "Polygon Mainnet",
|
||||
"chain": "Polygon",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://polygon-rpc.com/",
|
||||
"https://rpc-mainnet.matic.network",
|
||||
"wss://ws-mainnet.matic.network",
|
||||
"https://matic-mainnet.chainstacklabs.com",
|
||||
"https://rpc-mainnet.maticvigil.com",
|
||||
"https://rpc-mainnet.matic.quiknode.pro",
|
||||
"https://matic-mainnet.chainstacklabs.com"
|
||||
"https://matic-mainnet-full-rpc.bwarelabs.com"
|
||||
],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Matic",
|
||||
"name": "MATIC",
|
||||
"symbol": "MATIC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://matic.network/",
|
||||
"shortName": "matic",
|
||||
"infoURL": "https://polygon.technology/",
|
||||
"shortName": "MATIC",
|
||||
"chainId": 137,
|
||||
"networkId": 137,
|
||||
"slip44": 966,
|
||||
"explorers": [{
|
||||
"name": "polygonscan",
|
||||
"url": "https://polygonscan.com",
|
||||
"url": "https://polygonscan.com/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -1,20 +1,22 @@
|
|||
{
|
||||
"name": "Matic(Polygon) Testnet Mumbai",
|
||||
"chain": "Matic(Polygon)",
|
||||
"name": "Polygon Testnet Mumbai",
|
||||
"chain": "Polygon",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpc-mumbai.matic.today",
|
||||
"wss://ws-mumbai.matic.today"
|
||||
"https://matic-mumbai.chainstacklabs.com",
|
||||
"https://rpc-mumbai.maticvigil.com",
|
||||
"https://matic-testnet-archive-rpc.bwarelabs.com"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.matic.network/"
|
||||
"https://faucet.polygon.technology/"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Matic",
|
||||
"symbol": "tMATIC",
|
||||
"name": "MATIC",
|
||||
"symbol": "MATIC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://matic.network/",
|
||||
"infoURL": "https://polygon.technology/",
|
||||
"shortName": "maticmum",
|
||||
"chainId": 80001,
|
||||
"networkId": 80001,
|
||||
|
|
Loading…
Reference in New Issue
Block a user