Merge pull request #511 from blockscout/contract-write
сontract write (part 2)
Showing
mocks/contract/info.ts
0 → 100644
mocks/contract/methods.ts
0 → 100644
... | ... | @@ -21,7 +21,7 @@ |
"lint:tsc": "./node_modules/.bin/tsc -p ./tsconfig.json", | ||
"prepare": "husky install", | ||
"format-svg": "./node_modules/.bin/svgo -r ./icons", | ||
"test:pw": "./playwright/make-envs-script.sh && playwright test -c playwright-ct.config.ts", | ||
"test:pw": "./playwright/make-envs-script.sh && NODE_OPTIONS=\"--max-old-space-size=4096\" playwright test -c playwright-ct.config.ts", | ||
"test:pw:local": "export NODE_PATH=$(pwd)/node_modules && yarn test:pw", | ||
"test:pw:docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.28.0-focal ./playwright/run-tests.sh", | ||
"test:jest": "jest", | ||
... | ... | @@ -40,6 +40,8 @@ |
"@tanstack/react-query-devtools": "^4.0.10", | ||
"@types/papaparse": "^5.3.5", | ||
"@types/react-scroll": "^1.8.4", | ||
"@web3modal/ethereum": "^2.0.0-rc.2", | ||
"@web3modal/react": "^2.0.0-rc.2", | ||
"ace-builds": "^1.14.0", | ||
"bignumber.js": "^9.1.0", | ||
"d3": "^7.6.1", | ||
... | ... | @@ -64,7 +66,8 @@ |
"react-identicons": "^1.2.5", | ||
"react-jazzicon": "^1.0.4", | ||
"react-scroll": "^1.8.7", | ||
"use-font-face-observer": "^1.2.1" | ||
"use-font-face-observer": "^1.2.1", | ||
"wagmi": "^0.10.6" | ||
}, | ||
"devDependencies": { | ||
"@playwright/experimental-ct-react": "^1.28.0", | ||
... | ... |



102 KB
12.7 KB
13.5 KB
13.1 KB
101 KB
34.1 KB
9.34 KB
16.5 KB
91 KB
9.33 KB
16.9 KB
45.3 KB
51.4 KB
44.4 KB
50.5 KB
13.1 KB
38.7 KB
43.3 KB
89.4 KB
93.1 KB
2.23 KB
8.53 KB
4.93 KB
4.24 KB
8.72 KB
ui/address/contract/utils.ts
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.