diff --git a/.changeset/shaggy-actors-train.md b/.changeset/shaggy-actors-train.md new file mode 100644 index 00000000..692888af --- /dev/null +++ b/.changeset/shaggy-actors-train.md @@ -0,0 +1,5 @@ +--- +'@api3/chains': patch +--- + +Swap out block explorer URL for OEV Network diff --git a/chains/oev-network.json b/chains/oev-network.json index bf625877..ddf3c747 100644 --- a/chains/oev-network.json +++ b/chains/oev-network.json @@ -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", diff --git a/src/generated/chains.ts b/src/generated/chains.ts index 98314164..5e782540 100644 --- a/src/generated/chains.ts +++ b/src/generated/chains.ts @@ -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',