Skip to content

Commit

Permalink
chore: add build script for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Aug 29, 2024
1 parent 791d8a2 commit c5865a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/interface/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

curl -L https://foundry.paradigm.xyz | bash
foundryup
4 changes: 2 additions & 2 deletions packages/interface/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const hatsContractAddresses = {

// Hats contract addresses for each chain
const semaphoreContractAddresses = {
optimismSepolia: "0x71B93f8b0583f4033FAA1EE47d448B572933cefe",
optimismSepolia: "0x38DC863fD9b889a5849381C0b8C954A3c058D8E4",
};

/**
Expand Down Expand Up @@ -154,7 +154,7 @@ export const semaphore = {
.NEXT_PUBLIC_CHAIN_NAME as keyof typeof semaphoreContractAddresses
],
},
hatId: 53920304710440609890844568916334900684900534529047553357173057650688n,
hatId: 26960358043289970096177553829315270011263390106506980876069447401472n,
};

export const impactCategories = {
Expand Down

0 comments on commit c5865a2

Please sign in to comment.