@deliquifiedlabs/uniswapx-sdk
Version:
SDK for the UniswapX protocol
42 lines • 1.84 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const constants_1 = require("./constants");
describe("REACTOR_ADDRESS_MAPPING", () => {
it("matches the existing reactor mapping snapshot", () => {
expect(constants_1.REACTOR_ADDRESS_MAPPING).toMatchInlineSnapshot(`
Object {
"1": Object {
"Dutch": "0x6000da47483062A0D734Ba3dc7576Ce6A0B645C4",
"Dutch_V2": "0x00000011F84B9aa48e5f8aA8B9897600006289Be",
"Relay": "0x0000000000A4e21E2597DCac987455c48b12edBF",
},
"11155111": Object {
"Dutch": "0xD6c073F2A3b676B8f9002b276B618e0d8bA84Fad",
"Dutch_V2": "0x0e22B6638161A89533940Db590E67A52474bEBcd",
"Relay": "0x0000000000A4e21E2597DCac987455c48b12edBF",
},
"12341234": Object {
"Dutch": "0xbD7F9D0239f81C94b728d827a87b9864972661eC",
"Dutch_V2": "0x0000000000000000000000000000000000000000",
"Relay": "0x0000000000A4e21E2597DCac987455c48b12edBF",
},
"137": Object {
"Dutch": "0x6000da47483062A0D734Ba3dc7576Ce6A0B645C4",
"Dutch_V2": "0x0000000000000000000000000000000000000000",
"Relay": "0x0000000000A4e21E2597DCac987455c48b12edBF",
},
"42161": Object {
"Dutch": "0x0000000000000000000000000000000000000000",
"Dutch_V2": "0x1bd1aAdc9E230626C44a139d7E70d842749351eb",
"Relay": "0x0000000000000000000000000000000000000000",
},
"5": Object {
"Dutch": "0x6000da47483062A0D734Ba3dc7576Ce6A0B645C4",
"Dutch_V2": "0x0000000000000000000000000000000000000000",
"Relay": "0x0000000000A4e21E2597DCac987455c48b12edBF",
},
}
`);
});
});
//# sourceMappingURL=constants.test.js.map