Skip to content

Commit

Permalink
fix: comment on limited core support
Browse files Browse the repository at this point in the history
Signed-off-by: Reinis Martinsons <[email protected]>
  • Loading branch information
Reinis-FRP committed Feb 7, 2024
1 parent 3737249 commit 6a6fc4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export enum SupportedNetworks {
HardhatNetwork = 31337,
LineaGoerli = 59140,
Sepolia = 11155111,
CoreTestnet = 1115,
Core = 1116,
CoreTestnet = 1115, // limited to UMA oSnap support (OPTIMISTIC_GOVERNOR)
Core = 1116, // // limited to UMA oSnap support (OPTIMISTIC_GOVERNOR)
}

// const canonicalMasterCopyAddress = (contract: KnownContracts) => {
Expand Down

0 comments on commit 6a6fc4b

Please sign in to comment.