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

Multiple proofs #51

Merged
merged 13 commits into from
Sep 8, 2023
Merged

Multiple proofs #51

merged 13 commits into from
Sep 8, 2023

Conversation

AlexNi245
Copy link
Collaborator

No description provided.

const { callData } = await getGateWayUrlForAddress('vitalik.eth', erc3668Resolver);

// Pass the addr to the contract
const expected = ethers.utils.hexlify(vitalik.address);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@hai-ko this shows how to format the address

@@ -102,7 +102,7 @@ describe('Optimism Bedrock Handler', () => {
});
});

it('Returns valid string data from resolver', async () => {
it.only('Returns valid string data from resolver', async () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove .only

@@ -123,4 +123,46 @@ describe('Signature Handler', () => {

expect(resultString).to.equal(result);
});
it.only('Returns valid address from resolver', async () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove .only

@AlexNi245 AlexNi245 merged commit e722635 into main Sep 8, 2023
4 checks passed
@AlexNi245 AlexNi245 deleted the multiple-proofs branch September 8, 2023 07:23
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