Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# global/config.yaml
...
paymentInterfaces:
  enabled: true
...
  evm:
   - id: ETH-MAINNET-PI
     enabled: true
...
     url: CHANGE_ME
...

To change the Bitcoin logo or resize, use logo_url:

Code Block
# global/config.yaml
...
paymentInterfaces:
  enabled: true
...
  evm:
   - id: ETH-MAINNET-PI
     enabled: true
...
     logo_url: "https://raw.githubusercontent.com/nsart/coin-logos/master/btc.png"
...