Skip to content

Commit 7eb6f55

Browse files
authored
feat: add support for SNX to cg service (#235)
1 parent b99aff8 commit 7eb6f55

File tree

1 file changed

+1
-0
lines changed
  • src/modules/market-price/adapters/coingecko

1 file changed

+1
-0
lines changed

src/modules/market-price/adapters/coingecko/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const symbolIdMap = {
1515
bal: "balancer",
1616
usdt: "tether",
1717
acx: "across-protocol",
18+
snx: "havven",
1819
};
1920

2021
@Injectable()

0 commit comments

Comments
 (0)