Skip to content

Commit 7f01a72

Browse files
committed
Correct encoding
1 parent 9dc65d7 commit 7f01a72

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,8 @@ export const ArculusMobileInfo: Wallet = {
3131
connectEventNamesOnWindow: ['arculus_keystorechange'],
3232
walletconnect: {
3333
name: 'Arculus Wallet',
34-
projectId:
35-
'd5235b42fc7273823b6dc3214c822da3',
36-
encoding: {
37-
default: 'proto',
38-
chains: {
39-
'pio-mainnet-1': 'base64',
40-
'osmosis-1': 'proto',
41-
'cosmoshub-4': 'proto',
42-
},
43-
},
34+
projectId: 'd5235b42fc7273823b6dc3214c822da3',
35+
encoding: 'hex',
4436
mobile: {
4537
native: {
4638
ios: 'arculuswc:',

0 commit comments

Comments
 (0)