We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3947ada commit 0d16285Copy full SHA for 0d16285
tomls/omnibus-base-goerli-andromeda/spot/usdc.toml
@@ -5,10 +5,11 @@ defaultValue = "<%= parseEther(String(5_000_000)) %>"
5
defaultValue = "60"
6
7
[provision.usdc_mock_collateral]
8
-source = "mintable-token:1.3"
+source = "mintable-token:1.7"
9
options.name = "Fake USD Coin"
10
options.symbol = "fUSDC"
11
options.owner = "<%= settings.owner %>"
12
+options.decimals = "6"
13
14
[invoke.createUsdcSynth]
15
target = ["spotFactory.SpotMarketProxy"]
0 commit comments