Skip to content

Commit

Permalink
Update ERC-3770: Fix broken links and formatting (#531)
Browse files Browse the repository at this point in the history
* Update ERC-3770: Fix broken links and formatting

* use relative links only, for website
  • Loading branch information
Rjected authored Aug 29, 2024
1 parent 22ace52 commit 4c9859f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions ERCS/erc-3770.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ created: 2021-08-26

## Abstract

[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.
[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.

## Motivation

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.
Expand All @@ -36,13 +36,8 @@ Chain-specific address = "`shortName`" "`:`" "`address`"

### Semantics

```
`shortName` is mandatory and MUST be a valid chain short name from https://github.com/ethereum-lists/chains
`address` is mandatory and MUST be a [ERC-55](./eip-55.md) compatible hexadecimal address
```
* `shortName` is mandatory and MUST be a valid chain short name from https://github.com/ethereum-lists/chains
* `address` is mandatory and MUST be a [ERC-55](./eip-55.md) compatible hexadecimal address

### Examples

Expand Down

0 comments on commit 4c9859f

Please sign in to comment.