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

Commit

Permalink
Merge pull request #65 from nervosnetwork/TheWaWaR-patch-1-1
Browse files Browse the repository at this point in the history
docs: Update Addition-Features.md
  • Loading branch information
jjyr authored Jul 27, 2021
2 parents a73c7f3 + cc4b7a0 commit 3f9d130
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 3f9d130

Please sign in to comment.