diff --git a/alm/.env.example b/alm/.env.example index 36568a10..1fb92664 100644 --- a/alm/.env.example +++ b/alm/.env.example @@ -3,3 +3,9 @@ COMMON_FOREIGN_BRIDGE_ADDRESS=0xFe446bEF1DbF7AFE24E81e05BC8B271C1BA9a560 COMMON_HOME_RPC_URL=https://sokol.poa.network COMMON_FOREIGN_RPC_URL=https://kovan.infura.io/v3/ + +ALM_HOME_NETWORK_NAME=Sokol Testnet +ALM_FOREIGN_NETWORK_NAME=Kovan Testnet + +ALM_HOME_EXPLORER_TX_TEMPLATE=https://blockscout.com/poa/sokol/tx/%s +ALM_FOREIGN_EXPLORER_TX_TEMPLATE=https://blockscout.com/eth/kovan/tx/%s diff --git a/alm/package.json b/alm/package.json index 784ca219..2c8cc44d 100644 --- a/alm/package.json +++ b/alm/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { + "@react-hook/window-size": "^3.0.6", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", @@ -10,12 +11,19 @@ "@types/node": "^12.0.0", "@types/react": "^16.9.0", "@types/react-dom": "^16.9.0", + "@types/react-router-dom": "^5.1.5", + "@types/styled-components": "^5.1.0", "customize-cra": "^1.0.0", + "date-fns": "^2.14.0", + "fast-memoize": "^2.5.2", "react": "^16.13.1", "react-app-rewired": "^2.1.6", "react-dom": "^16.13.1", + "react-router-dom": "^5.2.0", "react-scripts": "3.0.1", - "typescript": "^3.5.2" + "styled-components": "^5.1.1", + "typescript": "^3.5.2", + "web3": "^1.2.8" }, "scripts": { "start": "./load-env.sh react-app-rewired start", diff --git a/alm/public/index.html b/alm/public/index.html index aa069f27..bc20b244 100644 --- a/alm/public/index.html +++ b/alm/public/index.html @@ -7,8 +7,9 @@ +