Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Mar 5, 2024
1 parent f0cee63 commit 2ee7fde
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/frame/getFrameMessage.integ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ describe('getFrameMessage integration tests', () => {
it('frame message should decode properly', async () => {
const body = {
untrustedData: {
buttonIndex: 1,
castId: { fid: 194519, hash: '0x3d7c0dac1dd0ee588eb58d07105b14786cfca976' },
fid: 194519,
url: 'https://frame-demo.vercel.app/2',
messageHash: '0x7099de8afb08984d53f56a02b28d0f96097bfd82',
timestamp: 1706559790000,
inputText: '',
messageHash: '0x7099de8afb08984d53f56a02b28d0f96097bfd82',
network: 1,
buttonIndex: 1,
castId: { fid: 194519, hash: '0x3d7c0dac1dd0ee588eb58d07105b14786cfca976' },
url: 'https://frame-demo.vercel.app/2',
state: '',
timestamp: 1706559790000,
},
trustedData: {
messageBytes:
Expand Down

0 comments on commit 2ee7fde

Please sign in to comment.