@@ -21,14 +21,15 @@ webpki = { version = "=0.102.0-alpha.3", git = "https://github.com/rustls/webpki
21
21
x509-cert = { version = " 0.1.0" , default-features = false , features = [" alloc" ] }
22
22
23
23
frame-support = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " stable2412" , default-features = false }
24
- pallet-evm = { git = " https://github.com/paritytech/frontier" , branch = " stable2412" , default-features = false }
25
24
scale-info = { version = " 2.11" , default-features = false , features = [" derive" ] }
26
25
sp-consensus-aura = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " stable2412" , default-features = false }
27
26
sp-core = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " stable2412" , default-features = false }
28
27
sp-io = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " stable2412" , default-features = false }
29
28
sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " stable2412" , default-features = false }
30
29
sp-std = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " stable2412" , default-features = false }
31
30
31
+ pallet-evm = { git = " https://github.com/AstarNetwork/frontier" , branch = " stable2412-txpoolwrapper" , default-features = false , features = [" forbid-evm-reentrancy" ] }
32
+
32
33
litentry-hex-utils = { path = " ../../utils/hex" , default-features = false }
33
34
litentry-macros = { path = " macros" }
34
35
litentry-proc-macros = { path = " proc-macros" }
0 commit comments