We need to update starknet-rs to the latest version (currently 0.11.0).
This update introduces some changes, particularly the refactoring of FieldElement to Felt.
As part of this upgrade, we will need to:
- Replace all instances of FieldElement with Felt throughout the codebase.
- Ensure that everything is functioning correctly after the update.
If anyone is interested in tackling this update, your help would be greatly appreciated!