Skip to content

Commit

Permalink
Adding USDG, USDA, FXUSD (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
irwynliong authored Feb 28, 2025
1 parent fe935a6 commit 6b88892
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@ from
('FRXUSD', '0xcacd6fd266af91b8aed52accc382b4e165586e29', 18, 'frax-usd', 0),
('MIM', '0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3', 18, 'magic-internet-money', 0),
('USN', '0xdA67B4284609d2d48e5d10cfAc411572727dc1eD', 18, 'noon-usn', 0),
('USD3', '0x0d86883faf4ffd7aeb116390af37746f45b6f378', 18, 'web-3-dollar', 0)
('USD3', '0x0d86883faf4ffd7aeb116390af37746f45b6f378', 18, 'web-3-dollar', 0),
('USDG', '0xe343167631d89B6Ffc58B88d6b7fB0228795491D', 6, 'global-dollar', 0),
('ANGLE_USD', '0x0000206329b97db379d5e1bf586bbdb969c63274', 18, 'angle-usd', 0),
('fxUSD', '0x085780639cc2cacd35e474e71f4d000e2405d8f6', 18, 'f-x-protocol-fxusd', 0)
) as results(symbol, contract_address, num_decimals, coingecko_id, initial_supply)

0 comments on commit 6b88892

Please sign in to comment.