Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit c03db2a

Browse files
committed
Swap out block explorer for OEV Network
1 parent 9a89d6e commit c03db2a

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.changeset/shaggy-actors-train.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/chains': patch
3+
---
4+
5+
Swap out block explorer URL for OEV Network

chains/oev-network.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"key": {
77
"required": false
88
},
9-
"url": "https://oev-network.calderaexplorer.xyz/api/"
9+
"url": "https://oev.explorer.api3.org/api/"
1010
},
11-
"browserUrl": "https://oev-network.calderaexplorer.xyz/"
11+
"browserUrl": "https://oev.explorer.api3.org/"
1212
},
1313
"id": "4913",
1414
"name": "OEV Network",

src/generated/chains.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,8 +1266,8 @@ export const CHAINS: Chain[] = [
12661266
alias: 'oev-network',
12671267
decimals: 18,
12681268
explorer: {
1269-
api: { key: { required: false }, url: 'https://oev-network.calderaexplorer.xyz/api/' },
1270-
browserUrl: 'https://oev-network.calderaexplorer.xyz/',
1269+
api: { key: { required: false }, url: 'https://oev.explorer.api3.org/api/' },
1270+
browserUrl: 'https://oev.explorer.api3.org/',
12711271
},
12721272
id: '4913',
12731273
name: 'OEV Network',

0 commit comments

Comments
 (0)