Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Jun 26, 2024
1 parent 92e4da8 commit 92f3a3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/list_finalizing_markets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"\n",
"import seaborn as sns\n",
"import dateutil.parser\n",
"import dotenv\n",
"import json\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
Expand All @@ -47,7 +48,9 @@
"import pytz\n",
"import requests\n",
"\n",
"MARKET_CREATOR_ADDRESS = \"0x89c5cc945dd550BcFfb72Fe42BfF002429F46Fec\""
"MARKET_CREATOR_ADDRESS = \"0x89c5cc945dd550BcFfb72Fe42BfF002429F46Fec\"\n",
"dotenv.load_dotenv(\"../.env\", override=True)\n",
"print('OMEN_SUBGRAPH_URL = ', os.environ.get('OMEN_SUBGRAPH_URL')) "
]
},
{
Expand Down

0 comments on commit 92f3a3d

Please sign in to comment.