mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Matic network (#104)
* added chain information for matic network's mainnet * added matic mumbai testnet related chain information
This commit is contained in:
parent
97e3ee7b15
commit
a0b1881015
19
_data/chains/137.json
Normal file
19
_data/chains/137.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "Matic Mainnet",
|
||||||
|
"chain": "Matic",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc-mainnet.matic.network",
|
||||||
|
"wss://ws-mainnet.matic.network"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Matic",
|
||||||
|
"symbol": "MATIC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://matic.network/",
|
||||||
|
"shortName": "matic",
|
||||||
|
"chainId": 137,
|
||||||
|
"networkId": 137
|
||||||
|
}
|
21
_data/chains/80001.json
Normal file
21
_data/chains/80001.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"name": "Matic Mumbai",
|
||||||
|
"chain": "Matic",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc-mumbai.matic.today",
|
||||||
|
"wss://ws-mumbai.matic.today"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
"https://faucet.matic.network/"
|
||||||
|
],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Matic",
|
||||||
|
"symbol": "MATIC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://matic.network/",
|
||||||
|
"shortName": "matic",
|
||||||
|
"chainId": 80001,
|
||||||
|
"networkId": 80001
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user