Skip to content

Commit 8f959d3

Browse files
committed
refactor: use warning hint for call restrictions
1 parent 3694300 commit 8f959d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

isolated-lending/pool-registry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function createRegistryPool(
9292

9393
Deploys a new venus pool and adds to the directory, by taking all the required inputs
9494

95-
{% hint style="info" %}
95+
{% hint style="warning" %}
9696
Can only be called by the _owner_.
9797
{% endhint %}
9898

@@ -132,7 +132,7 @@ function setPoolName(uint256 poolId, string calldata name)
132132

133133
Modify existing Venus pool name.
134134

135-
{% hint style="info" %}
135+
{% hint style="warning" %}
136136
Can be called by the _owner_ or _comptroller admin_.
137137
{% endhint %}
138138

@@ -277,7 +277,7 @@ function addMarket(
277277

278278
Add a market to an existing venus pool.
279279

280-
{% hint style="info" %}
280+
{% hint style="warning" %}
281281
Can only be called by the _owner_.
282282
{% endhint %}
283283

@@ -383,7 +383,7 @@ function updatePoolMetadata(uint256 poolId, VenusPoolMetaData memory _metadata)
383383

384384
Update metadata of an existing pool
385385

386-
{% hint style="info" %}
386+
{% hint style="warning" %}
387387
Can only be called by the _owner_.
388388
{% endhint %}
389389

0 commit comments

Comments
 (0)