pendulum-chain / pendulum-solidity-wrapper

A collection of Solidity wrapper contracts emulating common ERC interfaces to grant access to runtime features on Pendulum.
GNU General Public License v3.0
0 stars 0 forks source link

Use currencyid #9

Closed ashneverdawn closed 1 year ago

ashneverdawn commented 1 year ago

Closes: https://github.com/pendulum-chain/pendulum/issues/230

This updates the token wrapper contract to use CurrencyId which is now expected by the Pendulum chain extensions.

I also cleaned up a lot of redundant code.