From bf8021a1fcbca7db3a05222264e51acde8d453e0 Mon Sep 17 00:00:00 2001 From: Regynald Augustin Date: Fri, 20 Dec 2024 15:47:52 -0500 Subject: [PATCH 1/2] Add chain info --- _data/chains/eip155-4913.json | 39 +++++++++++++++++++++++++++++++++++ _data/icons/oev-network.json | 8 +++++++ 2 files changed, 47 insertions(+) create mode 100644 _data/chains/eip155-4913.json create mode 100644 _data/icons/oev-network.json diff --git a/_data/chains/eip155-4913.json b/_data/chains/eip155-4913.json new file mode 100644 index 000000000000..6147e4fac16d --- /dev/null +++ b/_data/chains/eip155-4913.json @@ -0,0 +1,39 @@ +{ + "name": "OEV Network", + "chain": "oev-network", + "rpc": [ + "https://oev.rpc.api3.org", + "https://oev-network.calderachain.xyz/http" + ], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://api3.org/oev/", + "shortName": "oev-network", + "chainId": 4913, + "networkId": 4913, + "icon": "oev-network", + "explorers": [ + { + "name": "OEV Network Explorer", + "url": "https://oev.explorer.api3.org/", + "standard": "EIP3091" + }, + { + "name": "OEV Network Caldera Explorer", + "url": "https://oev-network.calderaexplorer.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/oev-network.json b/_data/icons/oev-network.json new file mode 100644 index 000000000000..43402c742533 --- /dev/null +++ b/_data/icons/oev-network.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreicwebttrkbqxtiqduye67sgg54isk3psoll5huizyldcpfkxo63hi", + "width": 192, + "height": 192, + "format": "svg" + } +] From e4fbcc6434043501b8839701d7ea1ed7069e6d19 Mon Sep 17 00:00:00 2001 From: Regynald Augustin Date: Fri, 20 Dec 2024 15:56:30 -0500 Subject: [PATCH 2/2] Remove / from end of explorer url --- _data/chains/eip155-4913.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-4913.json b/_data/chains/eip155-4913.json index 6147e4fac16d..d50a433c014b 100644 --- a/_data/chains/eip155-4913.json +++ b/_data/chains/eip155-4913.json @@ -27,7 +27,7 @@ "explorers": [ { "name": "OEV Network Explorer", - "url": "https://oev.explorer.api3.org/", + "url": "https://oev.explorer.api3.org", "standard": "EIP3091" }, {