Skip to content

Commit

Permalink
update boring helper (#27)
Browse files Browse the repository at this point in the history
* update boring helper

* add changeset
  • Loading branch information
Max-3-7 authored Nov 5, 2023
1 parent 36b6382 commit 8a0aa52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/healthy-pandas-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@traderjoe-xyz/sdk': patch
---

update boring helper address
2 changes: 1 addition & 1 deletion packages/v1/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const ROLL_ADDRESS: { [chainId in ChainId]: Hex } = {

export const BORINGHELPER_ADDRESS: { [chainId in ChainId]: Hex } = {
[ChainId.FUJI]: '0x832452DBa66232193C0fb525D5165a3A58b6811B',
[ChainId.AVALANCHE]: '0x1dd4D86180EEe39ac4fB35ECa67CACF608Ab5741',
[ChainId.AVALANCHE]: '0xde24Fe4D3524A8AE2042d08BF88Cd9D1B93d1970',
[ChainId.ARBITRUM_ONE]: '0x0000000000000000000000000000000000000000',
[ChainId.ARB_GOERLI]: '0x0000000000000000000000000000000000000000',
[ChainId.BNB_CHAIN]: '0x0000000000000000000000000000000000000000',
Expand Down

0 comments on commit 8a0aa52

Please sign in to comment.