fix: activation frames (#3711)
Showing
| ... | ... | @@ -90,8 +90,8 @@ |
| "@uniswap/v2-periphery": "^1.1.0-beta.0", | ||
| "@uniswap/v3-core": "1.0.0", | ||
| "@uniswap/v3-periphery": "^1.1.1", | ||
| "@web3-react/metamask": "^8.0.18-beta.0", | ||
| "@web3-react/walletconnect": "^8.0.25-beta.0", | ||
| "@web3-react/metamask": "^8.0.19-beta.0", | ||
| "@web3-react/walletconnect": "^8.0.26-beta.0", | ||
| "array.prototype.flat": "^1.2.4", | ||
| "array.prototype.flatmap": "^1.2.4", | ||
| "babel-plugin-macros": "^3.1.0", | ||
| ... | ... | @@ -205,11 +205,11 @@ |
| "@uniswap/token-lists": "^1.0.0-beta.27", | ||
| "@uniswap/v2-sdk": "^3.0.1", | ||
| "@uniswap/v3-sdk": "^3.8.2", | ||
| "@web3-react/core": "^8.0.22-beta.0", | ||
| "@web3-react/eip1193": "^8.0.17-beta.0", | ||
| "@web3-react/empty": "^8.0.11-beta.0", | ||
| "@web3-react/types": "^8.0.11-beta.0", | ||
| "@web3-react/url": "^8.0.16-beta.0", | ||
| "@web3-react/core": "^8.0.23-beta.0", | ||
| "@web3-react/eip1193": "^8.0.18-beta.0", | ||
| "@web3-react/empty": "^8.0.12-beta.0", | ||
| "@web3-react/types": "^8.0.12-beta.0", | ||
| "@web3-react/url": "^8.0.17-beta.0", | ||
| "ajv": "^6.12.3", | ||
| "cids": "^1.0.0", | ||
| "ethers": "^5.1.4", | ||
| ... | ... |
Please register or sign in to comment