Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Create Addition-Features.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWaWaR committed Jul 27, 2021
1 parent a73c7f3 commit cc4b7a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Addition-Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
output[0..32] => account script hash
```

See: [Example](polyjuice-tests/src/test_cases/evm-contracts/RecoverAccount.sol)
See: [Example](../polyjuice-tests/src/test_cases/evm-contracts/RecoverAccount.sol)

### `balance_of_any_sudt` Spec

Expand All @@ -41,7 +41,7 @@ See: [Example](polyjuice-tests/src/test_cases/evm-contracts/RecoverAccount.sol)
output[0..32] => amount
```

See: [Example](solidity/erc20/SudtERC20Proxy.sol)
See: [Example](../solidity/erc20/SudtERC20Proxy.sol)

### `transfer_to_any_sudt` Spec

Expand All @@ -61,7 +61,7 @@ See: [Example](solidity/erc20/SudtERC20Proxy.sol)
output: []
```

See: [Example](solidity/erc20/SudtERC20Proxy.sol)
See: [Example](../solidity/erc20/SudtERC20Proxy.sol)

### `eth_to_godwoken_addr` Spec

Expand All @@ -76,4 +76,4 @@ See: [Example](solidity/erc20/SudtERC20Proxy.sol)
output[12..32] => godwoken short address
```

See: [Example](polyjuice-tests/src/test_cases/evm-contracts/EthToGodwokenAddr.sol)
See: [Example](../polyjuice-tests/src/test_cases/evm-contracts/EthToGodwokenAddr.sol)

0 comments on commit cc4b7a0

Please sign in to comment.