Skip to content

Commit

Permalink
Update events.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexaran authored Dec 8, 2023
1 parent 711c873 commit 658acc9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion erc223-page-sources/src/constants/events.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
import { IRecentEvent } from "../types";

export const events: IRecentEvent[] = [
{
title: "[github] ERC-20 flaw is reported to ZetaChain developers.",
url: "https://github.com/zeta-chain/protocol-contracts/issues/107",
date: "8.12.2023",
color: "#64DC84",
},
{
title: "[github] Poloniex hacker lost $2,500,000 worth fo ERC-20 tokens to a security flaw of the standard that I described in 2017",
url: "https://gist.github.com/Dexaran/9bd90c1885b4818573368ad02b784125",
date: "11.11.2023",
color: "#64DC84",
},{
},
{
title: "[github] Dev discussion regarding ERC-223 vs ERC-777 vs ERC-1363 implementations",
url: "https://github.com/OpenZeppelin/openzeppelin-contracts/issues/2620#issuecomment-1769509345",
date: "18.10.2023",
Expand Down

0 comments on commit 658acc9

Please sign in to comment.