Skip to content

Commit

Permalink
add native aptos supply
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 30, 2025
1 parent 2f25932 commit a41c255
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/adapters/peggedAssets/usd-coin/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ export const chainContracts: ChainContracts = {
"0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa", // stargate
"0x5e156f1207d0ebfa19a9eeff00d62a282278fb8719f4fab3a586a0a2c0fffbea", // wormhole
],
issued: [
"0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b"
]
},
mixin: {
ethAssetIds: ["9b180ab6-6abe-3dc0-a13f-04169eb34bfa"],
Expand Down
1 change: 1 addition & 0 deletions src/adapters/peggedAssets/usd-coin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@ const adapter: PeggedIssuanceAdapter = {
),
},
aptos: {
minted: circleAPIChainMinted("APTOS"),
ethereum: aptosBridged(),
},
mixin: {
Expand Down

0 comments on commit a41c255

Please sign in to comment.