Skip to content

Commit

Permalink
Use v6 chain context from pycardano itself
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Sep 2, 2024
1 parent a8f5ce0 commit b829608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions integration-test/test/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import os

import ogmios as python_ogmios
from retry import retry

from pycardano import *
Expand All @@ -22,7 +21,7 @@ class TestBase:
# TODO: Bring back kupo test
KUPO_URL = "http://localhost:1442"

chain_context = python_ogmios.OgmiosV5ChainContext(
chain_context = OgmiosV6ChainContext(
host="localhost", port=1337, network=Network.TESTNET
)

Expand Down
1 change: 1 addition & 0 deletions pycardano/backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
from .blockfrost import *
from .cardano_cli import *
from .ogmios_v5 import *
from .ogmios_v6 import *

0 comments on commit b829608

Please sign in to comment.