Skip to content

Commit 71ccb68

Browse files
leovctmds1
andauthored
feat: ethereum mainnet eips (#50)
* feat: initial draft * chore: fmt * chore: improve hardfork formatting * chore: keep the ordering defined in `eips.ts` * feat: add more eips * chore: lint * chore: refactoring * chore: make `deprecated` optional * feat: add the remaining eips * chore: small changes to `format` * chore: clean up * chore: clean up * fix: `DiffEIP` component * chore: lint * chore: improve eip code * fix: petersburg hf * chore: add missing params * chore: little ui update * style: tweaks to layout and phrasing * chore: remove Constantinople EIPs and EIP-1283 * chore: opt for `Constantinople` instead of `Petersburg` * chore: remove `Petersburg` from `MainnetHardfork` enum * chore: add `references` and remove `link` property * style: add missing class sizes --------- Co-authored-by: Matt Solomon <[email protected]>
1 parent 9af73ed commit 71ccb68

File tree

11 files changed

+639
-27
lines changed

11 files changed

+639
-27
lines changed

src/chains/arbitrum/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const arbitrum: Chain = {
1818
opcodes: sortedArrayByField(opcodes, 'number'),
1919
mempools: [],
2020
deployedContracts: sortedArrayByFields(deployedContracts, ['kind', 'name']),
21+
eips: [],
2122
executionNodes,
2223
consensusNodes,
2324
};

0 commit comments

Comments
 (0)