cic-internal-integration/apps/cic-eth/tests/fixtures_registry.py

8 lines
176 B
Python
Raw Normal View History

2021-03-12 18:44:29 +01:00
# external imports
2021-02-17 09:19:42 +01:00
import pytest
2021-03-12 18:44:29 +01:00
from chainlib.chain import ChainSpec
2021-02-17 09:19:42 +01:00
@pytest.fixture(scope='session')
2021-03-12 18:44:29 +01:00
def default_chain_spec():
return ChainSpec('evm', 'bloxberg', 8996)