Skip to content

Commit c566f86

Browse files
authored
Add coordinator ID (#62)
* Add coordinator ID * Fix typo
1 parent f1351d6 commit c566f86

File tree

4 files changed

+405
-190
lines changed

4 files changed

+405
-190
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint:fix": "pnpm run eslint:check --fix",
2525
"prettier:check": "prettier --check \"./**/*.{js,ts,md,json}\"",
2626
"prettier:fix": "prettier --write \"./**/*.{js,ts,md,json}\"",
27-
"test:e2e": "jest ---config=jest-e2e.config.js",
27+
"test:e2e": "jest --config=jest-e2e.config.js",
2828
"test": "jest --config=jest-unit.config.js",
2929
"tsc": "tsc --project ."
3030
},
@@ -61,7 +61,7 @@
6161
},
6262
"dependencies": {
6363
"@api3/airnode-protocol-v1": "^2.10.0",
64-
"@api3/commons": "^0.3.0",
64+
"@api3/commons": "^0.4.1",
6565
"@api3/dapi-management": "github:api3dao/dapi-management#169-DapiDataRegistry",
6666
"@api3/promise-utils": "^0.4.0",
6767
"@ethersproject/abi": "^5.7.0",

0 commit comments

Comments
 (0)