Skip to content

Commit

Permalink
local import
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkas committed Oct 7, 2024
1 parent 18806b3 commit ab3c59c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions apps/base-docs/tutorials/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,28 @@
"duration": "9 min read",
"checksum": "d9302891627f1761507422bf35c361a30b343e77cb4d3981888ab70eb4fbd0ac"
},
"5_farcaster-to-openframe": {
"title": "Convert Farcaster Frame to Open Frame using OnchainKit",
"slug": "/convert-farcaster-frame-to-open-frame",
"description": "Learn how to convert your Farcaster Frame to an Open Frame using Onchain Kit, enabling broader compatibility and usage.",
"author": "hughescoin",
"keywords": [
"farcaster",
"openframe",
"onchainKit",
"farcaster",
"open frames"
],
"tags": [
"frontend"
],
"difficulty": "intermediate",
"hide_table_of_contents": false,
"displayed_sidebar": null,
"last_updated": "Oct 7, 2024",
"duration": "10 min read",
"checksum": "a81681ca9176774c2b8d20b6a2a873bdbaab99944a4d90526797f699db3e7b86"
},
"5_oracles-chainlink-price-feeds": {
"title": "Accessing real-world data using Chainlink Data Feeds",
"slug": "/oracles-chainlink-price-feeds",
Expand Down
2 changes: 1 addition & 1 deletion libs/base-ui/utils/logEvent.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isDevelopment } from 'libs/base-ui/constants';
import { isDevelopment } from '../constants';

declare const window: Window &
typeof globalThis & {
Expand Down

0 comments on commit ab3c59c

Please sign in to comment.