Skip to content

Commit 38ba8f3

Browse files
authored
[docs][easy] Fix formatting and outdated data (#21770)
## Description A sentence with two dollar signs gets rendered as a latex expression. Replaced with html entities to prevent. Also updated values to the correct ones. ## Test plan 👀 --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] gRPC: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
1 parent 789b302 commit 38ba8f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/concepts/tokenomics/sui-bridging.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ The limit applies globally and varies per direction. For example, the amount mig
6969

7070
The limit also impacts the maximal amount of single transfer. In one bridge transfer, you cannot move assets worth more than the limit. The bridge frontend might apply stricter restrictions to protect user assets.
7171

72-
The limit per route is governed by the validator committee through voting.
72+
The limit per route is governed by the validator committee through voting. The limit value is captured in the `approved-governance-actions` attribute of Bridge node configurations, which is announced in the [mn-validator-announcements channel](https://discord.com/channels/916379725201563759/1093852827627040768) on Discord when it updates.
7373

74-
The global limit is currently $8 million from Ethereum to Sui and $5 million from Sui to Etheruem every 24 hours.
74+
The global limit is currently $16 million from Ethereum to Sui and $7 million from Sui to Etheruem every 24 hours.
7575

7676
### Asset price
7777

78-
Sui Bridge v1 uses static pricing to calculate limits. The price for ETH is configured at $2,600.00. Namely, bridging one ETH consumes $2,600 USD in limit calculation.
78+
Sui Bridge v1 uses static pricing to calculate limits. The price for ETH is configured at $2,600.00. Namely, bridging one ETH consumes $2,600 USD in limit calculation.
7979

8080
The validator committee governs the pricing through voting. It works together with the global limiter to protect user funds.
8181

0 commit comments

Comments
 (0)