Skip to content

Commit

Permalink
prob final
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldev20 committed Nov 17, 2024
1 parent 7921d2b commit 35ae3c7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 374 deletions.
6 changes: 0 additions & 6 deletions packages/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,10 @@
"@heroicons/react": "^2.1.5",
"@nextui-org/button": "2.0.38",
"@nextui-org/card": "^2.0.34",
"@nextui-org/code": "2.0.33",
"@nextui-org/input": "2.2.5",
"@nextui-org/kbd": "2.0.34",
"@nextui-org/link": "2.0.35",
"@nextui-org/listbox": "2.1.27",
"@nextui-org/navbar": "2.0.37",
"@nextui-org/radio": "^2.1.5",
"@nextui-org/scroll-shadow": "^2.1.20",
"@nextui-org/slider": "^2.2.17",
"@nextui-org/snippet": "2.0.43",
"@nextui-org/spinner": "^2.0.34",
"@nextui-org/switch": "2.0.34",
"@nextui-org/system": "2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs-app/src/app/vote/[id]/bottomSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function BottomSheet({ selected, loading, setLoading, refresher,
permit2: [
{
...permitTransfer,
spender: HumanOracle.address,
spender: "0x3845eb1554913bdbd58f7c7cdedc45f03a1e54fd",
},
],
});
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs-app/src/providers/contractProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { worldchain } from "viem/chains";
/* Initialization */
/* -------------------------------------------------------------------------- */
const chain = worldchain;
const contractName = "HumanOracleWithVault";
const contractName = "HumanOracleV1";
const rpcUrl = "https://worldchain-mainnet.g.alchemy.com/public";

const humanOracleAbi = deployedContracts[chain.id][contractName].abi;
Expand Down
4 changes: 1 addition & 3 deletions packages/nextjs-app/todo.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
- add toasts for errors (from top?)
- walletAuth automatic signin
- loading for page changes
- clean packages
- walletAuth automatic signin
Loading

0 comments on commit 35ae3c7

Please sign in to comment.