Skip to content

Commit 0d16285

Browse files
committed
fix decimals
1 parent 3947ada commit 0d16285

File tree

1 file changed

+2
-1
lines changed
  • tomls/omnibus-base-goerli-andromeda/spot

1 file changed

+2
-1
lines changed

tomls/omnibus-base-goerli-andromeda/spot/usdc.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ defaultValue = "<%= parseEther(String(5_000_000)) %>"
55
defaultValue = "60"
66

77
[provision.usdc_mock_collateral]
8-
source = "mintable-token:1.3"
8+
source = "mintable-token:1.7"
99
options.name = "Fake USD Coin"
1010
options.symbol = "fUSDC"
1111
options.owner = "<%= settings.owner %>"
12+
options.decimals = "6"
1213

1314
[invoke.createUsdcSynth]
1415
target = ["spotFactory.SpotMarketProxy"]

0 commit comments

Comments
 (0)