UNPKG
noob-ethereum
Version:
latest (3.0.4)
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.27
2.0.26
2.0.25
2.0.24
2.0.23
2.0.22
2.0.21
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A simple Ethereum library
github.com/markodayan/noob-ethereum
markodayan/noob-ethereum
noob-ethereum
/
dist
/
constants
/
index.d.ts
8 lines
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
LONDON_HARDFORK_BLOCK
=
12965000
;
declare
const
optimism
: {
REGENSIS_BLOCK
:
number
;
SEQUENCER_EOA
:
string
;
CTC
:
string
; };
export
{
LONDON_HARDFORK_BLOCK
, optimism };
//# sourceMappingURL=index.d.ts.map