Skip to content

Commit

Permalink
Add SubnetRentalRequest NnsFunction (#625)
Browse files Browse the repository at this point in the history
# Motivation

There is a new proposal type to rent subnets, using NNS function 52.

# Changes

Add `SubnetRentalRequest` value to `NnsFunction` enum.

# Tests

not tested

# Todos

- [ ] Add entry to changelog (if necessary).
not added
  • Loading branch information
dskloetd authored May 13, 2024
1 parent 14a3250 commit e93c85f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nns/src/enums/governance.enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export enum NnsFunction {
UpdateSshReadOnlyAccessForAllUnassignedNodes = 49,
ReviseElectedHostosVersions = 50,
DeployHostosToSomeNodes = 51,
SubnetRentalRequest = 52,
}

// Reference: https://github.com/dfinity/ic/blob/f4b2e28525ae9b030bd9edfc982e796417db2b80/rs/nns/governance/src/gen/ic_nns_governance.pb.v1.rs#L3286-L3287
Expand Down

0 comments on commit e93c85f

Please sign in to comment.