Skip to content

Commit

Permalink
add Orderly testnet (#3328)
Browse files Browse the repository at this point in the history
* add Orderly testnet

* successful run locally

* fixed json format issue

* add new line at the end of file

* remove l2 info

* add newline at the end of icon json file

* reformatted icon json file

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
zlog-in and ligi authored Aug 15, 2023
1 parent 7aa4eab commit 8234186
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-4460.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Orderly Sepolia Testnet",
"chain": "ETH",
"rpc": ["https://l2-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "www.orderly.network",
"shortName": "orderlyl2",
"chainId": 4460,
"networkId": 4460,
"icon": "orderlyTestnet",
"explorers": [
{
"name": "basescout",
"url": "https://explorerl2new-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/orderlyTestnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmSpwp3RAVhZsErAQrCQxEmjnGqJQMigarzZbfqr9Ktakb",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit 8234186

Please sign in to comment.