Skip to content

Commit

Permalink
🚀 final commit scaling eth
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashshah committed Mar 26, 2023
1 parent 7b247ae commit f368269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardhat/qrcodes/qrcode.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"body": {
"reason": "tender validation",
"transaction_data": {
"contract_address": "0x5c876A33570B1202Caf2892ce3D6F53c6c40bEC0",
"contract_address": "0x53e9D85ddB0364509Fc773d3fb1007cd351B8d5A",
"method_id": "b68967e2",
"chain_id": 80001,
"network": "polygon-mumbai"
Expand Down
4 changes: 3 additions & 1 deletion hardhat/scripts/set-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function main() {
schema: schemaBigInt,
claimPathKey: schemaClaimPathKey,
operator: Operators.EQ, // operator
value: [20020101, ...new Array(63).fill(0).map((i) => 0)], // for operators 1-3 only first value matters
value: [1234, ...new Array(63).fill(0).map((i) => 0)], // for operators 1-3 only first value matters
};

// add the address of the contract just deployed
Expand All @@ -36,6 +36,8 @@ async function main() {
DTenderRequestAddress
);

console.log("address: ", DTenderRequestAddress);

const validatorAddress = "0xF2D4Eeb4d455fb673104902282Ce68B9ce4Ac450"; // sig validator
// const validatorAddress = "0x3DcAe4c8d94359D31e4C89D7F2b944859408C618"; // mtp validator
console.log("HERE");
Expand Down

1 comment on commit f368269

@vercel
Copy link

@vercel vercel bot commented on f368269 Mar 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

d-tender – ./

d-tender.vercel.app
d-tender-git-main-kitai.vercel.app
d-tender-kitai.vercel.app

Please sign in to comment.