Skip to content

Commit 9dc65d7

Browse files
committed
Update encoding.
1 parent e83260a commit 9dc65d7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

wallets/arculus-mobile/src/wallet-connect/registry.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,14 @@ export const ArculusMobileInfo: Wallet = {
3333
name: 'Arculus Wallet',
3434
projectId:
3535
'd5235b42fc7273823b6dc3214c822da3',
36-
encoding: 'base64',
36+
encoding: {
37+
default: 'proto',
38+
chains: {
39+
'pio-mainnet-1': 'base64',
40+
'osmosis-1': 'proto',
41+
'cosmoshub-4': 'proto',
42+
},
43+
},
3744
mobile: {
3845
native: {
3946
ios: 'arculuswc:',
@@ -54,4 +61,4 @@ export const ArculusMobileInfo: Wallet = {
5461
}
5562
},
5663
},
57-
};
64+
};

0 commit comments

Comments
 (0)