Skip to content

Commit

Permalink
chore: add usd glow (#473)
Browse files Browse the repository at this point in the history
* chore: add usd glow

* Update config.ts
  • Loading branch information
thelostone-mc authored Mar 5, 2024
1 parent 346671a commit fcd41bd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -784,6 +784,15 @@ const CHAINS: Chain[] = [
address: "0x8f693ca8d21b157107184d29d398a8d082b38b76",
},
},
{
code: "USDGLO",
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
decimals: 18,
priceSource: {
chainId: 10,
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
},
},
],
subscriptions: [
{
Expand Down

0 comments on commit fcd41bd

Please sign in to comment.