Skip to content

Commit

Permalink
fix: update available contract data
Browse files Browse the repository at this point in the history
  • Loading branch information
msvstj committed Jul 7, 2023
1 parent 4b34f8c commit 6ad36f8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sdk/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,7 @@ export const ContractVersions: Record<
"1.2.0": "0xEF8b46765ae805537053C59f826C3aD61924Db45",
},
},
[SupportedNetworks.LineaGoerli]: {
...CanonicalAddresses,
[KnownContracts.TELLOR]: {},
[KnownContracts.OPTIMISTIC_GOVERNOR]: {},
},
[SupportedNetworks.LineaGoerli]: CanonicalAddresses,
};

/** Addresses of the head versions of all contracts */
Expand Down

0 comments on commit 6ad36f8

Please sign in to comment.