Skip to content

Commit

Permalink
remove phantom artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bfriel committed Oct 15, 2024
1 parent 9e82b02 commit b70a4c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
28 changes: 3 additions & 25 deletions apps/base-docs/tutorials/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
],
"difficulty": "beginner",
"displayed_sidebar": null,
"last_updated": "Oct 14, 2024",
"last_updated": "Jul 24, 2024",
"duration": "17 min read",
"checksum": "ab181fab0003c30eb98f8b5f7621f8d5cc7bd3bbf4c8357d339b95b7a44d68f1"
"checksum": "01acc27579fdc15f4087491bb6a9bed9c4142d893c7eafd2aa2ae023fbefb8a3"
},
"0_deploy-with-hardhat": {
"title": "Deploying a smart contract using Hardhat",
Expand Down Expand Up @@ -1132,28 +1132,6 @@
"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 14, 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 Expand Up @@ -1281,4 +1259,4 @@
"duration": "8 min read",
"checksum": "59d04f2a46bc95b68a0f50c83f78a0b0d2f2549ecf0e8c7e592aaa4eae6bf6d1"
}
}
}
10 changes: 1 addition & 9 deletions apps/web/app/AppProviders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
rainbowWallet,
uniswapWallet,
walletConnectWallet,
phantomWallet,
} from '@rainbow-me/rainbowkit/wallets';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import ExperimentsProvider from 'base-ui/contexts/Experiments';
Expand Down Expand Up @@ -45,14 +44,7 @@ const connectors = connectorsForWallets(
[
{
groupName: 'Recommended',
wallets: [
coinbaseWallet,
metaMaskWallet,
uniswapWallet,
rainbowWallet,
phantomWallet,
walletConnectWallet,
],
wallets: [coinbaseWallet, metaMaskWallet, uniswapWallet, rainbowWallet, walletConnectWallet],
},
],
{
Expand Down

0 comments on commit b70a4c8

Please sign in to comment.