Skip to content

Commit 16950f5

Browse files
author
Seulgi Kim
authored
Update List-of-Network-Id.md
1 parent 20757b7 commit 16950f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/List-of-Network-Id.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
A network id is included in [Transaction](Transaction.md) to prevent a replay attack. Also, the first 3 characters of [CodeChain Address](CodeChain-Address.md) indicates the network id, which prevents transactions to a wrong address.
22

3-
* CodeChain mainnet: `0xCA` (`202` in decimal)
4-
* CodeChain testnet: `0xFE` (`254` in decimal)
5-
3+
* CodeChain mainnet: `CC`
4+
* Corgi testnet: `WC`
5+
* Local test node: `TC`

0 commit comments

Comments
 (0)