File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 0.1.2 (2025-04-29)
7
+
8
+ ** Note:** Change encoding to base 64, Updated deeplink and universal urls
9
+
6
10
## 0.1.1 (2025-04-07)
7
11
8
12
** Note:** Version bump only for package @cosmos-kit/arculus-mobile
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cosmos-kit/arculus-mobile" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " arculus cosmos-kit wallet connector" ,
5
5
6
6
"contributors" : [
Original file line number Diff line number Diff line change @@ -31,12 +31,14 @@ export const ArculusMobileInfo: Wallet = {
31
31
connectEventNamesOnWindow : [ 'arculus_keystorechange' ] ,
32
32
walletconnect : {
33
33
name : 'Arculus Wallet' ,
34
- projectId : 'd5235b42fc7273823b6dc3214c822da3' ,
34
+ projectId : '0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92' ,
35
+ encoding : 'base64' ,
35
36
mobile : {
36
37
native : {
37
38
ios : 'arculuswc:' ,
38
- android : 'arculuswc :' ,
39
+ android : 'intent :' ,
39
40
} ,
41
+ universal : 'https://gw.arculus.co/app/wc'
40
42
} ,
41
43
formatNativeUrl : (
42
44
appUrl : string ,
@@ -47,6 +49,8 @@ export const ArculusMobileInfo: Wallet = {
47
49
const plainAppUrl = appUrl . split ( ':' ) [ 0 ] ;
48
50
const encodedWcUrl = encodeURIComponent ( wcUri ) ;
49
51
switch ( os ) {
52
+ case 'android' :
53
+ return `${ plainAppUrl } ://wcV2?${ encodedWcUrl } #Intent;package=co.arculus.wallet.android;scheme=arculuswc;end;` ;
50
54
default :
51
55
return `${ plainAppUrl } ://wcV2?${ encodedWcUrl } ` ;
52
56
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 0.1.2 (2025-04-29)
7
+
8
+ ** Note:** Change encoding to base 64, Updated deeplink and universal urls
9
+
6
10
## 0.1.1 (2025-04-07)
7
11
8
12
** Note:** Version bump only for package @cosmos-kit/arculus
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cosmos-kit/arculus" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " cosmos-kit wallet connector" ,
5
5
6
6
"contributors" : [
50
50
"url" : " https://github.com/hyperweb-io/cosmos-kit/issues"
51
51
},
52
52
"dependencies" : {
53
- "@cosmos-kit/arculus-mobile" : " ^0.1.1 "
53
+ "@cosmos-kit/arculus-mobile" : " ^0.1.2 "
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments