Skip to content

Commit

Permalink
Add Compilot & Worldcoinv2 issuers
Browse files Browse the repository at this point in the history
  • Loading branch information
delneg committed Jan 30, 2025
1 parent 81b6a2e commit 8b86056
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/addIssuers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ async function main() {

const issuersToAdd = [
{
name: "Quadrata",
name: "Compilot",
version: 1,
address: "0x971CD375a8799ca7F2366104e117C5497243C478",
address: "0xeF083cD5A653aB7B7FD746979676bc683b5f9012",
},
{
name: "Worldcoin",
version: 1,
address: "0x5563712d4923E3220cF94D53dD2f9765969dBac3",
version: 2,
address: "0x32d024ab006564371648A1c3860524D24E3d7AE1",
},
];

Expand Down

0 comments on commit 8b86056

Please sign in to comment.