@rainbow-me/rainbow-common
Advanced tools
Comparing version 0.8.7 to 0.8.8
{ | ||
"name": "@rainbow-me/rainbow-common", | ||
"description": "Common library for web and mobile", | ||
"version": "0.8.7", | ||
"version": "0.8.8", | ||
"author": "Jin Chung <jin@rainbow.me>", | ||
@@ -6,0 +6,0 @@ "license": "GPL-3.0", |
@@ -1,2 +0,1 @@ | ||
import { REACT_APP_OPENSEA_API_KEY } from 'react-native-dotenv'; | ||
import axios from 'axios'; | ||
@@ -14,3 +13,2 @@ import { parseAccountUniqueTokens } from './parsers'; | ||
Accept: 'application/json', | ||
'X-API-KEY': REACT_APP_OPENSEA_API_KEY, | ||
}, | ||
@@ -17,0 +15,0 @@ }); |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1303193
11203