mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add GTON Network mainnet and testnet info (#1394)
* Add GTON Network mainnet and testnet info * Update _data/chains/eip155-1000.json * Update _data/chains/eip155-50021.json * Fix GTON testnet shorName, add L2 reference Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
ec2a98bd5e
commit
af19d08ec4
28
_data/chains/eip155-1000.json
Normal file
28
_data/chains/eip155-1000.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "GTON Mainnet",
|
||||
"chain": "GTON",
|
||||
"rpc": [
|
||||
"https://rpc.gton.network/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "GCD",
|
||||
"symbol": "GCD",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://gton.capital",
|
||||
"shortName": "gton",
|
||||
"chainId": 1000,
|
||||
"networkId": 1000,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "GTON Network Explorer",
|
||||
"url": "https://explorer.gton.network",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-1"
|
||||
}
|
||||
}
|
28
_data/chains/eip155-50021.json
Normal file
28
_data/chains/eip155-50021.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "GTON Testnet",
|
||||
"chain": "GTON Testnet",
|
||||
"rpc": [
|
||||
"https://testnet.gton.network/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "GCD",
|
||||
"symbol": "GCD",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://gton.capital",
|
||||
"shortName": "tgton",
|
||||
"chainId": 50021,
|
||||
"networkId": 50021,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "GTON Testnet Network Explorer",
|
||||
"url": "https://explorer.testnet.gton.network",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-3"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user