# This file stores semi-sensitive, user specific settings necessary for
# testing the authenticated methods of copra.rest.Client in test_client.py.
#
# To test the authenticated methods, fill in the appropriate values and rename 
# this file to .env before running test_client.py.

# Coinbase Pro Sandox API key information
KEY=7a4df544c45f99d807e766047d03317c
SECRET=mYQ0jW/uBeFwm0xP/bEsty/9vSL/VHRX+6NDf4NSePJbyaS71BP2XTx4SmcRCFk7W2HUY8PZABQD7cxuYgAoTQ==
PASSPHRASE=d4ho3b00uwp

# Coinbase Pro Sandbox account ids. Can be found by running 
# copra.rest.Client.accounts with a sandbox-authenticated client.
TEST_BTC_ACCOUNT=1b149cbe-ba64-4c44-9f26-7047632fd8d8
TEST_USD_ACCOUNT=ceb7740d-6549-4bb5-b26c-1bed627feb8e

# Coinbase Pro Sandbox USD payment method id. Can be found by running
# rest.copra.Client.payment_method with a sandbox-authenticated client.
TEST_USD_PAYMENT_METHOD=e49c8d15-547b-464e-ac3d-4b9d20b360ec

# Coinbase Pro Sandbox Coinbase account id. Can be found by running
# rest.copra.Client.coinbase_accounts with a sandbox-authenticated client.
TEST_USD_COINBASE_ACCOUNT=bcdd4c40-df40-5d76-810c-74aab722b223
