Skip to content

Commit

Permalink
Merge pull request #392 from Define101/master
Browse files Browse the repository at this point in the history
fix tether icp
  • Loading branch information
Define101 authored Sep 23, 2024
2 parents 8f529ac + 6fb4919 commit f76a4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/peggedAssets/tether/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ const adapter: PeggedIssuanceAdapter = {
ethereum: bridgedSupply("linea", 6, chainContracts.linea.bridgedFromETH),
},
icp: {
ethereum: supplyInEthereumBridge('0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48', '0xb25eA1D493B49a1DeD42aC5B1208cC618f9A9B80', 6),
ethereum: supplyInEthereumBridge('0xdAC17F958D2ee523a2206206994597C13D831ec7', '0xb25eA1D493B49a1DeD42aC5B1208cC618f9A9B80', 6),
},
stacks: {
bsc: stacksBSCBridged,
Expand Down

0 comments on commit f76a4bc

Please sign in to comment.