Skip to content

Commit

Permalink
Merge pull request DefiLlama#3661 from DefiLlama/phux
Browse files Browse the repository at this point in the history
zero
  • Loading branch information
waynebruce0x authored Jul 7, 2023
2 parents a6fe99f + 33d32ff commit 48b5810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coins/src/adapters/bridges/anyswap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default async function bridge(): Promise<Token[]> {

tokens.push({
from: `${destinationChain}:${destinationToken}`,
to: `${originChain}:${srcToken}`,
to: `zero`,
symbol: token.symbol,
decimals: token.decimals
});
Expand Down

0 comments on commit 48b5810

Please sign in to comment.