Skip to content

Commit

Permalink
Update rateProviders.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zekraken-bot committed Jul 6, 2024
1 parent 3118676 commit b8577be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/config/fraxtal/rateProviders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ const rateProviders: RateProviders = {
'*': {
'0x0000000000000000000000000000000000000000': true,
},
'0xFC00000000000000000000000000000000000005': {
'0x761efEF0347E23e2e75907A6e2df0Bbc6d3A3F38': true,
},
'0xfc00000000000000000000000000000000000008': {
'0x3893E8e1584fF73188034D37Fc6B7d41A255E570': true,
},
};

export default convertKeysToLowerCase(rateProviders);

0 comments on commit b8577be

Please sign in to comment.