Sha256: 025f7da41828722966e967f728fc16cdae54c60c504bd3faee59dcbc2378b675

Contents?: true

Size: 1.82 KB

Versions: 2

Compression:

Stored size: 1.82 KB

Contents

- name:             Axe Deposit Wallet
  blockchain_key:   axe-mainnet
  currency_id:      axe
  # 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:          axed  # Gateway client name.
  settings:
    #
    # Axed gateway client settings.
    uri:          http://user:password@127.0.0.1:19707

- name:             Axe Hot Wallet
  blockchain_key:   axe-mainnet
  currency_id:      axe
  # 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:          axed   # Gateway client name.
  settings:
    #
    # Axed gateway client settings.
    uri:          http://user:password@127.0.0.1:19707

- name:             Axe Warm Wallet
  blockchain_key:   axe-mainnet
  currency_id:      axe
  # 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:          axed   # Gateway client name.
  settings:
    #
    # Axed 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-axe-0.2.3 config/wallets.yml
ultex-axe-0.2.1 config/wallets.yml