Skip to content

Commit

Permalink
update ipfs mock
Browse files Browse the repository at this point in the history
  • Loading branch information
BkChoy committed Oct 31, 2024
1 parent 0099271 commit 6618d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/test/setup/modules/setup-link-staking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Accounts:

/*
Priority Pool IPFS mock data
CID: QmXKA7JRqUA6q8CC9A6LxUVQy5KfHMze84btjLNCiYVaTp
CID: QmPmDRJy6EZNAu64Sp37G2k3UgLnSGU3957biQhMjZ4auv
data:
{
"merkleRoot": "0x636b20fe97efac2148da6cc0342a0dfc7e670ee78681c00cfdf4338c8984d23f",
Expand Down Expand Up @@ -154,7 +154,7 @@ export async function setupLINKStaking() {
await priorityPool.updateDistribution(
tree.root,
'0x' +
Buffer.from(base58.decode('QmXKA7JRqUA6q8CC9A6LxUVQy5KfHMze84btjLNCiYVaTp'))
Buffer.from(base58.decode('QmPmDRJy6EZNAu64Sp37G2k3UgLnSGU3957biQhMjZ4auv'))
.toString('hex')
.slice(4),
toEther(700),
Expand Down
4 changes: 2 additions & 2 deletions scripts/test/setup/modules/setup-metis-staking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Accounts:

/*
Priority Pool IPFS mock data
CID: Qmd6Dw11iCiMaYGiQVE2E44mjLMwyqh1rX5fNPC5YFUJeY
CID: QmPmDRJy6EZNAu64Sp37G2k3UgLnSGU3957biQhMjZ4auv
data:
{
"merkleRoot": "0x636b20fe97efac2148da6cc0342a0dfc7e670ee78681c00cfdf4338c8984d23f",
Expand Down Expand Up @@ -139,7 +139,7 @@ export async function setupMETISStaking() {
await priorityPool.updateDistribution(
tree.root,
'0x' +
Buffer.from(base58.decode('Qmd6Dw11iCiMaYGiQVE2E44mjLMwyqh1rX5fNPC5YFUJeY'))
Buffer.from(base58.decode('QmPmDRJy6EZNAu64Sp37G2k3UgLnSGU3957biQhMjZ4auv'))
.toString('hex')
.slice(4),
toEther(700),
Expand Down

0 comments on commit 6618d83

Please sign in to comment.