From 8a0aa5223646e651bf192909f5cbc25afab546da Mon Sep 17 00:00:00 2001 From: Maxime <52084503+Max-3-7@users.noreply.github.com> Date: Sun, 5 Nov 2023 10:14:52 +0100 Subject: [PATCH] update boring helper (#27) * update boring helper * add changeset --- .changeset/healthy-pandas-shout.md | 5 +++++ packages/v1/src/constants.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/healthy-pandas-shout.md diff --git a/.changeset/healthy-pandas-shout.md b/.changeset/healthy-pandas-shout.md new file mode 100644 index 0000000..e7324fe --- /dev/null +++ b/.changeset/healthy-pandas-shout.md @@ -0,0 +1,5 @@ +--- +'@traderjoe-xyz/sdk': patch +--- + +update boring helper address diff --git a/packages/v1/src/constants.ts b/packages/v1/src/constants.ts index e380281..109b8ad 100644 --- a/packages/v1/src/constants.ts +++ b/packages/v1/src/constants.ts @@ -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',