Skip to content

Commit

Permalink
update orderly mainnet testnet infos (#6242)
Browse files Browse the repository at this point in the history
* Update eip155-4460.json

* Update eip155-291.json

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
lulurelax and ligi authored Nov 22, 2024
1 parent 32d9d26 commit f90ba0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions _data/chains/eip155-291.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"name": "Orderly Mainnet",
"chain": "ETH",
"rpc": [
"https://rpc.orderly.network",
"https://l2-orderly-mainnet-0.t.conduit.xyz"
],
"rpc": ["https://rpc.orderly.network"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "www.orderly.network",
"infoURL": "https://orderly.network/",
"shortName": "orderly",
"chainId": 291,
"networkId": 291,
Expand Down
6 changes: 3 additions & 3 deletions _data/chains/eip155-4460.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Orderly Sepolia Testnet",
"chain": "ETH",
"rpc": ["https://l2-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz"],
"rpc": ["https://testnet-rpc.orderly.org"],
"faucets": [],
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "www.orderly.network",
"infoURL": "https://orderly.network",
"shortName": "orderlyl2",
"chainId": 4460,
"networkId": 4460,
Expand All @@ -17,7 +17,7 @@
"explorers": [
{
"name": "basescout",
"url": "https://explorerl2new-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz",
"url": "https://testnet-explorer.orderly.org",
"icon": "blockscout",
"standard": "EIP3091"
}
Expand Down

0 comments on commit f90ba0c

Please sign in to comment.