Skip to content

Commit

Permalink
Merge pull request #202 from lorenz234/master
Browse files Browse the repository at this point in the history
add usdc (natively issued) for base to stablecoin tvl
  • Loading branch information
0xngmi authored Dec 19, 2023
2 parents d6e496a + 014d24a commit b337579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adapters/peggedAssets/usd-coin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ const chainContracts: ChainContracts = {
],
},
base: {
issued: ["0x833589FCD6EDB6E08F4C7C32D4F71B54BDA02913"],
bridgedFromETH: ["0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA"], //
},
kujira: {
Expand Down Expand Up @@ -1218,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 b337579

Please sign in to comment.