Skip to content

Commit

Permalink
Merge pull request #15 from BlackStarkGoku/feature/missing-dependency
Browse files Browse the repository at this point in the history
Feature: Add methods to fund and retreive eth, add upgrade component
  • Loading branch information
BlackStarkGoku authored Jan 20, 2025
2 parents 4f40803 + fc3204f commit cf86717
Show file tree
Hide file tree
Showing 9 changed files with 860 additions and 98 deletions.
5 changes: 3 additions & 2 deletions packages/nextjs/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# NEXT_PUBLIC_PROVIDER_URL=http://localhost:5050
NEXT_PUBLIC_PROVIDER_URL=http://127.0.0.1:5050
NEXT_PUBLIC_EVENT_STARTING_BLOCK=1050782
# NEXT_PUBLIC_PROVIDER_URL=http://127.0.0.1:5050
NEXT_PUBLIC_PROVIDER_URL=https://rpc.nethermind.io/mainnet-juno/rpc/v0_7?apikey=oMHxT9u35pjqgbQ1jrM24Ld11aGfe3Ch3CA80SY9Vm6yZWSLgeuYNS1sW7U37ad5
NEXT_PUBLIC_EVENT_STARTING_BLOCK=1083943
2 changes: 1 addition & 1 deletion packages/nextjs/components/BetCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function BetCard({ bet }: { bet: Bet }) {
return nimboraApr;
} */
return 22;
return 15;
}, [bet.yield_strategy]);

return (
Expand Down
Loading

0 comments on commit cf86717

Please sign in to comment.