Skip to content

Commit

Permalink
Merge pull request #158 from Reinis-FRP/sepolia
Browse files Browse the repository at this point in the history
feat: add optimistic governor to sepolia
  • Loading branch information
auryn-macmillan committed Apr 25, 2024
2 parents cf29c41 + f55dd1e commit 9efe032
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sdk/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,12 @@ export const ContractVersions: Record<
},
},
[SupportedNetworks.LineaGoerli]: CanonicalAddresses,
[SupportedNetworks.Sepolia]: CanonicalAddresses,
[SupportedNetworks.Sepolia]: {
...CanonicalAddresses,
[KnownContracts.OPTIMISTIC_GOVERNOR]: {
"1.2.0": "0x40153DdFAd90C49dbE3F5c9F96f2a5B25ec67461",
},
},
[SupportedNetworks.CoreTestnet]: {
...CanonicalAddresses,
[KnownContracts.OPTIMISTIC_GOVERNOR]: {
Expand Down

0 comments on commit 9efe032

Please sign in to comment.