Skip to content

Commit

Permalink
Changed fraction for cREAL
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Rodygin committed Nov 6, 2023
1 parent 4ce90e8 commit 12c8f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/celo_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ var DefaultFeeCurrencyLimits = map[uint64]map[common.Address]float64{
params.MainnetNetworkId: {
cUSD_TOKEN: 0.9,
cEUR_TOKEN: 0.5,
cREAL_TOKEN: 0.1,
cREAL_TOKEN: 0.5,
},
}

0 comments on commit 12c8f46

Please sign in to comment.