# 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=1202cb9806ffe735a64b60a5ed54abd5
SECRET=YH5EzHRve+G82DjK4R8b76FKulTGJ7C3yZ0meLe+8QFUevexoDHPdfhi0iVEA2MlbTixgCXAbqIkXFdIMXXd0A==
PASSPHRASE=utl8acnmm1c

# 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
