Skip to content

Commit

Permalink
fix decimals
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeal-eth committed Dec 19, 2023
1 parent 3947ada commit 0d16285
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tomls/omnibus-base-goerli-andromeda/spot/usdc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ defaultValue = "<%= parseEther(String(5_000_000)) %>"
defaultValue = "60"

[provision.usdc_mock_collateral]
source = "mintable-token:1.3"
source = "mintable-token:1.7"
options.name = "Fake USD Coin"
options.symbol = "fUSDC"
options.owner = "<%= settings.owner %>"
options.decimals = "6"

[invoke.createUsdcSynth]
target = ["spotFactory.SpotMarketProxy"]
Expand Down

0 comments on commit 0d16285

Please sign in to comment.