From a8a28b3631351a35d15acdc104e22b48dad6bc5c Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Tue, 10 Sep 2024 09:58:43 -0700 Subject: [PATCH] Remove network IDs of shut-down AMM and Sidechains devnets --- docs/references/protocol/transactions/common-fields.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/references/protocol/transactions/common-fields.md b/docs/references/protocol/transactions/common-fields.md index 04a523dd91..281bb0384e 100644 --- a/docs/references/protocol/transactions/common-fields.md +++ b/docs/references/protocol/transactions/common-fields.md @@ -139,9 +139,6 @@ The `NetworkID` field is a protection against "cross-chain" transaction replay a | Mainnet | 0 | Disallowed | | Testnet | 1 | Disallowed | | Devnet | 2 | Disallowed | -| AMM Devnet | 25 | Disallowed | -| Sidechains Devnet Locking Chain | 2551 | Disallowed, but will become required after an update | -| Sidechains Devnet Issuing Chain | 2552 | Disallowed, but will become required after an update | | Batch Testnet | 21336 | Required | | Xahau Mainnet | 21337 | Required | | Xahau Testnet | 21338 | Required |