Skip to content

Commit

Permalink
updated sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Taras authored and Nick Taras committed Aug 3, 2023
1 parent 038941d commit e36134e
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 e36134e

Please sign in to comment.