Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
auryn-macmillan committed Apr 25, 2024
1 parent b0b1c25 commit b4316e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export enum SupportedNetworks {
Sepolia = 11155111,
CoreTestnet = 1115,
Core = 1116,
Base = 8453
Base = 8453,
}

// const canonicalMasterCopyAddress = (contract: KnownContracts) => {
Expand Down Expand Up @@ -221,6 +221,7 @@ export const ContractVersions: Record<
...CanonicalAddresses,
[KnownContracts.TELLOR]: {
"2.1.0": "0x5F05cd402BF4017970fe390D43B20C3dC3832CD9",
},
[KnownContracts.OPTIMISTIC_GOVERNOR]: {
"1.2.0": "0x40153DdFAd90C49dbE3F5c9F96f2a5B25ec67461",
},
Expand Down

0 comments on commit b4316e6

Please sign in to comment.