Skip to content

Commit d6c41c6

Browse files
committed
fix: wording
1 parent f60ddb9 commit d6c41c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

smart-contracts/for-eth-devs/accounts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
title: Accounts in Asset Hub Smart Contracts
2+
title: Accounts in Polkadot Hub Smart Contracts
33
description: Bridges Ethereum's 20-byte addresses with Polkadot's 32-byte accounts, enabling seamless interaction while maintaining compatibility with Ethereum tooling.
44
categories: Basics, Polkadot Protocol
55
---
66

7-
# Accounts on Asset Hub Smart Contracts
7+
# Accounts on the Polkadot Hub Smart Contracts
88

99
## Introduction
1010

11-
Asset Hub natively utilizes Polkadot's 32-byte account system while providing interoperability with Ethereum's 20-byte addresses through an automatic conversion system. When interacting with smart contracts:
11+
The Polkadot Hub natively utilizes Polkadot's 32-byte account system while providing interoperability with Ethereum's 20-byte addresses through an automatic conversion system. When interacting with smart contracts:
1212

1313
- Ethereum-compatible wallets (like MetaMask) can use their familiar 20-byte addresses.
1414
- Polkadot accounts continue using their native 32-byte format.
15-
- The Asset Hub chain automatically handles conversion between the two formats behind the scenes:
15+
- The Polkadot Hub chain automatically handles conversion between the two formats behind the scenes:
1616

1717
- 20-byte Ethereum addresses are padded with `0xEE` bytes to create valid 32-byte Polkadot accounts.
1818
- 32-byte Polkadot accounts can optionally register a mapping to a 20-byte address for Ethereum compatibility.
1919

20-
This dual-format approach enables Asset Hub to maintain compatibility with Ethereum tooling while fully integrating with the Polkadot ecosystem.
20+
This dual-format approach enables the Polkadot Hub to maintain compatibility with Ethereum tooling while fully integrating with the Polkadot ecosystem.
2121

2222
## Address Types and Mappings
2323

0 commit comments

Comments
 (0)