Skip to content

Commit

Permalink
Merge pull request #458 from api3dao/main
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
aquarat authored Oct 3, 2024
2 parents 33fdd3d + 1d1b3c9 commit 4245609
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/shaggy-actors-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/chains': patch
---

Swap out block explorer URL for OEV Network
4 changes: 2 additions & 2 deletions chains/oev-network.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"key": {
"required": false
},
"url": "https://oev-network.calderaexplorer.xyz/api/"
"url": "https://oev.explorer.api3.org/api/"
},
"browserUrl": "https://oev-network.calderaexplorer.xyz/"
"browserUrl": "https://oev.explorer.api3.org/"
},
"id": "4913",
"name": "OEV Network",
Expand Down
4 changes: 2 additions & 2 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1266,8 +1266,8 @@ export const CHAINS: Chain[] = [
alias: 'oev-network',
decimals: 18,
explorer: {
api: { key: { required: false }, url: 'https://oev-network.calderaexplorer.xyz/api/' },
browserUrl: 'https://oev-network.calderaexplorer.xyz/',
api: { key: { required: false }, url: 'https://oev.explorer.api3.org/api/' },
browserUrl: 'https://oev.explorer.api3.org/',
},
id: '4913',
name: 'OEV Network',
Expand Down

0 comments on commit 4245609

Please sign in to comment.