Sha256: 706eaff68d6900564a9fd3d901cd4346ed865c4485b906e317bdc4060dd3b492
Contents?: true
Size: 1.99 KB
Versions: 5
Compression:
Stored size: 1.99 KB
Contents
- name: Ethereum Deposit Wallet blockchain_key: eth-mainnet currency_id: eth # Address where deposits will be collected to. address: '0xd1bfc7daabbd6aa40a7a1a87464cc93882fa24cb' # 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: infurad # Gateway client name. settings: # # infurad gateway client settings. uri: https://rinkeby.infura.io/v3/INFURA_KEY sign_uri: http://infura:8545 - name: Ethereum Hot Wallet blockchain_key: eth-mainnet currency_id: eth # Address where deposits will be collected to. address: '0xd1bfc7daabbd6aa40a7a1a87464cc93882fa2401' # 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: infurad # Gateway client name. settings: # # infurad gateway client settings. uri: https://rinkeby.infura.io/v3/INFURA_KEY sign_uri: http://infura:8545 - name: Ethereum Warm Wallet blockchain_key: eth-mainnet currency_id: eth # Address where deposits will be collected to. address: '0xd1bfc7daabbd6aa40a7a1a87464cc93882fa24545' # 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: infurad # Gateway client name. settings: # # infurad gateway client settings. uri: https://rinkeby.infura.io/v3/INFURA_KEY sign_uri: http://infura:8545
Version data entries
5 entries across 5 versions & 2 rubygems