Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting payment-config in node-types #565

Open
kmazurek opened this issue Nov 9, 2021 · 0 comments
Open

Allow setting payment-config in node-types #565

kmazurek opened this issue Nov 9, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@kmazurek
Copy link
Contributor

kmazurek commented Nov 9, 2021

Currently, in goth-config.yml, payment platforms to be used are defined individually for each node, for example:

nodes:

  - name: "requestor"
    type: "Requestor"
    payment-config: "erc20"

  - name: "provider-1"
    type: "VM-Wasm-Provider"
    payment-config: "erc20"

It would be useful to enable setting this for a given node type defined in the config file, for example:

node-types:
  # Each node type is a collection of attributes common to a group of nodes.
  # Required attributes are "name" and "class".

  - name: "Requestor"
    class: "goth.runner.probe.RequestorProbe"
    payment-config: "erc20"
@kmazurek kmazurek added the enhancement New feature or request label Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant