We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
chain-id
The chain-id should be a property in the transaction settlement skill:
https://github.com/valory-xyz/open-autonomy/blob/v0.14.10/packages/valory/skills/transaction_settlement_abci/rounds.py#L248-L250
If the default chain id needs to be used as a fallback, then we can utilize the default chain ID from the params.
The skills that utilize the tx settlement skill should use this property instead of redefining it such as here for example:
https://github.com/valory-xyz/IEKit/blob/v0.9.2/packages/valory/skills/mech_interact_abci/states/base.py#L129-L132
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
chain-id
should be a property in the transaction settlement skill:https://github.com/valory-xyz/open-autonomy/blob/v0.14.10/packages/valory/skills/transaction_settlement_abci/rounds.py#L248-L250
If the default chain id needs to be used as a fallback, then we can utilize the default chain ID from the params.
The skills that utilize the tx settlement skill should use this property instead of redefining it such as here for example:
https://github.com/valory-xyz/IEKit/blob/v0.9.2/packages/valory/skills/mech_interact_abci/states/base.py#L129-L132
The text was updated successfully, but these errors were encountered: