-
Notifications
You must be signed in to change notification settings - Fork 25
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(stargate): supply layer one chain ids #32
Conversation
🦋 Changeset detectedLatest commit: a50d6ad The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -176,3 +185,43 @@ export const CHAIN_AND_POOL_TO_TOKEN_ADDRESS: { | |||
'0x224d8fd7ab6ad4c6eb4611ce56ef35dec2277f03': ETH_POOL_ID, | |||
}, | |||
} | |||
|
|||
export const CHAIN_ONE_AND_POOL_TO_TOKEN_ADDRESS: { |
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.
[very-nit] Not sure if CHAIN_ONE
is best description for these. Wondering if we should use something like NATIVE_CHAIN_AND_POOL_TO_TOKEN_ADDRESS
?
…legg/questdk-plugins into stargate_hotfix_9_22_23
…into stargate_hotfix_9_22_23
…legg/questdk-plugins into stargate_hotfix_9_22_23
…legg/questdk-plugins into stargate_hotfix_9_22_23
* appky patch * change url for testing * update url * setup action * setup actions for testing * Testing (#28) * appky patch * change url for testing * update url * setup action * setup actions for testing * update action * simulate new plugin * Testing (#29) * appky patch * change url for testing * update url * setup action * setup actions for testing * simulate new plugin * update details test * Testing (#30) * appky patch * change url for testing * update url * setup action * setup actions for testing * simulate new plugin * update details test * add to existing package test * Testing (#31) * appky patch * change url for testing * update url * setup action * setup actions for testing * simulate new plugin * update details test * add to existing package test * non-config changes test * Testing (#32) * appky patch * change url for testing * update url * setup action * setup actions for testing * simulate new plugin * update details test * add to existing package test * non-config changes test * fail test * image too big * invalid image url * invalid appling * add plugin without config * add valid details * log * re-add details * valid details * Fail Testing (#33) * appky patch * change url for testing * update url * setup action * setup actions for testing * simulate new plugin * update details test * add to existing package test * non-config changes test * fail test * image too big * invalid image url * invalid appling * add plugin without config * add valid details * log * re-add details * valid details * invalid to new * last test * fix details * Testing (#34) * appky patch * change url for testing * update url * setup action * setup actions for testing * simulate new plugin * update details test * add to existing package test * non-config changes test * fail test * image too big * invalid image url * invalid appling * add plugin without config * add valid details * log * re-add details * valid details * invalid to new * last test * fix details * update icon * Mmackz/plugin details config (#36) * feat: add plugin details to db on pr * refactor(builder): use required params for mint/burn * refactor: use different logic for fetching updated config files * refactor: change name of action * fix: fetch origin * docs: add comments * feat: allow for multiple tasks * tasks
The bridge function previously expected layer zero values to be fed in, this resolves that issue.