File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,16 @@ var PrecompiledContractsCancun = map[common.Address]PrecompiledContract{
114
114
// PrecompiledContractsPrague contains the set of pre-compiled Ethereum
115
115
// contracts used in the Prague release.
116
116
var PrecompiledContractsPrague = map [common.Address ]PrecompiledContract {
117
+ common .BytesToAddress ([]byte {0x01 }): & ecrecover {},
118
+ common .BytesToAddress ([]byte {0x02 }): & sha256hash {},
119
+ common .BytesToAddress ([]byte {0x03 }): & ripemd160hash {},
120
+ common .BytesToAddress ([]byte {0x04 }): & dataCopy {},
121
+ common .BytesToAddress ([]byte {0x05 }): & bigModExp {eip2565 : true },
122
+ common .BytesToAddress ([]byte {0x06 }): & bn256AddIstanbul {},
123
+ common .BytesToAddress ([]byte {0x07 }): & bn256ScalarMulIstanbul {},
124
+ common .BytesToAddress ([]byte {0x08 }): & bn256PairingIstanbul {},
125
+ common .BytesToAddress ([]byte {0x09 }): & blake2F {},
126
+ common .BytesToAddress ([]byte {0x0a }): & kzgPointEvaluation {},
117
127
common .BytesToAddress ([]byte {0x0b }): & bls12381G1Add {},
118
128
common .BytesToAddress ([]byte {0x0c }): & bls12381G1Mul {},
119
129
common .BytesToAddress ([]byte {0x0d }): & bls12381G1MultiExp {},
You can’t perform that action at this time.
0 commit comments