From fcd41bd89eda6d889e8a8eebfa7044b41b237999 Mon Sep 17 00:00:00 2001 From: Aditya Anand M C Date: Tue, 5 Mar 2024 20:51:59 +0530 Subject: [PATCH] chore: add usd glow (#473) * chore: add usd glow * Update config.ts --- src/config.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 1ba6f742..ef5a02a2 100644 --- a/src/config.ts +++ b/src/config.ts @@ -10,7 +10,7 @@ import os from "node:os"; type ChainId = number; type CoingeckoSupportedChainId = 1 | 10 | 250 | 42161 | 43114; -const CHAIN_DATA_VERSION = "40"; +const CHAIN_DATA_VERSION = "41"; export type Token = { code: string; @@ -784,6 +784,15 @@ const CHAINS: Chain[] = [ address: "0x8f693ca8d21b157107184d29d398a8d082b38b76", }, }, + { + code: "USDGLO", + address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3", + decimals: 18, + priceSource: { + chainId: 10, + address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3", + }, + }, ], subscriptions: [ {