Skip to content

Commit

Permalink
Merge pull request #248 from hypercerts-org/develop
Browse files Browse the repository at this point in the history
Push to PRD
  • Loading branch information
bitbeckers authored Jan 22, 2025
2 parents d562062 + 2ac3d9f commit 8389e4f
Show file tree
Hide file tree
Showing 19 changed files with 1,016 additions and 315 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}
DRPC_API_KEY: ${{ secrets.DRPC_API_KEY }}
FILECOIN_API_KEY: ${{ secrets.FILECOIN_API_KEY }}
SUPABASE_DATA_DB_URL: ${{ vars.SUPABASE_DATA_DB_URL }}
SUPABASE_DATA_SERVICE_API_KEY: ${{ secrets.SUPABASE_DATA_SERVICE_API_KEY }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"luxon": "^3.4.4",
"pg": "^8.12.0",
"type-fest": "^4.20.1",
"viem": "^2.19.7",
"viem": "^2.22.9",
"zod": "^3.23.8"
},
"packageManager": "[email protected]+sha256.94fab213df221c55b6956b14a2264c21c6203cca9f0b3b95ff2fe9b84b120390"
Expand Down
162 changes: 53 additions & 109 deletions pnpm-lock.yaml

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

14 changes: 14 additions & 0 deletions seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@ const main = async () => {
start_block: 6098991,
contract_slug: easContractSlug,
},
{
chain_id: 314,
contract_address: "0xc756B203cA9e13BAB3a93F1dA756bb19ac3C395b",
start_block: 4636224,
contract_slug: minterContractSlug,
},
],
{
onConflict: "contract_address, chain_id",
Expand Down Expand Up @@ -263,6 +269,14 @@ const main = async () => {
resolver: ZERO_ADDRESS,
revocable: true,
},
{
chain_id: 11155111,
uid: "0x48e3e1be1e08084b408a7035ac889f2a840b440bbf10758d14fb722831a200c3",
schema:
"uint256 chain_id,address contract_address,uint256 token_id,string title,string description,string[] sources",
resolver: ZERO_ADDRESS,
revocable: false,
},
],
{
onConflict: "uid, chain_id",
Expand Down
Loading

0 comments on commit 8389e4f

Please sign in to comment.