Skip to content

Commit 8a3eba3

Browse files
authored
Merge pull request #110 from ChingStore/exchange-building
merge exchange-building into ching-plugin
2 parents 88d2248 + fbb37ef commit 8a3eba3

Some content is hidden

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

56 files changed

+4073
-2954
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# https://itnext.io/configure-absolute-paths-with-create-react-app-and-flow-e4b8922676a2
33
NODE_PATH=src/
44

5-
# NODE_PUBLIC_URL=https://72aa6e93.ngrok.io
5+
NODE_PUBLIC_URL=https://andersonmmi.github.io/ching-exchange-implimentation
66
# REACT_APP_PUBLIC_URL=https://72aa6e93.ngrok.io

.eslintrc

+2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@
4545
"react/prop-types": 0,
4646
"react/jsx-filename-extension": 0,
4747
"react/require-default-props": 0,
48+
"react/no-did-update-set-state": 0,
4849
"import/extensions": 0,
4950
"import/imports-first": ["error", "absolute-first"],
5051
"import/newline-after-import": "error",
52+
"import/no-cycle": 0,
5153
"jsx-a11y/click-events-have-key-events": 0,
5254
"jsx-a11y/label-has-associated-control": 0,
5355
"jsx-a11y/label-has-for": 0,

docs/Add support for Infura and xDAI.md

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ monitorTransaction({ txHash, networkId }) {
9494

9595
### redux/selectors.js
9696

97+
_TODO_ Add information about erc20Asset identifier
98+
9799
```js
98100
const eth = {
99101
transaction: (state, { networkId, walletAddress, txHash }) =>

docs/schema.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- stores
1616
- id
1717
- name
18+
- erc20Asset
1819
- walletAddress
1920
- orders
2021
- txHash

0 commit comments

Comments
 (0)