Skip to content

Commit

Permalink
Fixed cREAL migrations config, closes celo-org#8999
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Nov 22, 2021
1 parent 30fc15e commit 92441e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/migrationsConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ const DefaultConfig = {
stableTokenBRL: {
decimals: 18,
goldPrice: 1.2,
tokenName: 'Celo Euro',
tokenSymbol: 'cEUR',
tokenName: 'Celo Brazilian Real',
tokenSymbol: 'cREAL',
inflationRate: 1,
inflationPeriod: 1.5 * YEAR,
initialBalances: {
Expand Down

0 comments on commit 92441e3

Please sign in to comment.