Skip to content

Commit 581796f

Browse files
authored
added Op and Arb to mainnetsTest env (#224)
1 parent 960085c commit 581796f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sdk/env/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const SUPPORTED_ENVS: { [key: string]: Env } = {
7777
useSsl: true,
7878
},
7979
networkOptions: {
80-
supportedNetworkNames: [NetworkNames.Matic, NetworkNames.Bsc],
80+
supportedNetworkNames: [NetworkNames.Matic, NetworkNames.Bsc, NetworkNames.Optimism, NetworkNames.Arbitrum],
8181
},
8282
},
8383
};

0 commit comments

Comments
 (0)