Skip to content

Commit b10fcbb

Browse files
committed
#1 add web3 auth and subgraph
1 parent 3fb28fb commit b10fcbb

855 files changed

Lines changed: 415710 additions & 179 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,19 @@
1717
"react-app:build": "yarn workspace @loopring-pay/react-app build",
1818
"react-app:eject": "yarn workspace @loopring-pay/react-app eject",
1919
"react-app:start": "yarn workspace @loopring-pay/react-app start",
20-
"react-app:test": "yarn workspace @loopring-pay/react-app test"
20+
"react-app:test": "yarn workspace @loopring-pay/react-app test",
21+
"subgraph:auth": "yarn workspace @loopring-pay/subgraph auth",
22+
"subgraph:codegen": "yarn workspace @loopring-pay/subgraph codegen",
23+
"subgraph:build": "yarn workspace @loopring-pay/subgraph build",
24+
"subgraph:deploy": "yarn workspace @loopring-pay/subgraph deploy"
2125
},
2226
"workspaces": {
2327
"packages": [
2428
"packages/*"
29+
],
30+
"nohoist": [
31+
"**/@graphprotocol/graph-ts",
32+
"**/@graphprotocol/graph-ts/**"
2533
]
2634
}
2735
}

packages/react-app/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]
1717
},
1818
"dependencies": {
19-
"@apollo/react-hooks": "^3.1.3",
19+
"@apollo/react-hooks": "^3.1.5",
2020
"@aragon/ui": "^1.4.2",
2121
"@material-ui/core": "^4.10.2",
2222
"@testing-library/jest-dom": "^4.2.4",
@@ -25,21 +25,22 @@
2525
"@uniswap/sdk": "^2.0.5",
2626
"@walletconnect/web3-provider": "^1.0.3",
2727
"apollo-boost": "^0.4.7",
28-
"apollo-client": "^2.6.8",
28+
"apollo-cache-inmemory": "^1.6.6",
29+
"apollo-client": "^2.6.10",
2930
"apollo-link-http": "^1.5.17",
3031
"apollo-utilities": "^1.3.3",
3132
"authereum": "^0.0.4-beta.156",
3233
"babel-plugin-graphql-tag": "^2.5.0",
3334
"env-cmd": "^10.1.0",
3435
"ethers": "^4.0.43",
3536
"fortmatic": "^2.0.6",
36-
"graphql": "^14.6.0",
37+
"graphql": "^15.1.0",
3738
"graphql-tag": "^2.10.3",
3839
"grommet": "^2.14.0",
3940
"grommet-icons": "^4.4.0",
4041
"node": "^14.4.0",
41-
"react": "16.12.0",
42-
"react-dom": "16.12.0",
42+
"react": "^16.13.1",
43+
"react-dom": "^16.13.1",
4344
"react-redux": "^7.2.0",
4445
"react-router-dom": "^5.2.0",
4546
"react-scripts": "^3.3.1",

0 commit comments

Comments
 (0)