Skip to content

Commit

Permalink
fix: ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Aug 9, 2024
1 parent 8e56c42 commit 00de3ee
Show file tree
Hide file tree
Showing 10 changed files with 1,617 additions and 1,275 deletions.
1 change: 0 additions & 1 deletion contracts/script/deploy-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ async function main() {
// save relevant envs to frontend
console.log('Saving relevant env variables to frontend. The Boba sepolia config will be used if some variables are missing.')
updateEnvVariable("VITE_ENTRY_POINT", process.env.ENTRYPOINT ?? '0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789', '../../frontend/.env');
updateEnvVariable("VITE_PRIVATE_KEY", PRIVATE_KEY!, '../../frontend/.env');
updateEnvVariable("VITE_SMART_CONTRACT", tokenPriceAddress, '../../frontend/.env');
updateEnvVariable("VITE_RPC_PROVIDER", RPC_URL ?? 'https://sepolia.boba.network', '../../frontend/.env');

Expand Down
2 changes: 1 addition & 1 deletion frontend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ services:
env_file:
- .env
ports:
- "8080:80"
- "8000:80"
restart: unless-stopped

Loading

0 comments on commit 00de3ee

Please sign in to comment.