We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960085c commit 581796fCopy full SHA for 581796f
1 file changed
src/sdk/env/constants.ts
@@ -77,7 +77,7 @@ export const SUPPORTED_ENVS: { [key: string]: Env } = {
77
useSsl: true,
78
},
79
networkOptions: {
80
- supportedNetworkNames: [NetworkNames.Matic, NetworkNames.Bsc],
+ supportedNetworkNames: [NetworkNames.Matic, NetworkNames.Bsc, NetworkNames.Optimism, NetworkNames.Arbitrum],
81
82
83
};
0 commit comments