Sha256: a11a53c93dfa71e2c6226cafd9fc954a7ee8f9d3f1aaaf99b6d2b00614ea468a
Contents?: true
Size: 1.89 KB
Versions: 2
Compression:
Stored size: 1.89 KB
Contents
- name: Sinovate Deposit Wallet blockchain_key: sinovate-mainnet currency_id: sinovate # Address where deposits will be collected to. address: 'CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y' # 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: sinovated # Gateway client name. settings: # # Sinovated gateway client settings. uri: http://user:password@127.0.0.1:19707 - name: Sinovate Hot Wallet blockchain_key: sinovate-mainnet currency_id: sinovate # Address where deposits will be collected to. address: 'CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y' # 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: 5.0 status: active gateway: sinovated # Gateway client name. settings: # # Sinovated gateway client settings. uri: http://user:password@127.0.0.1:19707 - name: Sinovate Warm Wallet blockchain_key: sinovate-mainnet currency_id: sinovate # Address where deposits will be collected to. address: 'CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y' # 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: 50.0 status: active gateway: sinovated # Gateway client name. settings: # # Sinovated gateway client settings. uri: http://user:password@127.0.0.1:19707
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
peatio-sinovate-0.2.3 | config/wallets.yml |
ultex-sinovate-0.2.1 | config/wallets.yml |