diff --git a/appdx-standards-eip-erc.asciidoc b/appdx-standards-eip-erc.asciidoc
index 4d3c96dfc..f2d4de813 100644
--- a/appdx-standards-eip-erc.asciidoc
+++ b/appdx-standards-eip-erc.asciidoc
@@ -31,7 +31,7 @@ image::images/eip_workflow.png["Ethereum Improvement Proposal Workflow"]
| http://bit.ly/2OYbc2t[EIP-6] | Renaming +SUICIDE+ Opcode | Hudson Jameson | Interface | Final |
| http://bit.ly/2JxdBeN[EIP-7] | `DELEGATECALL` | Vitalik Buterin | Core | Final |
| http://bit.ly/2Q6Oly6[EIP-8] | devp2p Forward Compatibility Requirements for Homestead | Felix Lange | Networking | Final |
-| http://bit.ly/2CUf7WG[EIP-20] | ERC-20 Token Standard. Describes standard functions a token contract may implement to allow DApps and wallets to handle tokens across multiple interfaces/DApps. Methods include: `totalSupply`, pass:[balanceOf(address)
], `transfer`, `transferFrom`, `approve`, `allowance`. Events include: `Transfer` (triggered when tokens are transferred), pass:[Approval
] (triggered when `approve` is called). | Fabian Vogelsteller, Vitalik Buterin | ERC | Final | Frontier
+| http://bit.ly/2CUf7WG[EIP-20] | ERC-20 Token Standard. Describes standard functions a token contract may implement to allow DApps and wallets to handle tokens across multiple interfaces/DApps. Methods include: `totalSupply`, +balanceOf (address)+, `transfer`, `transferFrom`, `approve`, `allowance`. Events include: `Transfer` (triggered when tokens are transferred), pass:[Approval
] (triggered when `approve` is called). | Fabian Vogelsteller, Vitalik Buterin | ERC | Final | Frontier
| http://bit.ly/2Q6R4YB[EIP-55] | Mixed-case checksum address encoding | Vitalik Buterin | ERC | Final |
| http://bit.ly/2OgE5la[EIP-86] | Abstraction of transaction origin and signature. Sets the stage for "abstracting out" account security and allowing users to create "account contracts," moving toward a model where in the long term all accounts are contracts that can pay for gas, and users are free to define their own security models that perform any desired signature verification and nonce checks (instead of using the in-protocol mechanism where ECDSA and the default nonce scheme are the only "standard" way to secure an account, which is currently hardcoded into transaction processing). | Vitalik Buterin | Core | Deferred (to be replaced) | Constantinople
| http://bit.ly/2QedSFC[EIP-96] | Blockhash and state root changes. Stores blockhashes in the state to reduce protocol complexity and need for complex client implementations to process the `BLOCKHASH` opcode. Extends range of how far back blockhash checking may go, with the side effect of creating direct links between blocks with very distant block numbers to facilitate much more efficient initial light client syncing. | Vitalik Buterin | Core | Deferred | Constantinople