-
Notifications
You must be signed in to change notification settings - Fork 62
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: cayenne remappings #453
feat: cayenne remappings #453
Conversation
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.
LGTM!
`${CAYENNE_URL}:7370'`, | ||
`${CAYENNE_URL}:7371'`, | ||
`${CAYENNE_URL}:7372'`, |
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.
just curious why did we make this change?
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 array is actually not used anymore, we can remove it. I didn't because there are interfaces/types are relying on it? Need to investigate
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.
Ah okay i was thinking it could be removed now. Making a note of this for myself @joshLong145
Just leaving a note to re run linting. but looks good :) |
yea, wil need to re-run them in the staging branch anyway |
cff71ba
into
feature/lit-2958-auth-unification-ts-tests
Description
Remap
https://cayenne.litgateway.com/
tohttp://207.244.70.36:7474/
using staking contract port numbers & google dns resolver to get the ip address from the root domain name (without https), then when requesting session sigs, i need to remaphttp://207.244.70.36:7474/
back to127.0.0.1:7474
to be signed in the siwe messageType of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: