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

feat(express-relay): Add permit2 #1693

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

danimhr
Copy link
Contributor

@danimhr danimhr commented Jun 13, 2024

This PR aims to add permit2 compatibility to express relay sdks

Copy link

vercel bot commented Jun 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
xc-admin-frontend ⬜️ Ignored (Inspect) Visit Preview Jun 14, 2024 8:12am

@@ -59,6 +59,19 @@ export function checkTokenQty(token: {
};
}

class ChainConfig {
wethAddress: Address;
opportunityAdapterAddress: Address;
Copy link
Contributor

Choose a reason for hiding this comment

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

does the chainId not also fit in here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, but we are not using it in the sdk.

express_relay/sdk/js/src/index.ts Outdated Show resolved Hide resolved
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.

None yet

2 participants