Near-One / rainbow-token-connector

ERC-20/NEP-141 Token Connector for Rainbow Bridge
62 stars 18 forks source link

FT connector: `BridgeToken` pause/unpause interface #162

Closed sept-en closed 2 years ago

sept-en commented 2 years ago

The role of pauser and admin is granted to BridgeTokenFactory during the initialization of the token. However, there is no interface in BridgeTokenFactory to pause or unpause the Bridge token. There is also no interface in BridgeTokenFactory to grant a pauser role for other accounts. Thus, Bridge tokens can’t be paused currently.