Versions Compared

Key

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

...

Code Block
# global/config.yaml
...
# enabled paymentInterfaces - true
paymentInterfaces:
  enabled: true
...
# select currency name
  evm:
# select currency id and turn on it
   - id: ETHEREUM-PI
     enabled: true
...
# enter the nodes url if use Chainstack
     url: "https://nd-900-465-297.p2pify.com/86cbca1a70193ee4942de1810b68dba2xxxxxxxxxxxxxxxxxxxxxxx"
...