Skip to content

Commit

Permalink
zero
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Jul 7, 2023
1 parent 4d31a9b commit 5d289f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coins/src/adapters/bridges/solana.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default async function bridge() {
if (blacklist.has(token.address)) return;
tokens.push({
from: `solana:${token.address}`,
to: `coingecko#${coingeckoId}`,
to: `zero`,
symbol: token.symbol,
decimals: token.decimals
});
Expand Down

0 comments on commit 5d289f5

Please sign in to comment.