Skip to content

Commit 4c9859f

Browse files
authored
Update ERC-3770: Fix broken links and formatting (ethereum#531)
* Update ERC-3770: Fix broken links and formatting * use relative links only, for website
1 parent 22ace52 commit 4c9859f

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

ERCS/erc-3770.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ created: 2021-08-26
1212

1313
## Abstract
1414

15-
[ERC-3770](./eip-3770.md) introduces a new address standard to be adapted by wallets and dApps to display chain-specific addresses by using a human-reacable prefix.
16-
15+
[ERC-3770](./eip-3770.md) introduces a new address standard to be adapted by wallets and dApps to display chain-specific addresses by using a human-readable prefix.
16+
1717
## Motivation
1818

1919
The need for this proposal emerges from the increasing adoption of non-Ethereum Mainnet chains that use the Ethereum Virtual Machine (EVM). In this context, addresses become ambiguous, as the same address may refer to an EOA on chain X or a smart contract on chain Y. This will eventually lead to Ethereum users losing funds due to human error. For example, users sending funds to a smart contract wallet address which was not deployed on a particular chain.
@@ -36,13 +36,8 @@ Chain-specific address = "`shortName`" "`:`" "`address`"
3636

3737
### Semantics
3838

39-
```
40-
41-
`shortName` is mandatory and MUST be a valid chain short name from https://github.com/ethereum-lists/chains
42-
43-
`address` is mandatory and MUST be a [ERC-55](./eip-55.md) compatible hexadecimal address
44-
45-
```
39+
* `shortName` is mandatory and MUST be a valid chain short name from https://github.com/ethereum-lists/chains
40+
* `address` is mandatory and MUST be a [ERC-55](./eip-55.md) compatible hexadecimal address
4641

4742
### Examples
4843

0 commit comments

Comments
 (0)