Darwin-Coin / darwin-token-contracts

Darwin Protocol Smart Contracts
https://darwinprotocol.io
0 stars 0 forks source link

make Darwin 18 decimals #17

Closed thesios closed 1 year ago

thesios commented 1 year ago
function decimals() public pure returns (uint256) {
    return 18;
}
SomeTimesIInvent commented 1 year ago

Do we need to make Finch 18 decimals also?

thesios commented 1 year ago

might aswell

SomeTimesIInvent commented 1 year ago

OK thanks. Is that something you can do?

I think Finch would be essentially done then. Just need to check the pause function and exceptions on it that we need.

thesios commented 1 year ago

done