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: add WBTC #30

Merged
merged 3 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IgnoredScopes = code, tt
SkippedScopes = code

# Specifies the minimum alert severity that Vale reports
MinAlertLevel = suggestion
MinAlertLevel = warning

# Specifies what Vale considers to be an individual word
WordTemplate = \b(?:%s)\b
Expand Down
1 change: 1 addition & 0 deletions docs/apps/ronin-bridge/reference/withdrawal-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ See the following table for details on token withdrawal limits.
| **PIXEL** | Capped at 300,000,000 | < 100,000,000 | ≥ 100,000,000 | ≥ 400,000,000 |
| **SLP** | Capped at 2,000,000,000 | < 300,000,000 | ≥ 300,000,000 | ≥ 1,500,000,000 |
| **USDC** | Capped at 2,500,000 | < 1,000,000 | ≥ 1,000,000 | ≥ 2,000,000 |
| **WBTC** | Capped at 42 | < 17 | ≥ 17 | ≥ 34 |
| **WETH** | Capped at 4,500 | < 1,000 | ≥ 1,000 | ≥ 4,000 |
| **YGG** | Capped at 2,000,000 | < 1,000,000 | ≥ 1,000,000 | ≥ 2,000,000 |

Expand Down
Loading