Sha256: 20d7896bc17a42b7745bfbefdbb521f3c20f7b21b07fd8608999d9352ecf7264
Contents?: true
Size: 1.88 KB
Versions: 1
Compression:
Stored size: 1.88 KB
Contents
- name: Runebase Deposit Wallet blockchain_key: runes-testnet currency_id: runes # Address where deposits will be collected to. address: 'Qc2BM7gp8mKgJPPxLAadLAHteNQwhFwwuf' # 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: runebased # Gateway client name. settings: # # Runebased gateway client settings. uri: http://user:password@127.0.0.1:19332 - name: Runebase Hot Wallet blockchain_key: runes-testnet currency_id: runes # Address where deposits will be collected to. address: 'Qc2BM7gp8mKgJPPxLAadLAHteNQwhFwwuf' # 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: runebased # Gateway client name. settings: # # Runebased gateway client settings. uri: http://user:password@127.0.0.1:19332 - name: Runebase Warm Wallet blockchain_key: runes-testnet currency_id: runes # Address where deposits will be collected to. address: 'Qc2BM7gp8mKgJPPxLAadLAHteNQwhFwwuf' # 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: runebased # Gateway client name. settings: # # Runebased gateway client settings. uri: http://user:password@127.0.0.1:19332
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
peatio-runebase-0.2.0 | config/wallets.yml |