Skip to content

Commit

Permalink
Update bridged_USDC_standard.md
Browse files Browse the repository at this point in the history
fix EURC
  • Loading branch information
blincf authored Mar 15, 2024
1 parent f0022be commit cd19709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/bridged_USDC_standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ There are a number of reference [deployment scripts](https://github.com/circlefi

### Token Roles

FiatToken uses a minter pattern, where minters can be configured via a master minter role to mint up to an allowed amount. One way to adapt the minter pattern to a bridged USDC token contract is to configure the destination bridge as a solo minter.
FiatToken uses a minter pattern, where minters can be configured via a master minter role to mint up to an allowed amount. One way to adapt the minter pattern to a bridged USDC or EURC token contract is to configure the destination bridge as a solo minter.

The individual FiatToken roles (Owner, Pauser, Blacklister, MasterMinter) could also be assigned to the bridge, or some other upgradeable contract, as long as there's the ability to add a hook in the future to enable transferring the roles to Circle.

Expand Down

0 comments on commit cd19709

Please sign in to comment.