Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CGPs/cgp-0233.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date-created: 2026-04-07
author: "Celo Core Co."
status: DRAFT
discussions-to: https://forum.celo.org/t/celoccelerate-celo-tokenomics-proposal/13147/1
governance-proposal-id:
governance-proposal-id: 286
date-executed:
---

Expand Down Expand Up @@ -103,7 +103,7 @@ Some components of this proposal require separate CGPs that include onchain tran
This command should show no transactions:

```bash
celocli governance:show --proposalID <PROPOSAL_ID> --node https://forno.celo.org
celocli governance:show --proposalID 286 --node https://forno.celo.org
```

## Risks
Expand Down
1 change: 1 addition & 0 deletions CGPs/cgp-0233/mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
4 changes: 2 additions & 2 deletions CGPs/cgp-0234.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date-created: 2026-04-07
author: "Celo Core Co."
status: DRAFT
discussions-to: https://forum.celo.org/t/celoccelerate-celo-tokenomics-proposal/13147
governance-proposal-id:
governance-proposal-id: 287
date-executed:
---

Expand Down Expand Up @@ -65,7 +65,7 @@ See [mainnet.json](cgp-0234/mainnet.json).
Verify the proposal transactions:

```bash
celocli governance:show --proposalID <PROPOSAL_ID> --jsonTransactions cgp-0234-proposal.json --node https://forno.celo.org
celocli governance:show --proposalID 287 --jsonTransactions cgp-0234-proposal.json --node https://forno.celo.org
```

Verify the source transaction returning sequencer revenue to the Community Fund. It is an ERC-20 `transfer` of 1,748,950 CELO on the `GoldToken` contract from `0x7A1E98FC9a008107DbD1f430a05Ace8cf6f3FE19` to the Governance contract `0xD533Ca259b330c7A88f74E000a3FaEa2d63B7972`:
Expand Down
Loading