Skip to content

Commit

Permalink
Merge pull request #57 from Synthetixio/add-distributor
Browse files Browse the repository at this point in the history
Specify SNX reward distributor
  • Loading branch information
Tburm authored Jun 10, 2024
2 parents 05bc308 + acee739 commit 18fd278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
WHEN '{{ target.name }}' = 'base_mainnet'
AND distributor = '0xe92bcD40849BE5a5eb90065402e508aF4b28263b' THEN 'USDC'
WHEN '{{ target.name }}' = 'base_mainnet'
AND distributor = '0x45063DCd92f56138686810eacB1B510C941d6593' THEN 'SNX'
AND distributor in ('0x45063DCd92f56138686810eacB1B510C941d6593', '0xbb63CA5554dc4CcaCa4EDd6ECC2837d5EFe83C82') THEN 'SNX'
ELSE NULL
END
{% endmacro %}

0 comments on commit 18fd278

Please sign in to comment.