otterscan/src/special/london/params.ts
2021-07-30 04:55:21 -03:00

7 lines
135 B
TypeScript

export const londonBlockNumber: { [chainId: string]: number } = {
"1": 12965000,
"3": 10499401,
"4": 8897988,
"5": 5062605,
};