tek-wallet 0.0.316 → 0.0.317

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.
@@ -210,7 +210,7 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
210
210
  }
211
211
  else {
212
212
  setSelectedToken(tokenSet);
213
- // setSelectedNetwork(tokenSet?.network_data);
213
+ setSelectedNetwork(tokenSet === null || tokenSet === void 0 ? void 0 : tokenSet.network_data);
214
214
  gotoStep(WithdrawStep.CONFIRM);
215
215
  }
216
216
  setSelectedMethod(SendMethods.TRANSFER_EXTERNAL);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.316",
3
+ "version": "0.0.317",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",