OpenST / mosaic-contracts

Mosaic-0: Gateways and anchors on top of Ethereum to scale DApps
https://discuss.openst.org/c/mosaic
MIT License
114 stars 31 forks source link

Add vocabluary of coin and ost instead of base token and token #686

Closed 0xsarvesh closed 5 years ago

0xsarvesh commented 5 years ago

Fixes #685

Updated code documentation with terminology of coin and ost instead of base token and token.

Also updated TokenWrapped to OSTWrapped and TokenUnwrapped to OSTUnwrapped

0xsarvesh commented 5 years ago

Nice one 🙌 One major question, though: is it ok to change the interface? Or is this for release 0.11? The events of OSTPrime were renamed.

@benjaminbollen is it ok to change event name in the OST Prime contract? we discussed that TokenWrapped and TokenUnwrapped should be changed to OSTWrapped and OSTUnwrapped.