Skip to content

Commit 02e62c6

Browse files
author
yanhuangpai
committed
format
1 parent 79c2343 commit 02e62c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ERCS/0000.md renamed to ERCS/erc-0000.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
eip: 0000
33
title: Diffusive Tokens
4-
description: A new fungible token standard that increases supply on transfers without deducting from the sender’s balance, enforces a per-token transfer fee in native currency, and maintains a capped maximum supply.
4+
description: A fungible token standard that mints new tokens on transfer, charges a per-token native fee, and enforces a capped supply.
55
author: James Savechives (@jamesavechives)
66
discussions-to: https://ethereum-magicians.org/t/discussion-on-eip-0000-diffusive-tokens/20890
77
status: Draft
@@ -186,7 +186,7 @@ The DIFF standard is interface-compatible with ERC-20 but not behaviorally ident
186186

187187
## Reference Implementation
188188

189-
A reference implementation is provided under the `eip-7744` folder in the EIPs repository. The implementation includes:
189+
A reference implementation is provided under the asset folder in the EIPs repository. The implementation includes:
190190

191191
- [`DiffusiveToken.sol`]((../assets/eip-0000/DiffusiveToken.sol)): A basic contract implementing the DIFF standard.
192192
- Interfaces and helper contracts for testing and demonstration purposes.

0 commit comments

Comments
 (0)