Skip to content

Commit

Permalink
add tellor module sepolia address
Browse files Browse the repository at this point in the history
  • Loading branch information
tkernell committed Apr 22, 2024
1 parent cf29c41 commit d778d69
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.TELLOR]: {
"2.1.0": "0x5F05cd402BF4017970fe390D43B20C3dC3832CD9",
},
},
[SupportedNetworks.CoreTestnet]: {
...CanonicalAddresses,
[KnownContracts.OPTIMISTIC_GOVERNOR]: {
Expand Down

0 comments on commit d778d69

Please sign in to comment.