From 3b20e7ee8e16906c1675712919cffd71c600f179 Mon Sep 17 00:00:00 2001 From: Steve Goodman <39279277+stoobie@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:28:17 +0200 Subject: [PATCH] Update components/Starknet/modules/tools/pages/starkgate_architecture.adoc --- CHANGELOG.md | 2 -- .../Starknet/modules/tools/pages/starkgate_architecture.adoc | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0afc5277d2..ccf5aacf70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### [0.1.483](https://github.com/starknet-io/starknet-docs/compare/v0.1.482...v0.1.483) (2024-02-21) - ### [0.1.482](https://github.com/starknet-io/starknet-docs/compare/v0.1.481...v0.1.482) (2024-02-21) ### [0.1.481](https://github.com/starknet-io/starknet-docs/compare/v0.1.480...v0.1.481) (2024-02-21) diff --git a/components/Starknet/modules/tools/pages/starkgate_architecture.adoc b/components/Starknet/modules/tools/pages/starkgate_architecture.adoc index 11772382ba..829f3b51a1 100644 --- a/components/Starknet/modules/tools/pages/starkgate_architecture.adoc +++ b/components/Starknet/modules/tools/pages/starkgate_architecture.adoc @@ -41,7 +41,7 @@ The _StarkGate Registry_:: [#stark_gate_withdrawal_limit] == Withdrawal limit -By default, StarkGate imposes no limit on withdrawals. However, in order tBy default, StarkGate imposes no limit on withdrawals. However, in order to mitigate risks associated with critical vulnerabilities that could result in the loss of user funds, StarkGate can enable a withdrawal limit. +By default, StarkGate imposes no limit on withdrawals. However, in order to mitigate risks associated with critical vulnerabilities that could result in the loss of user funds, StarkGate can enable a withdrawal limit. If a serious security issue arises, the security agent in the StarkGate contract can limit withdrawals to 5% of the Total Value Locked (TVL) per day for any affected token by calling the `enableWithdrawalLimit()` function in the StarkGate contract. A dedicated team can then investigate and resolve the issue. diff --git a/package-lock.json b/package-lock.json index c5710a2ac8..de201b1526 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "starknet-docs", - "version": "0.1.483", + "version": "0.1.482", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.1.483", + "version": "0.1.482", "dependencies": { "@antora/lunr-extension": "^1.0.0-alpha.8", "@asciidoctor/tabs": "^1.0.0-beta.3", diff --git a/package.json b/package.json index 4792edf3a7..e2ab7759e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "starknet-docs", - "version": "0.1.483", + "version": "0.1.482", "private": true, "scripts": { "pre-release": "standard-version --prerelease --skip.changelog --releaseCommitMessageFormat 'chore(prerelease): {{currentTag}}'",