Skip to content

Commit

Permalink
Merge pull request #339 from privacy-scaling-explorations/fix/add-bas…
Browse files Browse the repository at this point in the history
…e-sepolia

fix(base-sepolia): added base sepolia to the config file
  • Loading branch information
ctrlc03 authored Sep 17, 2024
2 parents a844be1 + a634c29 commit 090e3d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/interface/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const easScanUrl = {
linea: "https://linea.easscan.org/graphql",
sepolia: "https://sepolia.easscan.org/graphql",
base: "https://base.easscan.org/graphql",
baseSeppolia: "https://base-sepolia.easscan.org/graphql",
};

// EAS contract addresses for each chain
Expand All @@ -29,6 +30,7 @@ const easContractAddresses = {
linea: "0xaEF4103A04090071165F78D45D83A0C0782c2B2a",
sepolia: "0xC2679fBD37d54388Ce493F1DB75320D236e1815e",
base: "0x4200000000000000000000000000000000000021",
baseSepolia: "0x4200000000000000000000000000000000000021",
};

// EAS Schema Registry contract addresses for each chain
Expand All @@ -40,6 +42,7 @@ const easSchemaRegistryContractAddresses = {
linea: "0x55D26f9ae0203EF95494AE4C170eD35f4Cf77797",
sepolia: "0x0a7E2Ff54e76B8E6659aedc9103FB21c038050D0",
base: "0x4200000000000000000000000000000000000020",
baseSepolia: "0x4200000000000000000000000000000000000020",
};

/**
Expand Down

0 comments on commit 090e3d7

Please sign in to comment.