config/wallets.yml in peatio-goldcash-2.6.3 vs config/wallets.yml in peatio-goldcash-2.6.4

- old
+ new

@@ -1,10 +1,10 @@ - name: Goldcash Deposit Wallet blockchain_key: gold-mainnet currency_id: gold # Address where deposits will be collected to. - address: 'Qc2BM7gp8mKgJPPxLAadLAHteNQwhFwwuf' # IMPORTANT: Always wrap this value in quotes! + address: 'GNVfBQ8nnuktSYspWzY3H5SbFhizSzi28F' # IMPORTANT: Always wrap this value in quotes! kind: deposit # Wallet kind (deposit, hot, warm, cold or fee). nsig: 1 # Number of signatures required for performing withdraw. max_balance: 0.0 status: active gateway: goldcashd # Gateway client name. @@ -15,11 +15,11 @@ - name: Goldcash Hot Wallet blockchain_key: gold-mainnet currency_id: gold # Address where deposits will be collected to. - address: 'Qc2BM7gp8mKgJPPxLAadLAHteNQwhFwwuf' # IMPORTANT: Always wrap this value in quotes! + address: 'GNVfBQ8nnuktSYspWzY3H5SbFhizSzi28F' # IMPORTANT: Always wrap this value in quotes! kind: hot # Wallet kind (deposit, hot, warm, cold or fee). nsig: 1 # Number of signatures required for performing withdraw. max_balance: 100.0 status: active gateway: goldcashd # Gateway client name. @@ -30,10 +30,10 @@ - name: Goldcash Warm Wallet blockchain_key: gold-mainnet currency_id: gold # Address where deposits will be collected to. - address: 'Qc2BM7gp8mKgJPPxLAadLAHteNQwhFwwuf' # IMPORTANT: Always wrap this value in quotes! + address: 'GNVfBQ8nnuktSYspWzY3H5SbFhizSzi28F' # IMPORTANT: Always wrap this value in quotes! kind: warm # Wallet kind (deposit, hot, warm, cold or fee). nsig: 1 # Number of signatures required for performing withdraw. max_balance: 500.0 status: active gateway: goldcashd # Gateway client name.