removed residual mumbai tests
This commit is contained in:
parent
d5f9c8f6fa
commit
54cff28ba0
@ -32,14 +32,6 @@ describe("addresses.ts functions", () => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("getTokenAddress Polygon", () => {
|
|
||||||
const etherStore = useEtherStore();
|
|
||||||
etherStore.setNetworkId(NetworkEnum.polygon);
|
|
||||||
expect(getTokenAddress(TokenEnum.BRZ)).toBe(
|
|
||||||
"0xC86042E9F2977C62Da8c9dDF7F9c40fde4796A29"
|
|
||||||
);
|
|
||||||
});
|
|
||||||
|
|
||||||
it("getTokenAddress Rootstock", () => {
|
it("getTokenAddress Rootstock", () => {
|
||||||
const etherStore = useEtherStore();
|
const etherStore = useEtherStore();
|
||||||
etherStore.setNetworkId(NetworkEnum.rootstock);
|
etherStore.setNetworkId(NetworkEnum.rootstock);
|
||||||
@ -48,7 +40,6 @@ describe("addresses.ts functions", () => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
it("getTokenAddress Default", () => {
|
it("getTokenAddress Default", () => {
|
||||||
expect(getTokenAddress(TokenEnum.BRZ)).toBe(
|
expect(getTokenAddress(TokenEnum.BRZ)).toBe(
|
||||||
"0x4A2886EAEc931e04297ed336Cc55c4eb7C75BA00"
|
"0x4A2886EAEc931e04297ed336Cc55c4eb7C75BA00"
|
||||||
@ -63,14 +54,6 @@ describe("addresses.ts functions", () => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("getP2PixAddress Polygon", () => {
|
|
||||||
const etherStore = useEtherStore();
|
|
||||||
etherStore.setNetworkId(NetworkEnum.polygon);
|
|
||||||
expect(getP2PixAddress()).toBe(
|
|
||||||
"0x4A2886EAEc931e04297ed336Cc55c4eb7C75BA00"
|
|
||||||
);
|
|
||||||
});
|
|
||||||
|
|
||||||
it("getP2PixAddress Rootstock", () => {
|
it("getP2PixAddress Rootstock", () => {
|
||||||
const etherStore = useEtherStore();
|
const etherStore = useEtherStore();
|
||||||
etherStore.setNetworkId(NetworkEnum.rootstock);
|
etherStore.setNetworkId(NetworkEnum.rootstock);
|
||||||
@ -91,12 +74,6 @@ describe("addresses.ts functions", () => {
|
|||||||
expect(getProviderUrl()).toBe(import.meta.env.VITE_GOERLI_API_URL);
|
expect(getProviderUrl()).toBe(import.meta.env.VITE_GOERLI_API_URL);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("getProviderUrl Polygon", () => {
|
|
||||||
const etherStore = useEtherStore();
|
|
||||||
etherStore.setNetworkId(NetworkEnum.polygon);
|
|
||||||
expect(getProviderUrl()).toBe(import.meta.env.VITE_MUMBAI_API_URL);
|
|
||||||
});
|
|
||||||
|
|
||||||
it("getProviderUrl Rootstock", () => {
|
it("getProviderUrl Rootstock", () => {
|
||||||
const etherStore = useEtherStore();
|
const etherStore = useEtherStore();
|
||||||
etherStore.setNetworkId(NetworkEnum.rootstock);
|
etherStore.setNetworkId(NetworkEnum.rootstock);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user