We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70225c commit 386191aCopy full SHA for 386191a
integration-test/test/base.py
@@ -1,9 +1,8 @@
1
"""An example that demonstrates low-level construction of a transaction."""
2
3
import os
4
-import time
5
6
-from ogmios import OgmiosChainContext
+import ogmios as python_ogmios
7
from retry import retry
8
9
from pycardano import *
@@ -23,7 +22,7 @@ class TestBase:
23
22
# TODO: Bring back kupo test
24
KUPO_URL = "http://localhost:1442"
25
26
- chain_context = OgmiosChainContext(
+ chain_context = python_ogmios.OgmiosChainContext(
27
host="localhost", port=1337, network=Network.TESTNET
28
)
29
0 commit comments