Skip to content

Commit

Permalink
chore: add network config
Browse files Browse the repository at this point in the history
  • Loading branch information
Debugger022 committed Jul 29, 2024
1 parent 9276c26 commit c3394db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ export type SUPPORTED_NETWORKS =
| "ethereum"
| "opbnbtestnet"
| "opbnbmainnet"
| "xlayertestnet";
| "xlayertestnet"
| "opmainnet"
| "opsepolia";

export interface ProposalMeta {
version: string;
Expand Down

0 comments on commit c3394db

Please sign in to comment.