File tree Expand file tree Collapse file tree 7 files changed +22
-109
lines changed
Expand file tree Collapse file tree 7 files changed +22
-109
lines changed Original file line number Diff line number Diff 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} ;
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import squarelink from "./squarelink";
77import arkane from "./arkane" ;
88import authereum from "./authereum" ;
99import burnerconnect from "./burnerconnect" ;
10- import unilogin from "./unilogin" ;
1110import mewconnect from "./mewconnect"
1211import dcentwallet from "./dcentwallet" ;
1312import bitski from "./bitski" ;
@@ -23,7 +22,6 @@ export {
2322 arkane ,
2423 authereum ,
2524 burnerconnect ,
26- unilogin ,
2725 mewconnect ,
2826 dcentwallet ,
2927 bitski ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ import TokenaryLogo from "../logos/tokenary.png";
2626import OperaLogo from "../logos/opera.svg" ;
2727// @ts -ignore
2828import FrameLogo from "../logos/frame.svg" ;
29+ // @ts -ignore
30+ import LiqualityLogo from "../logos/liquality.png" ;
2931
3032export 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+ } ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ import AuthereumLogo from "../logos/authereum.svg";
1515// @ts -ignore
1616import BurnerWalletLogo from "../logos/burnerwallet.png" ;
1717// @ts -ignore
18- import UniLoginLogo from "../logos/unilogin.svg" ;
19- // @ts -ignore
2018import MEWwallet from "../logos/mewwallet.png" ;
2119// @ts -ignore
2220import 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-
119109export const MEWCONNECT : IProviderInfo = {
120110 id : "mewconnect" ,
121111 name : "MEW wallet" ,
You can’t perform that action at this time.
0 commit comments