You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kleros-sdk/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,13 @@
2
2
3
3
_Archon's successor_
4
4
5
-
Make sure to set the environment variables first by copying the file `.env.example`, pasting it, renaming it to `.env`, and then setting the variables.
6
5
To run the data mappings tests:
7
6
7
+
1. Go into the `dataMappings.test.ts` file and pass the "alchemyApiKey" variable as second parameter when calling both the callAction() and eventAction() functions, at lines 89 and 119 of the file, respectively.
0 commit comments