Skip to content

Commit

Permalink
chore: alephium sign message example
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteZhang1024 committed Aug 28, 2024
1 parent ce7c55e commit d579fb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/connect-examples/expo-example/src/data/alephium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,31 +41,31 @@ const api: PlaygroundProps[] = [
title: 'Sign Alephium',
value: {
path: "m/44'/1234'/0'/0/0",
messageHex: '010203',
messageHex: '68656c6c6f',
messageType: 'alephium',
},
},
{
title: 'Sign Sha256 (不支持)',
value: {
path: "m/44'/1234'/0'/0/0",
messageHex: '010203',
messageHex: '68656c6c6f',
messageType: 'sha256',
},
},
{
title: 'Sign Blake2b (不支持)',
value: {
path: "m/44'/1234'/0'/0/0",
messageHex: '010203',
messageHex: '68656c6c6f',
messageType: 'blake2b',
},
},
{
title: 'Sign Identity (不支持)',
value: {
path: "m/44'/1234'/0'/0/0",
messageHex: '010203',
messageHex: '68656c6c6f',
messageType: 'identity',
},
},
Expand Down

0 comments on commit d579fb9

Please sign in to comment.