Skip to content

Commit

Permalink
add bridged from chain
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jul 31, 2024
1 parent 0f6ae2a commit 7ecb2cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/adapters/peggedAssets/real-usd/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ const adapter: PeggedIssuanceAdapter = {
polygon: bridgedSupply(
"real",
9,
chainContracts.real.bridgedFromPolygon
chainContracts.real.bridgedFromPolygon,
undefined,
"Polygon"
),
},

Expand Down

0 comments on commit 7ecb2cf

Please sign in to comment.