Skip to content
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

Fix contractAddress in contracts/test/Eip1898 #309

Merged
merged 2 commits into from
Oct 25, 2023
Merged

Fix contractAddress in contracts/test/Eip1898 #309

merged 2 commits into from
Oct 25, 2023

Conversation

sunchengzhu
Copy link
Contributor

No description provided.

@sunchengzhu sunchengzhu requested a review from Flouse October 24, 2023 14:03
}

before(async function () {
if (contract.address) {
if (contractAddress) {
contract = await ethers.getContractAt("BlockInfo", contract.address);
Copy link
Collaborator

Choose a reason for hiding this comment

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

contract.address is undefined at this time.

@Flouse Flouse changed the title Eip1898.js always use contractAddress Fix contractAddress in contracts/test/Eip1898 Oct 25, 2023
@Flouse Flouse merged commit 8f0d2c0 into godwokenrises:develop Oct 25, 2023
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants