Skip to content

Commit

Permalink
Merge pull request #218 from hypercerts-org/feat/evaluation_schemas
Browse files Browse the repository at this point in the history
Feat/evaluation schemas
  • Loading branch information
bitbeckers authored Sep 29, 2024
2 parents 490e571 + 86d0ec5 commit 85fc857
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"dependencies": {
"@hypercerts-org/chainsauce": "1.0.24",
"@hypercerts-org/contracts": "2.0.0-alpha.8",
"@hypercerts-org/contracts": "2.0.0-alpha.9",
"@hypercerts-org/marketplace-sdk": "^0.3.35",
"@hypercerts-org/sdk": "^2.2.0-beta.2",
"@opentelemetry/instrumentation": "^0.52.1",
Expand Down
15 changes: 9 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,36 @@ const main = async () => {
console.log("🕊️ Seeding contracts...");
await supabase.from("contracts").upsert(
[
{
chain_id: 42161,
contract_address: "0xcE8fa09562f07c23B9C21b5d0A29a293F8a8BC83",
start_block: 258720235,
contract_slug: marketplaceContractSlug,
},
{
chain_id: 42161,
contract_address: "0xC2679fBD37d54388Ce493F1DB75320D236e1815e",
start_block: 258705973,
contract_slug: easContractSlug,
},
{
chain_id: 10,
contract_address: "0x4200000000000000000000000000000000000021",
start_block: 126023023,
contract_slug: easContractSlug,
},
{
chain_id: 8453,
contract_address: "0x4200000000000000000000000000000000000021",
start_block: 20427818,
contract_slug: easContractSlug,
},
{
chain_id: 42220,
contract_address: "0xC2679fBD37d54388Ce493F1DB75320D236e1815e",
start_block: 27994577,
contract_slug: easContractSlug,
},
{
chain_id: 42161,
contract_address: "0x822F17A9A5EeCFd66dBAFf7946a8071C265D1d07",
Expand Down

0 comments on commit 85fc857

Please sign in to comment.