To better handles changes to fee token in devnet, use the /fee_token request to capture the fee token addres.
Then, cache it to avoid subsequent requests.
Specification
Add cached property fee_token to DevnetClient
Have TokenManager use that request to return the address of the fee token instead of the hardcoded one.
Dependencies
Include links to any open issues that must be resolved before this feature can be implemented.
Overview
To better handles changes to fee token in devnet, use the
/fee_token
request to capture the fee token addres. Then, cache it to avoid subsequent requests.Specification
fee_token
toDevnetClient
TokenManager
use that request to return the address of the fee token instead of the hardcoded one.Dependencies
Include links to any open issues that must be resolved before this feature can be implemented.