diff --git a/package.json b/package.json index 8147ef49c..c8bedc9a9 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ ] }, "engines": { - "node": ">=8.11.4 <=10.17.0", - "yarn": ">=1.12.3 <=1.19.1", + "node": "8.x || 10.x", + "yarn": "1.x", "npm": "6.11.3" }, "version": "1.0.0-beta.0", diff --git a/packages/polymath-issuer/src/components/Dashboard.js b/packages/polymath-issuer/src/components/Dashboard.js index 604146293..32be8a14a 100644 --- a/packages/polymath-issuer/src/components/Dashboard.js +++ b/packages/polymath-issuer/src/components/Dashboard.js @@ -43,7 +43,6 @@ type StateProps = {| type DispatchProps = {| fetchToken: (ticker: string) => any, fetchProviders: (ticker: string) => any, - fetchLegacyToken: (ticker: string) => any, |}; const mapStateToProps = (state: RootState): StateProps => ({ @@ -57,7 +56,6 @@ const mapStateToProps = (state: RootState): StateProps => ({ const mapDispatchToProps: DispatchProps = { fetchToken, fetchProviders, - fetchLegacyToken, }; type Props = {| @@ -74,7 +72,6 @@ class Dashboard extends Component { componentDidMount() { const ticker = this.props.match.params.id; - this.props.fetchLegacyToken(ticker); this.props.fetchToken(ticker); this.props.fetchProviders(ticker); } diff --git a/packages/polymath-ui/src/components/Footer/__tests__/__snapshots__/Footer.js.snap b/packages/polymath-ui/src/components/Footer/__tests__/__snapshots__/Footer.js.snap index a127e120c..3091a0d7a 100644 --- a/packages/polymath-ui/src/components/Footer/__tests__/__snapshots__/Footer.js.snap +++ b/packages/polymath-ui/src/components/Footer/__tests__/__snapshots__/Footer.js.snap @@ -92,7 +92,7 @@ exports[`renders without crashing 1`] = ` class="pui-footer-text" > © - 2019 + 2020 Polymath