<% if ENV['CURRENCIES_CONFIG'] %> <%= File.read(ENV['CURRENCIES_CONFIG']) %> <% else %> - id: usd symbol: '$' type: fiat precision: 2 base_factor: 1 enabled: true quick_withdraw_limit: 1000 deposit_fee: 0 withdraw_fee: 0 - id: btc blockchain_key: btc-testnet symbol: '฿' type: coin precision: 8 base_factor: 100_000_000 enabled: true quick_withdraw_limit: 0.1 deposit_fee: 0 withdraw_fee: 0 options: {} - id: xrp blockchain_key: xrp-testnet symbol: 'ꭆ' type: coin precision: 8 base_factor: 1_000_000 enabled: true quick_withdraw_limit: 1000 deposit_fee: 0 withdraw_fee: 0 options: {} - id: bch blockchain_key: bch-testnet symbol: '฿' type: coin precision: 8 base_factor: 100_000_000 enabled: true quick_withdraw_limit: 1 deposit_fee: 0 withdraw_fee: 0 options: {} - id: ltc blockchain_key: ltc-testnet symbol: 'Ł' type: coin precision: 8 base_factor: 100_000_000 enabled: true quick_withdraw_limit: 5 deposit_fee: 0 withdraw_fee: 0 options: {} - id: dash blockchain_key: dash-testnet symbol: 'Đ' type: coin precision: 8 base_factor: 100_000_000 enabled: true quick_withdraw_limit: 2 deposit_fee: 0 withdraw_fee: 0 options: {} - id: eth blockchain_key: eth-rinkeby symbol: 'Ξ' type: coin precision: 8 base_factor: 1_000_000_000_000_000_000 enabled: true quick_withdraw_limit: 2 deposit_fee: 0 withdraw_fee: 0 options: {} - id: trst blockchain_key: eth-rinkeby symbol: 'Ξ' type: coin precision: 8 base_factor: 1_000_000 # IMPORTANT: Don't forget to update this variable according enabled: true # to your ERC20-based currency requirements quick_withdraw_limit: 3000 # (usually can be found on the official website). deposit_fee: 0 withdraw_fee: 0 options: # # ERC20 configuration. erc20_contract_address: '0x0000000000000000000000000000000000000000' # Always wrap this value in quotes! - id: nxt blockchain_key: nxt-testnet symbol: 'N' type: coin precision: 8 base_factor: 100_000_000 enabled: true quick_withdraw_limit: 1 deposit_fee: 0 withdraw_fee: 0 options: {} <% end %>