Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

To work with Ethereum you need to register on Chainstack and create the necessary node for provide services. To turn on Ethereum make the following changes in the configuration file:

# 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:

# 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"
...
  • No labels