Skip to content

Commit a4d0ad9

Browse files
committed
suggestions part 1
1 parent 23b20ad commit a4d0ad9

File tree

1 file changed

+2
-4
lines changed
  • content/stellar-contracts/tokens/rwa

1 file changed

+2
-4
lines changed

content/stellar-contracts/tokens/rwa/rwa.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ graph TB
4646
end
4747
4848
subgraph "Optional Extensions"
49-
DM[Document Manager<br/>ERC-1643]
49+
DM[Document Manager]
5050
end
5151
5252
IDV --> IVS
5353
54-
55-
5654
subgraph "Identity Stack"
5755
IVS[Custom Identity Suite]
5856
end
@@ -510,4 +508,4 @@ When implementing RWA tokens, consider the following security aspects:
510508
4. **Freezing**: Use freezing mechanisms carefully as they lock user funds
511509
5. **Recovery**: Recovery operations should have strict authorization and verification
512510
6. **Pausability**: The pause mechanism should only be accessible to authorized administrators
513-
7. **Contract Upgrades**: Consider using immutable periphery contracts or implementing upgrade mechanisms carefully
511+
7. **Contract Upgrades**: Consider following a secure upgrade strategy for your contracts. See: [Contract Upgrades](/stellar-contracts/utils/upgradeable)

0 commit comments

Comments
 (0)