Skip to content

Commit 8d71880

Browse files
authored
Add ACP-62 (#2681)
1 parent 3059e51 commit 8d71880

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/constants/acps.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ package constants
66
import "github.com/ava-labs/avalanchego/utils/set"
77

88
// CurrentACPs is the set of ACPs that are currently, at the time of release,
9-
// marked as implementable.
9+
// marked as implementable and not activated.
1010
//
11-
// See: https://github.com/avalanche-foundation/ACPs/tree/main#readme
11+
// See: https://github.com/orgs/avalanche-foundation/projects/1
1212
var CurrentACPs = set.Of[uint32](
1313
23, // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/23-p-chain-native-transfers.md
1414
24, // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/24-shanghai-eips.md
1515
25, // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/25-vm-application-errors.md
1616
30, // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/30-avalanche-warp-x-evm.md
1717
31, // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/31-enable-subnet-ownership-transfer.md
1818
41, // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/41-remove-pending-stakers.md
19+
62, // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/62-disable-addvalidatortx-and-adddelegatortx.md
1920
)

0 commit comments

Comments
 (0)