Update workflows according to benchmarking tests#6
Open
yashovardhan wants to merge 1 commit into
Open
Conversation
|
|
||
| ## Fund from another chain | ||
|
|
||
| Polymarket predict uses Polygon (`137`). If USDC.e on the owner EOA is insufficient but USDC exists elsewhere, bridge before `predict deposit` (see [swap.md](swap.md), [bridge.md](../workflows/bridge.md)): |
Member
There was a problem hiding this comment.
This is fitting to benchmarks. It should check wallet balance instead, giving option to swap and bridge.
Fund from another chain is not accurate.
Member
There was a problem hiding this comment.
Same for other SKILL file.
Comment on lines
+26
to
+29
| | Token | Polygon contract | Used by `predict deposit`? | | ||
| | --- | --- | --- | | ||
| | **USDC.e** (bridged) | `0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174` | **Yes** — wrap source for pUSD | | ||
| | Native USDC (Circle) | `0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359` | **No** — balance here does not fund deposit | |
Member
There was a problem hiding this comment.
I don't think we need to define, should work fine without this.
| Typical order: | ||
|
|
||
| 1. One-time setup (if needed) — `predict setup`, credentials, approvals. | ||
| 2. Fund — ensure pUSD or USDC.e on Polygon; bridge from other chains when needed. |
Member
There was a problem hiding this comment.
Can you check if pUSD is working? For me USDC.e was only working. Also, it can be swapped.
Member
Author
There was a problem hiding this comment.
yeah usdc.e is only working. I kept pusd thinking it worked for you
There was a problem hiding this comment.
If you pUSD, you can directly transfer it to the deposit wallet
3b1703e to
89f42c8
Compare
33652cf to
72377d2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update prediction market workflows according to issues faced