Skip to content

Commit

Permalink
feat(uniswapx-sdk): update reactor address (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
marktoda authored May 13, 2024
1 parent 9c7dad4 commit c9bac89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdks/uniswapx-sdk/src/constants.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe("REACTOR_ADDRESS_MAPPING", () => {
Object {
"1": Object {
"Dutch": "0x6000da47483062A0D734Ba3dc7576Ce6A0B645C4",
"Dutch_V2": "0x3867393cC6EA7b0414C2c3e1D9fe7cEa987Fd066",
"Dutch_V2": "0x00000011F84B9aa48e5f8aA8B9897600006289Be",
"Relay": "0x0000000000A4e21E2597DCac987455c48b12edBF",
},
"11155111": Object {
Expand Down
2 changes: 1 addition & 1 deletion sdks/uniswapx-sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const REACTOR_ADDRESS_MAPPING: ReactorMapping = {
//test contract is only on mainnet
1: {
[OrderType.Dutch]: "0x6000da47483062A0D734Ba3dc7576Ce6A0B645C4",
[OrderType.Dutch_V2]: "0x3867393cC6EA7b0414C2c3e1D9fe7cEa987Fd066",
[OrderType.Dutch_V2]: "0x00000011F84B9aa48e5f8aA8B9897600006289Be",
[OrderType.Relay]: "0x0000000000A4e21E2597DCac987455c48b12edBF",
},
12341234: {
Expand Down
2 changes: 1 addition & 1 deletion sdks/uniswapx-sdk/src/utils/order.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ describe("order utils", () => {

const ENCODED_DUTCH_V2_ORDER = new V2DutchOrderBuilder(
1,
"0x3867393cC6EA7b0414C2c3e1D9fe7cEa987Fd066"
"0x00000011F84B9aa48e5f8aA8B9897600006289Be"
)
.decayStartTime(TIMESTAMP_SECONDS)
.decayEndTime(TIMESTAMP_SECONDS)
Expand Down

0 comments on commit c9bac89

Please sign in to comment.