ChainSafe / ChainBridge

🌉 Modular Multi-Directional Blockchain Bridge to interact with Multiple Networks; Ethereum, Ethereum Classic, Substrate, based chains. Stay tuned for ChainBridge Hub!
GNU Lesser General Public License v3.0
475 stars 300 forks source link

Add-minter error: CALL_EXCEPTION | MINTER_ROLE() #775

Closed KIARI-Abdel closed 2 years ago

KIARI-Abdel commented 2 years ago

Hello everyone !

We are trying to implement chainbridge at work, and have a problem with minter role (something we already was able to test and worked, but now doesn't anymore). For now we are just trying to go through the bridge procedure with basic token. Everything is configured already.

We are using 1.1.1 version and it was working before. For some reason we just can not add minter to the contract: 'call_exception' method: 'MINTER_ROLE()'.

The account is the same as the one that deployed the contract/is admin We are on this commit f2aa0932e8f98037569fb9ff7b4948be380bacab main branch and using chainbridge (v1)

If anyone can help would be great, let me know if you need anything more. Thanks in advance 🙂