Skip to content

Commit

Permalink
Stablecoins: USDS (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 authored Nov 20, 2024
1 parent ac40c5a commit d823542
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions macros/stablecoins/stablecoin_balances.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
-- Make sure to set to '' after backfill is complete

{% set backfill_date = '' %}

-- This is used to backfill a new stablecoin, make sure the run is incremental
{% set new_stablecoin_address = '' %}

with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ from
'0xdAC17F958D2ee523a2206206994597C13D831ec7',
'0x3ee18B2214AFF97000D974cf647E7C347E8fa585'
),
(
'0xdC035D45d973E3EC169d2276DDab16f1e407384F',
'0x7d4958454a3f520bDA8be764d06591B054B0bf33'
),
-- Axelar
(
'0xdAC17F958D2ee523a2206206994597C13D831ec7',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ from
('PYUSD', '0x6c3ea9036406852006290770BEdFcAbA0e23A0e8', 6, 'paypal-usd', 0),
('EURC', '0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c', 6, 'euro-coin', 0),
('USDP', '0x8e870d67f660d95d5be530380d0ec0bd388289e1', 18, 'paxos-standard', 0),
('AUSD', '0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a', 6, 'agora-dollar', 0)
('AUSD', '0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a', 6, 'agora-dollar', 0),
('USDS', '0xdC035D45d973E3EC169d2276DDab16f1e407384F', 18, 'usds', 0)
) as results(symbol, contract_address, num_decimals, coingecko_id, initial_supply)
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ from
),
('USDT', 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB', 6, 'tether', 0),
('EURC', 'HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr', 6, 'euro-coin', 0),
('PYUSD', '2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo', 6, 'paypal-usd', 0)
('PYUSD', '2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo', 6, 'paypal-usd', 0),
('USDS', 'USDSwr9ApdHk5bvJKMjzff41FfuX8bSxdKcR81vTwcA', 6, 'usds', 0)
) as results(symbol, contract_address, num_decimals, coingecko_id, initial_supply)

0 comments on commit d823542

Please sign in to comment.