Skip to content

Commit

Permalink
add new bridged address for flow
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Feb 19, 2025
1 parent d56a246 commit b19584a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/adapters/peggedAssets/usd-coin/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ export const chainContracts: ChainContracts = {
flow: {
bridgedFromETH: [
"0x7f27352D5F83Db87a5A3E00f4B07Cc2138D8ee52", // Bridged USDC (Celer)
"0xF1815bd50389c46847f0Bda824eC8da914045D14", // Bridged USDC (Stargate)
]
},
sui: {
Expand Down
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 @@ -924,7 +924,7 @@ const adapter: PeggedIssuanceAdapter = {
minted: circleAPIChainMinted("NOBLE"),
},
flow: {
ethereum: flowBridged(chainContracts.flow.bridgedFromETH[0], 6),
ethereum: bridgedSupply("flow",6,chainContracts.flow.bridgedFromETH),
},
polkadot: {
minted: circleAPIChainMinted("PAH"),
Expand Down

0 comments on commit b19584a

Please sign in to comment.