forked from TrueCloudLab/frostfs-testcases
9 lines
331 B
Python
9 lines
331 B
Python
|
#!/usr/bin/python3
|
||
|
|
||
|
# wallet that has assets in selectel mainnet
|
||
|
WALLET = 'wallets/selectel_mainnet_wallet.json'
|
||
|
# address from this wallet anf its representations
|
||
|
ADDR = 'NbTiM6h8r99kpRtb428XcsUk1TzKed2gTc'
|
||
|
SCRIPT_HASH = 'eb88a496178256213f674eb302e44f9d85cf8aaa'
|
||
|
PRIV_KEY = 'KxyjQ8eUa4FHt3Gvioyt1Wz29cTUrE4eTqX3yFSk1YFCsPL8uNsY'
|