hashgraph / hedera-json-rpc-relay

Implementation of Ethereum JSON-RPC APIs for Hedera
Apache License 2.0
68 stars 72 forks source link

Add the ability for spending plans to be defined using environment variables. #3152

Closed ebadiere closed 2 weeks ago

ebadiere commented 3 weeks ago

Problem

We don't have access to create new config maps in Hashio, but we can add environment variables.

Solution

For testing spending plans we should be able to read in the plans as environment variables.

Alternatives

No response