Skip to content

Commit b9ea810

Browse files
authored
Merge branch 'master' into matic
2 parents 2336391 + 77377ac commit b9ea810

File tree

7 files changed

+22
-109
lines changed

7 files changed

+22
-109
lines changed

src/constants/chains.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,16 @@ export const CHAIN_DATA_LIST: ChainDataList = {
217217
network: "mumbai",
218218
networkId: 80001
219219
}
220+
246529: {
221+
chainId: 246529,
222+
chain: "ARTIS sigma1",
223+
network: "artis-s1",
224+
networkId: 246529
225+
}
226+
246785: {
227+
chainId: 246785,
228+
chain: "ARTIS tau1",
229+
network: "artis-t1",
230+
networkId: 246785
231+
}
220232
};

src/providers/connectors/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import squarelink from "./squarelink";
77
import arkane from "./arkane";
88
import authereum from "./authereum";
99
import burnerconnect from "./burnerconnect";
10-
import unilogin from "./unilogin";
1110
import mewconnect from "./mewconnect"
1211
import dcentwallet from "./dcentwallet";
1312
import bitski from "./bitski";
@@ -23,7 +22,6 @@ export {
2322
arkane,
2423
authereum,
2524
burnerconnect,
26-
unilogin,
2725
mewconnect,
2826
dcentwallet,
2927
bitski,

src/providers/connectors/unilogin.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/providers/injected/index.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ import TokenaryLogo from "../logos/tokenary.png";
2626
import OperaLogo from "../logos/opera.svg";
2727
// @ts-ignore
2828
import FrameLogo from "../logos/frame.svg";
29+
// @ts-ignore
30+
import LiqualityLogo from "../logos/liquality.png";
2931

3032
export const FALLBACK: IProviderInfo = {
3133
id: "injected",
@@ -130,3 +132,11 @@ export const FRAMEINJECTED: IProviderInfo = {
130132
type: "injected",
131133
check: "isFrame"
132134
};
135+
136+
export const LIQUALITY: IProviderInfo = {
137+
id: "injected",
138+
name: "Liquality",
139+
logo: LiqualityLogo,
140+
type: "injected",
141+
check: "isLiquality"
142+
};

src/providers/logos/liquality.png

9.21 KB
Loading

src/providers/logos/unilogin.svg

Lines changed: 0 additions & 77 deletions
This file was deleted.

src/providers/providers/index.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import AuthereumLogo from "../logos/authereum.svg";
1515
// @ts-ignore
1616
import BurnerWalletLogo from "../logos/burnerwallet.png";
1717
// @ts-ignore
18-
import UniLoginLogo from "../logos/unilogin.svg";
19-
// @ts-ignore
2018
import MEWwallet from "../logos/mewwallet.png";
2119
// @ts-ignore
2220
import DcentWalletLogo from "../logos/dcentwallet.png";
@@ -108,14 +106,6 @@ export const BURNERCONNECT: IProviderInfo = {
108106
check: "isBurnerProvider"
109107
};
110108

111-
export const UNILOGIN: IProviderInfo = {
112-
id: "unilogin",
113-
name: "UniLogin",
114-
logo: UniLoginLogo,
115-
check: "isUniLogin",
116-
type: "web"
117-
};
118-
119109
export const MEWCONNECT: IProviderInfo = {
120110
id: "mewconnect",
121111
name: "MEW wallet",

0 commit comments

Comments
 (0)