Skip to content

Commit

Permalink
Support NNS Governance topics ProtocolCanisterManagement and ServiceN…
Browse files Browse the repository at this point in the history
…ervousSystemManagement (#674)

# Motivation

New topics are added in NNS Governance and they need to be supported in
ic-js. Related dfinity/ic changes:
dfinity/ic@891c742

# Changes

Support NNS Governance topics ProtocolCanisterManagement and
ServiceNervousSystemManagement

# Tests

N/A

# Todos

- [x] Add entry to changelog (if necessary).
  • Loading branch information
jasonz-dfinity authored Jul 17, 2024
1 parent e8a6a20 commit e82e30f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Add support for `wasm_memory_limit` in the canister settings.
- Add optional `includeEmptyNeurons` parameter to `listNeurons`.
- Extend `eip1559TransactionPrice` for Erc20.
- Add "Protocol Canister Management" and "Service Nervous System Management" topics support.

## Fix

Expand Down
2 changes: 2 additions & 0 deletions packages/nns/src/enums/governance.enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export enum Topic {
SnsAndCommunityFund = 14,
ApiBoundaryNodeManagement = 15,
SubnetRental = 16,
ProtocolCanisterManagement = 17,
ServiceNervousSystemManagement = 18,
}

// The proposal status, with respect to reward distribution.
Expand Down

0 comments on commit e82e30f

Please sign in to comment.