Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenz234 committed Dec 18, 2023
1 parent 84a59ad commit 014d24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/peggedAssets/usd-coin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ const adapter: PeggedIssuanceAdapter = {
),
},
base: {
minted: async () => ({}),
minted: chainMinted("base", 6),
unreleased: async () => ({}),
ethereum: bridgedSupply("base", 6, chainContracts.base.bridgedFromETH),
},
Expand Down

0 comments on commit 014d24a

Please sign in to comment.