Skip to content

Commit

Permalink
Merge pull request #237 from TokenScript/fix/passive-hb
Browse files Browse the repository at this point in the history
updated sepolia
  • Loading branch information
nicktaras authored Aug 3, 2023
2 parents 038941d + e36134e commit 7d7c340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ticket-issuer-url-website/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ const mockTicketData = [

const EASContractAddress = "0xC2679fBD37d54388Ce493F1DB75320D236e1815e"; // Sepolia v0.26

const SEPOLIA_RPC = "https://rpc.sepolia.org/";
const SEPOLIA_RPC =
"https://sepolia.infura.io/v3/9f79b2f9274344af90b8d4e244b580ef";

export const EAS_CONFIG = {
address: EASContractAddress,
Expand Down

0 comments on commit 7d7c340

Please sign in to comment.