Skip to content

Commit

Permalink
fix: update optimist starting block
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Aug 15, 2024
1 parent dfa6069 commit c956314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/AddressProviderService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type IAddressProviderV3Contract = GetContractReturnType<
const AP_BLOCK_BY_NETWORK: Record<NetworkType, bigint> = {
Mainnet: 18433056n,
Arbitrum: 184650310n,
Optimism: 117197176n, // arbitrary block, NOT_DEPLOYED yet
Optimism: 118410000n,
Base: 12299805n, // arbitrary block, NOT_DEPLOYED yet
};

Expand Down

0 comments on commit c956314

Please sign in to comment.