Skip to content

Commit

Permalink
Merge pull request #24 from terraswap/hotfix/add-receier-fee-pair
Browse files Browse the repository at this point in the history
hotfix: add `terra17tq86waugtxrupjp3yz2fran6ghfcsdt35j257dk7tznljlkm9rq49j7ap` pair to receiver_fee_applied_pair
  • Loading branch information
jbamlee authored Jan 5, 2024
2 parents c42797d + 59ed637 commit a53acad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/terraswap/classic.consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export const ClassicReceiverFeeAppliedTokenSet: Set<string> = new Set([

export const ClassicReceiverFeeAppliedPairSet: Set<string> = new Set([
"terra15ukfg2wy9xd4g8hd5nl2rdyn7arlwk4l9u6kalwmg0pew5pjlpgskydg2a",
"terra1anwgp97zfn6zsz9t5vgtan4s09n24khx0twu3a550m4dsxj699pq8mg5yz"
"terra1anwgp97zfn6zsz9t5vgtan4s09n24khx0twu3a550m4dsxj699pq8mg5yz",
"terra17tq86waugtxrupjp3yz2fran6ghfcsdt35j257dk7tznljlkm9rq49j7ap"
])

0 comments on commit a53acad

Please sign in to comment.