keep-starknet-strange / satoru

Synthetics platform for Starknet, inspired by GMX v2 design.
https://book.satoru.run/
MIT License
110 stars 73 forks source link

dev: refactor wnt to fee_token #444

Closed dbejarano820 closed 1 year ago

dbejarano820 commented 1 year ago

Since we are considering ETH erc20 to be the equivalent of "native token", it's probably a good idea to correct the terminology used throughout the code base.

Pull Request type

What is the current behavior?

Wrapped native token terminology used

Resolves: #442

What is the new behavior?

Terminology refactored to fee_token

Does this introduce a breaking change?

No. It does however begin to differ from the gmx-synthetics repo