Skip to content

Commit

Permalink
chore(qredo sunset): qredo sunset
Browse files Browse the repository at this point in the history
  • Loading branch information
zone-live committed Jun 24, 2024
1 parent 3ce5fd7 commit ffff94a
Show file tree
Hide file tree
Showing 34 changed files with 5 additions and 1,609 deletions.
6 changes: 3 additions & 3 deletions packages/custodyKeyring/src/MmiConfiguration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ const missingV1Custodian = {

const v1custodianWithNoteSupport = {
apiBaseUrl: "",
displayName: "Qredo",
displayName: "Cactus",
iconUrl: "images/test.svg",
name: "qredo",
name: "cactus",
production: true,
type: "Qredo",
type: "Cactus",
enabled: true,
refreshTokenUrl: "https://test",
isNoteToTraderSupported: true,
Expand Down
25 changes: 0 additions & 25 deletions packages/custodyKeyring/src/custodianTypes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,8 @@ import { CactusCustodyKeyring } from "./cactus/CactusCustodyKeyring";
import { CurvCustodyKeyring } from "./curv/CurvCustodyKeyring";
import { ECA3CustodyKeyring } from "./eca3/ECA3CustodyKeyring";
import { JsonRpcCustodyKeyring } from "./json-rpc/JsonRpcCustodyKeyring";
import { QredoCustodyKeyring } from "./qredo/QredoCustodyKeyring";

export const CUSTODIAN_TYPES: { [key: string]: ICustodianType } = {
QREDO: {
name: "Qredo",
displayName: "Qredo",
apiUrl: "https://api-v2.qredo.network/api/v2",
imgSrc: "https://dashboard.metamask-institutional.io/custodian-icons/qredo-icon.svg",
icon: "https://dashboard.metamask-institutional.io/custodian-icons/qredo-icon.svg",
website: "https://www.qredo.com",
onboardingUrl: "https://www.qredo.com",
envName: "qredo",
keyringClass: QredoCustodyKeyring,
production: true,
hidden: false,
origins: [],
environmentMapping: [
{
pattern: /^.*$/u,
mmiApiUrl: "https://mmi.codefi.network/v1",
},
{
pattern: /^https:\/\/api.qredo.network/u,
mmiApiUrl: "https://api.mmi-prod.codefi.network/v1",
},
],
},
CACTUS: {
name: "Cactus",
displayName: "Cactus Custody",
Expand Down

This file was deleted.

This file was deleted.

90 changes: 0 additions & 90 deletions packages/custodyKeyring/src/custodianTypes/qredo/QredoStatusMap.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ describe("CactusCustodianApi", () => {
});
});

describe("QredoCustodianApi#getSupportedChains", () => {
describe("CactusCustodianApi#getSupportedChains", () => {
it("calls the client and returns the networks as strings", async () => {
const result = await cactusCustodianApi.getSupportedChains();

Expand Down

This file was deleted.

Loading

0 comments on commit ffff94a

Please sign in to comment.