Skip to content

Commit 2c5220d

Browse files
Apply feedback
1 parent ddf5ea9 commit 2c5220d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pages/stack/interop/superchainerc20-best-practices.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ Use predefined addresses: Assign and verify the same address for each `Superchai
1616

1717
Consider using `Create2Deployer` or one of our [predeploys](https://specs.optimism.io/interop/predeploys.html) to ensure this.
1818

19-
## Token metadata consistency
19+
## Testing before mainnet deployment
2020

21-
Standardize token metadata: Use identical values for `name`, `symbol`, and `decimals` across all chain instances. Inconsistent metadata can lead to display errors and transaction rejections during cross-chain operations.
22-
23-
## Testing before mainnet deployment
24-
25-
Test with production-like conditions: Deploy to staging environments that simulate mainnet conditions, especially for functions like `crosschainBurn` and `crosschainMint`. Test under realistic transaction loads to validate performance.
21+
Test with production-like conditions: Deploy to staging environments that simulate mainnet conditions, especially for functions like `crosschainBurn` and `crosschainMint`. Test under realistic transaction loads to validate performance.
2622

2723
We recommend using [Supersim](https://supersim.pages.dev/introduction) as an easy way to simulate the Superchain and test your SuperchainERC20 deployment.
2824

0 commit comments

Comments
 (0)