Skip to content

Commit

Permalink
Added bsc mainnet on MainnetsTest env (#195)
Browse files Browse the repository at this point in the history
* added bsc mainnet on qa

* bumped the sdk version
  • Loading branch information
vignesha22 authored Nov 18, 2022
1 parent 1c35b2e commit 428db0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherspot",
"version": "1.41.0",
"version": "1.41.1",
"description": "Etherspot SDK",
"keywords": [
"ether",
Expand Down
5 changes: 4 additions & 1 deletion src/sdk/env/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ export const SUPPORTED_ENVS: { [key: string]: Env } = {
useSsl: true,
},
networkOptions: {
supportedNetworkNames: [NetworkNames.Matic],
supportedNetworkNames: [
NetworkNames.Matic,
NetworkNames.Bsc,
],
},
},
};

0 comments on commit 428db0a

Please sign in to comment.