File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ package constants
6
6
import "github.com/ava-labs/avalanchego/utils/set"
7
7
8
8
// 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 .
10
10
//
11
- // See: https://github.com/avalanche-foundation/ACPs/tree/main#readme
11
+ // See: https://github.com/orgs/ avalanche-foundation/projects/1
12
12
var CurrentACPs = set .Of [uint32 ](
13
13
23 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/23-p-chain-native-transfers.md
14
14
24 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/24-shanghai-eips.md
15
15
25 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/25-vm-application-errors.md
16
16
30 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/30-avalanche-warp-x-evm.md
17
17
31 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/31-enable-subnet-ownership-transfer.md
18
18
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
19
20
)
You can’t perform that action at this time.
0 commit comments