Add eip155-614 network (#2304)

* Add Graphlinq Blockchain

* Removal of slash at the end of url

---------

Co-authored-by: jguyet <gygydu19@hotmail.fr>
This commit is contained in:
Jérémy Guyet 2023-02-20 03:52:59 +01:00 committed by GitHub
parent b9de741f30
commit 67d838135a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
{
"name": "Graphlinq Blockchain Mainnet",
"chain": "GLQ Blockchain",
"rpc": ["https://glq-dataseed.graphlinq.io"],
"faucets": [],
"nativeCurrency": {
"name": "GLQ",
"symbol": "GLQ",
"decimals": 18
},
"infoURL": "https://graphlinq.io",
"shortName": "glq",
"chainId": 614,
"networkId": 614,
"explorers": [
{
"name": "GLQ Explorer",
"url": "https://explorer.graphlinq.io",
"standard": "none"
}
]
}