Skip to content

Commit

Permalink
kip-226: Specify the activation of kip-226
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonLewis committed Dec 31, 2024
1 parent e97c3b8 commit d8b1ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions KIPs/kip-226.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The detailed information of each smart contract is described in the following se

### Configuration

The KIP-226 shall be activated since the `PRAGUE_FORK_BLOCK_NUMBER`.
The KIP-226 shall be used since processing `PRAGUE_FORK_BLOCK_NUMBER` block.

| config | value |
| -------------------------- | ----- |
Expand Down Expand Up @@ -196,7 +196,7 @@ For both commission types, the following parameters are configurable:

### Consensus

After the `PRAGUE_FORK_BLOCK_NUMBER`, staked KAIA will be tracked through two mechanisms:
Since the `PRAGUE_FORK_BLOCK_NUMBER`, staked KAIA will be tracked through two mechanisms:

1. **CnStaking**

Expand Down Expand Up @@ -232,7 +232,7 @@ The on-chain governance will be maintained except using `StakingTrackerV2` inste

### `kaia_getStakingInfo`

The new field `clStakingInfo` will be added to the response of `kaia_getStakingInfo` to provide the CLStaking information.
The new field `clStakingInfo` will be added to the response of `kaia_getStakingInfo` since the `PRAGUE_FORK_BLOCK_NUMBER` to provide the CLStaking information if exists.

- Example

Expand Down

0 comments on commit d8b1ab7

Please sign in to comment.