Skip to content

Commit

Permalink
Merge pull request #381 from Define101/master
Browse files Browse the repository at this point in the history
fix supply solana
  • Loading branch information
Define101 authored Aug 15, 2024
2 parents c88fe1d + 3770d3b commit 0183ded
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/adapters/peggedAssets/eurc/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const chainContracts: ChainContracts = {
},
solana: {
issued: ["HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr"],
unreleased: ["7VHUFJHWu2CuExkJcJrzhQPJ2oygupTWkL2A2For4BmE"],
},
};

Expand Down Expand Up @@ -124,13 +125,13 @@ const adapter: PeggedIssuanceAdapter = {
minted: chainMinted("avax", 6),
},
stellar: {
minted: circleAPIChainMinted("XLM")
minted: circleAPIChainMinted("XLM"),
},
base: {
minted: chainMinted("base", 6),
},
solana: {
minted: solanaMintedOrBridged(chainContracts.solana.issued, "peggedEUR"),
minted: circleAPIChainMinted ("SOL")
},
};

Expand Down

0 comments on commit 0183ded

Please sign in to comment.