Fix address tests with new smart contract address
This commit is contained in:
parent
b181d380eb
commit
b07e4ca97d
@ -55,7 +55,7 @@ describe("addresses.ts functions", () => {
|
||||
const etherStore = useEtherStore();
|
||||
etherStore.setNetworkName(NetworkEnum.ethereum);
|
||||
expect(getP2PixAddress()).toBe(
|
||||
"0xefa5cE4351cda51192509cf8De7d8881ADAE95DD"
|
||||
"0x2414817FF64A114d91eCFA16a834d3fCf69103d4"
|
||||
);
|
||||
});
|
||||
|
||||
@ -63,13 +63,13 @@ describe("addresses.ts functions", () => {
|
||||
const etherStore = useEtherStore();
|
||||
etherStore.setNetworkName(NetworkEnum.polygon);
|
||||
expect(getP2PixAddress()).toBe(
|
||||
"0xA9258eBb157E4cf5e756b77FDD0DF09C2F73240b"
|
||||
"0x4A2886EAEc931e04297ed336Cc55c4eb7C75BA00"
|
||||
);
|
||||
});
|
||||
|
||||
it("getP2PixAddress Default", () => {
|
||||
expect(getP2PixAddress()).toBe(
|
||||
"0xefa5cE4351cda51192509cf8De7d8881ADAE95DD"
|
||||
"0x2414817FF64A114d91eCFA16a834d3fCf69103d4"
|
||||
);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user