Skip to content

Commit

Permalink
Update based on PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic committed Dec 27, 2023
1 parent 1ebf058 commit faf104b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ A basic implementation of the vault standard that supports any number of sub vau

##### [Single Token Vault](./examples/src6-vault/single_token_vault/)

A basic implemenation of the vault standard demonstrating how to constrict deposits and withdrawals to a single AssetId.
A basic implementation of the vault standard demonstrating how to restrict deposits and withdrawals to a single AssetId.

##### [Single Token Single Sub Vault](./examples/src6-vault/single_token_single_sub_vault/)

A basic implementation of the vault standard demonstrating how to constrict deposits and withdrawals to a single AssetId, and to a single Sub vault.
A basic implementation of the vault standard demonstrating how to restrict deposits and withdrawals to a single AssetId, and to a single Sub vault.

#### SRC-7; Arbitrary Asset Metadata Standard Examples

Expand Down
6 changes: 3 additions & 3 deletions standards/src6-vault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ abi SRC6 {

## [Multi Token Vault](../../examples/src6-vault/multi_token_vault/)

A barebones implementation of the vault standard that supports any number of sub vaults being created for every AssetId.
A basic implementation of the vault standard that supports any number of sub vaults being created for every AssetId.

## [Single Token Vault](../../examples/src6-vault/single_token_vault/)

A barebones implemenation of the vault standard demonstrating how to constrict deposits and withdrawals to a single AssetId.
A basic implementation of the vault standard demonstrating how to restrict deposits and withdrawals to a single AssetId.

## [Single Token Single Sub Vault](../../examples/src6-vault/single_token_single_sub_vault/)

A barebones implementation of the vault standard demonstrating how to constrict deposits and withdrawals to a single AssetId, and to a single Sub vault.
A basic implementation of the vault standard demonstrating how to restrict deposits and withdrawals to a single AssetId, and to a single Sub vault.

0 comments on commit faf104b

Please sign in to comment.