-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added classHash to debug page #232
Conversation
@0xquantum3labs, Please review. |
@@ -212,6 +212,7 @@ const preDeployedContracts = { | |||
], | |||
}, | |||
], | |||
classHash: universalEthAddress, //used to for demostration and to remove ts-error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the class hash of ETH in devnet is : 0x046ded64ae2dead6448e247234bab192a9c483644395b66f2155f2614e5804b0
in sepolia : 0x07f3777c99f3700505ea966676aac4a0d692c2a9f5e667f4c606b51ca1dd3420
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Jemiiah any updates on this ? you will have to write the class hash i provided here in this line. not overwrite the universalEthAddress with the values i provided above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes @0xquantum3labs, I did I pushed a commit yesterday implementing these changes
Hello @Jemiiah , any updates on the PR ? |
Yes @0xquantum3labs just implemented those changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo on file name
@@ -680,6 +681,7 @@ const preDeployedContracts = { | |||
], | |||
}, | |||
], | |||
classHash: 0x07f3777c99f3700505ea966676aac4a0d692c2a9f5e667f4c606b51ca1dd3420 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file ser
format, | ||
size = "xs", | ||
}: ClasshashProps) => { | ||
const [addressCopied, setAddressCopied] = useState(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
classHashCopied
please check failing workflow too @Jemiiah |
okayyy |
workflow is updated @Jemiiah , the nextjs package is not building |
looking into it now |
@@ -939,6 +940,7 @@ const preDeployedContracts = { | |||
], | |||
}, | |||
], | |||
classHash: "0x07f3777c99f3700505ea966676aac4a0d692c2a9f5e667f4c606b51ca1dd3420", //should be replaced with Strk Sepolia classHash. how do i get that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Class hash here is
classHash: "0x04ad3c1dc8413453db314497945b6903e1c766495a1e60492d44da9c2a986e4b",
And Remove comments
@0xquantum3labs please review |
Task name here
Fixes #213
Types of change
GenericContract
typegetContractDataFromDeployments
to save classHash