-
Notifications
You must be signed in to change notification settings - Fork 32
feat: add Avalanche and Polygon to the docs
#505
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
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -85,5 +85,7 @@ As specified in [CIP-27](https://snapshot.org/#/cow.eth/proposal/0x64e061568e86e | |
| - Arbitrum: $$\min\{0.0002 ~\textrm{ETH}, 6 ~\textrm{COW}\}$$, | ||
| - Gnosis Chain: $$\min\{0.15 ~\textrm{xDAI}, 6 ~\textrm{COW}\}$$, | ||
| - Base Chain: $$\min\{0.0002 ~\textrm{ETH}, 6 ~\textrm{COW}\}$$, | ||
| - Avalanche Chain: $$\min\{0.0002 ~\textrm{ETH}, 6 ~\textrm{COW}\}$$, | ||
| - Polygon Chain: $$\min\{0.0002 ~\textrm{ETH}, 6 ~\textrm{COW}\}$$, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Double check this with finance/solvers team
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Lets not add this yet and lead it up to solvers team to update later. |
||
|
|
||
| where, again, the conversion from ETH and xDAI to COW is done by using an up-to-date price (specifically, the average ETH/xDAI/COW Dune prices of the past 24h before the payout are used to determine these exchange rates). | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -54,5 +54,9 @@ Once the above are set up and running, one can then start testing their solver e | |
| | <https://api.cow.fi/arbitrum_one/api> | Arbitrum One | Production | | ||
| | <https://barn.api.cow.fi/base/api> | Base | Staging | | ||
| | <https://api.cow.fi/base/api> | Base | Production | | ||
| | <https://barn.api.cow.fi/avalanche/api> | Avalanche | Staging | | ||
| | <https://api.cow.fi/avalanche/api> | Avalanche | Production | | ||
| | <https://barn.api.cow.fi/pol/api> | Polygon | Staging | | ||
| | <https://api.cow.fi/pol/api> | Polygon | Production | | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Backend uses |
||
| | <https://barn.api.cow.fi/sepolia/api> | Sepolia | Staging | | ||
| | <https://api.cow.fi/sepolia/api> | Sepolia | Production | | ||
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.
Did you get these values from backend?
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.
confirmed by Solver team