@gearbox-protocol/sdk 9.7.0 → 9.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,7 @@ const DRPC_NETS = {
59
59
  Lisk: "lisk",
60
60
  MegaETH: null,
61
61
  Etherlink: null,
62
- Plasma: null
62
+ Plasma: "plasma"
63
63
  };
64
64
  const ALCHEMY_DOMAINS = {
65
65
  Mainnet: "eth-mainnet",
@@ -76,7 +76,7 @@ const ALCHEMY_DOMAINS = {
76
76
  Etherlink: null,
77
77
  Hemi: null,
78
78
  Lisk: null,
79
- Plasma: null
79
+ Plasma: "plasma-mainnet"
80
80
  };
81
81
  function getDrpcUrl(network, apiKey, protocol) {
82
82
  const net = DRPC_NETS[network];
@@ -34,7 +34,7 @@ const DRPC_NETS = {
34
34
  Lisk: "lisk",
35
35
  MegaETH: null,
36
36
  Etherlink: null,
37
- Plasma: null
37
+ Plasma: "plasma"
38
38
  };
39
39
  const ALCHEMY_DOMAINS = {
40
40
  Mainnet: "eth-mainnet",
@@ -51,7 +51,7 @@ const ALCHEMY_DOMAINS = {
51
51
  Etherlink: null,
52
52
  Hemi: null,
53
53
  Lisk: null,
54
- Plasma: null
54
+ Plasma: "plasma-mainnet"
55
55
  };
56
56
  function getDrpcUrl(network, apiKey, protocol) {
57
57
  const net = DRPC_NETS[network];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "9.7.0",
3
+ "version": "9.7.1",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",