@rainbow-me/rainbow-common
Advanced tools
Comparing version 0.8.8 to 0.8.9
{ | ||
"name": "@rainbow-me/rainbow-common", | ||
"description": "Common library for web and mobile", | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"author": "Jin Chung <jin@rainbow.me>", | ||
@@ -6,0 +6,0 @@ "license": "GPL-3.0", |
@@ -112,4 +112,4 @@ import { isEmpty } from 'lodash'; | ||
const getUniqueTokens = dispatch(assetsGetUniqueTokens()); | ||
const getUniswap = dispatch(uniswapUpdateState()); | ||
return Promise.all([getBalances, getUniswap, getUniqueTokens]); | ||
// const getUniswap = dispatch(uniswapUpdateState()); | ||
return Promise.all([getBalances, getUniqueTokens]); | ||
}; | ||
@@ -116,0 +116,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
1303145