forked from TrueCloudLab/frostfs-testcases
1cd77ddd55
* update contracts to the latest NeoFS version * update neo-go command execution to the NeoGo v0.93.0 * Add Storagegroup basic ACL check to the basic ACL test cases * update expected values of GAS in the withdraw testcase * update netmap test case to work with LOCODE
13 lines
555 B
Python
13 lines
555 B
Python
#!/usr/bin/python3
|
|
|
|
NEOFS_ENDPOINT = "s01.neofs.devenv:8080"
|
|
NEOGO_CLI_PREFIX = "docker exec -it main_chain neo-go"
|
|
NEO_MAINNET_ENDPOINT = "http://main_chain.neofs.devenv:30333"
|
|
|
|
NEOFS_NEO_API_ENDPOINT = 'http://morph_chain.neofs.devenv:30333'
|
|
HTTP_GATE = 'http://http.neofs.devenv'
|
|
S3_GATE = 'https://s3.neofs.devenv:8080'
|
|
NEOFS_NETMAP = ['s01.neofs.devenv:8080', 's02.neofs.devenv:8080','s03.neofs.devenv:8080','s04.neofs.devenv:8080']
|
|
|
|
GAS_HASH = '0x70e2301955bf1e74cbb31d18c2f96972abadb328'
|
|
NEOFS_CONTRACT = "005a4906ec233a3b677dad9fd7033ad8653f579d"
|