@rango-dev/widget-embedded 0.1.10-next.86 → 0.1.10-next.88

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/widget-embedded",
3
- "version": "0.1.10-next.86",
3
+ "version": "0.1.10-next.88",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -31,7 +31,7 @@
31
31
  "@rango-dev/queue-manager-rango-preset": "^0.1.10-next.77",
32
32
  "@rango-dev/queue-manager-react": "^0.1.10-next.73",
33
33
  "@rango-dev/ui": "^0.1.10-next.75",
34
- "@rango-dev/wallets-core": "^0.1.11-next.77",
34
+ "@rango-dev/wallets-core": "^0.1.11-next.78",
35
35
  "bignumber.js": "^9.1.1",
36
36
  "copy-to-clipboard": "^3.3.3",
37
37
  "immer": "^9.0.19",
@@ -1,3 +1,5 @@
1
1
  import { RangoClient } from 'rango-sdk';
2
2
 
3
- export const httpService = new RangoClient(process.env.REACT_API_KEY as string);
3
+ export const httpService = new RangoClient(
4
+ process.env.REACT_APP_API_KEY as string
5
+ );