Skip to content

Commit

Permalink
chore: set balmy referrer name to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsambugs committed Jan 27, 2025
1 parent 179f3c5 commit c422747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/builders/quote-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ function buildList(

// If no referrer address was set, then we will use Balmy's address
function addReferrerIfNotSet(config?: GlobalQuoteSourceConfig) {
return { referrer: { address: '0x1a00e1E311009E56e3b0B9Ed6F86f5Ce128a1C01', name: 'Balmy' }, ...config };
return { referrer: { address: '0x1a00e1E311009E56e3b0B9Ed6F86f5Ce128a1C01', name: 'balmy' }, ...config };
}

0 comments on commit c422747

Please sign in to comment.