Skip to content

Commit

Permalink
Remove ref to factory
Browse files Browse the repository at this point in the history
Factory is not part of scope. See #1216 where factory is removed from redeploy list
  • Loading branch information
zainbacchus authored Jan 9, 2025
1 parent 67bb88f commit a1ee428
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/stack/interop/assets/superchain-erc20.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ This diagram illustrates the process where tokens are burned on the source chain
## Major components

* **Token Contract**: implements `SuperchainERC20` with bridging functionality.
* **Factory Predeploy**: uses a `create2`-based factory for deploying `SuperchainERC20` tokens consistently across chains.
* **Bridging Functions**: using methods like `sendERC20` and `relayERC20` for cross-chain transfers.

## Comparison to other token implementations
Expand Down

0 comments on commit a1ee428

Please sign in to comment.