Skip to content

Commit

Permalink
fix(bsc): changed zap contract addy
Browse files Browse the repository at this point in the history
  • Loading branch information
wrap-that-potassium committed Mar 14, 2024
1 parent a662f43 commit 6e2ac9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/config/constants/bsc/farms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default class BSCFarms {
}

getZapAddress(): string {
return '0xB8a5aF7461FeDED80d27f562A12b2Bc27389128d'
//return '0xB8a5aF7461FeDED80d27f562A12b2Bc27389128d'
return '0x3270d9720BCA7B611cc842AB0A6429C5Fc8BE938'
}

getFarms(): FarmConfig[] {
Expand Down

0 comments on commit 6e2ac9c

Please sign in to comment.