ApeWorX / archive-ape-starknet

StarkNet ecosystem plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
19 stars 12 forks source link

Use `fee_token` request to get fee token address #102

Open antazoey opened 2 years ago

antazoey commented 2 years ago

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

Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.