Skip to content

Commit

Permalink
feat: sync with the fork
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Mar 22, 2024
1 parent 544780b commit 07c8d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ import { StakingProvider } from "@/features/staking/context/provider";
import "./globals.css";

const abstraxionConfig = {
contracts: [
faucetContractAddress
],
contracts: [faucetContractAddress],
dashboardUrl,
rpcUrl: rpcEndpoint,
stake: true,
Expand Down
2 changes: 1 addition & 1 deletion src/features/staking/components/main-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import DelegationDetails, {
DetailsTrigger,
getCanShowDetails,
} from "./delegation-details";
import Faucet from "./faucet";
import StakingModals from "./staking-modals";
import StakingOverview from "./staking-overview";
import ValidatorsTable from "./validators-table";
import Faucet from "./faucet";

function StakingPage() {
const { staking } = useStaking();
Expand Down

0 comments on commit 07c8d76

Please sign in to comment.