mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Orlando Chain testnet (#1519)
* Create eip155-3031.json * Create orl.json * Update _data/chains/eip155-3031.json Co-authored-by: ligi <ligi@ligi.de> * Update _data/chains/eip155-3031.json Co-authored-by: ligi <ligi@ligi.de> * Update _data/chains/eip155-3031.json Co-authored-by: ligi <ligi@ligi.de> * Update eip155-3031.json * Update eip155-3031.json * Update eip155-3031.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
c8ed86c84a
commit
52038e2a7b
24
_data/chains/eip155-3031.json
Normal file
24
_data/chains/eip155-3031.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "Orlando Chain",
|
||||||
|
"chain": "ORL",
|
||||||
|
"rpc": ["https://rpc-testnet.orlchain.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Orlando",
|
||||||
|
"symbol": "ORL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://orlchain.com",
|
||||||
|
"shortName": "ORL",
|
||||||
|
"chainId": 3031,
|
||||||
|
"networkId": 3031,
|
||||||
|
"icon": "orl",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Orlando (ORL) Explorer",
|
||||||
|
"url": "https://orlscan.com",
|
||||||
|
"icon": "orl",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/orl.json
Normal file
8
_data/icons/orl.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmNsuuBBTHErnuFDcdyzaY8CKoVJtobsLJx2WQjaPjcp7g",
|
||||||
|
"width": 512,
|
||||||
|
"height": 528,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user