Skip to content

Commit

Permalink
Merge pull request #1 from hollow-leaf/feat/contractDone
Browse files Browse the repository at this point in the history
feat:contract V1: blackStone with chainlink VRT V2.5
  • Loading branch information
crypto0627 authored May 3, 2024
2 parents bd387ba + 4fe6343 commit ee605d9
Show file tree
Hide file tree
Showing 32 changed files with 1,680 additions and 559 deletions.
4 changes: 0 additions & 4 deletions apps/web/memo.md

This file was deleted.

95 changes: 1 addition & 94 deletions apps/web/public/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions apps/web/public/swe-worker-5c72df51bb1f6ee0.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions apps/web/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function Footer() {
</Typography>
<Box sx={{ display: "flex", gap: 2 }}>
<IconButton
className="bg-gray-500 hover:text-slate-300"
className="text-slate-300"
component="a"
href="/"
target="_blank"
Expand All @@ -28,7 +28,7 @@ export function Footer() {
<InstagramIcon />
</IconButton>
<IconButton
className="bg-gray-500 hover:text-slate-300"
className="text-slate-300"
component="a"
href="/"
target="_blank"
Expand All @@ -37,7 +37,7 @@ export function Footer() {
<XIcon />
</IconButton>
<IconButton
className="bg-gray-500 hover:text-slate-300"
className="text-slate-300"
component="a"
href="/"
target="_blank"
Expand All @@ -46,7 +46,7 @@ export function Footer() {
<TelegramIcon />
</IconButton>
<IconButton
className="bg-gray-500 hover:text-slate-300"
className="text-slate-300"
component="a"
href="/"
target="_blank"
Expand All @@ -55,7 +55,7 @@ export function Footer() {
<FacebookIcon />
</IconButton>
<IconButton
className="bg-gray-500 hover:text-slate-300"
className="text-slate-300"
component="a"
href="/"
target="_blank"
Expand Down
15 changes: 7 additions & 8 deletions packages/contract/.env.example
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
INFURA_API_KEY="INFURA_API_KEY"
# The private key of the account that will deploy the contracts
PRIVATE_KEY="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

WALLET_ADDRESS=""
# Block explorer API keys
ETHERSCAN_API_KEY="zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
BSCSCAN_API_KEY="zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"

QUORUM_URL=http://localhost:8545
BLOCKSCOUT_URL=http://localhost:26000
NETWORK_URL=http://localhost:8545
ETHERSCAN_API_KEY=""
BSCSCAN_API_KEY=""
ZIRCUIT_API_KEY=""
SCROLL_API_KEY=""
OPSEPOLIA_API_KEY=""
OPSEPOLIA_API_KEY=""
LINEA_API_KEY=""
BASE_API_KEY=""
ARB_API_KEY=""
Loading

0 comments on commit ee605d9

Please sign in to comment.