Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Mar 4, 2024
1 parent 7ecaf52 commit 193fdcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .changeset/honest-hounds-tie.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@coinbase/onchainkit": patch
'@coinbase/onchainkit': patch
---

- **feat**: added "tx" as a Frame action option, enabling support for Frame Transactions. By @zizzamia
- **feat**: added `tx` as a Frame action option, enabling support for Frame Transactions. By @zizzamia #208
2 changes: 1 addition & 1 deletion src/frame/getFrameMetadata.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ describe('getFrameMetadata', () => {
}),
).toEqual({
'fc:frame': 'vNext',
'fc:frame:button:1': 'Mint',
'fc:frame:button:1': 'Transaction',
'fc:frame:button:1:action': 'tx',
'fc:frame:button:1:target': 'https://zizzamia.xyz/api/frame/tx',
'fc:frame:image': 'https://zizzamia.xyz/park-1.png',
Expand Down

0 comments on commit 193fdcd

Please sign in to comment.