Matic network (#104)

* added chain information for matic network's mainnet

* added matic mumbai testnet related chain information
This commit is contained in:
Anjan Roy 2020-08-18 15:04:04 +05:30 committed by GitHub
parent 97e3ee7b15
commit a0b1881015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 0 deletions

19
_data/chains/137.json Normal file
View 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
View 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
}