From 0d16285f1eaf8d8375e45d424216ba0819c82cb5 Mon Sep 17 00:00:00 2001 From: Daniel Beal Date: Tue, 19 Dec 2023 09:54:00 +0900 Subject: [PATCH] fix decimals --- tomls/omnibus-base-goerli-andromeda/spot/usdc.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tomls/omnibus-base-goerli-andromeda/spot/usdc.toml b/tomls/omnibus-base-goerli-andromeda/spot/usdc.toml index 6c9aca1e5..4b0740a3c 100644 --- a/tomls/omnibus-base-goerli-andromeda/spot/usdc.toml +++ b/tomls/omnibus-base-goerli-andromeda/spot/usdc.toml @@ -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"]