Skip to content

Commit

Permalink
Add new Boundary Node NnsFunctions (#537)
Browse files Browse the repository at this point in the history
# Motivation

Extend NnsFunctions enum with new BoundaryNodes related types.

`nns-dapp` related pr dfinity/nns-dapp#4310

# Changes

- NnsFunctions update

# Tests

Works

# Todos

- [ ] Add entry to changelog (if necessary).
Not necessary
  • Loading branch information
mstrasinskis authored Feb 2, 2024
1 parent 25230d9 commit de9835b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/nns/src/enums/governance.enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ export enum NnsFunction {
BitcoinSetConfig = 39,
UpdateElectedHostosVersions = 40,
UpdateNodesHostosVersion = 41,
AddApiBoundaryNode = 43,
RemoveApiBoundaryNodes = 44,
UpdateApiBoundaryNodesVersion = 46,
}

// 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 de9835b

Please sign in to comment.