mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 04:57:17 +00:00
6a5968e7f0
and the don't pay baseFee after EIP-1559. See https://openethereum.github.io/Permissioning.html#gas-price
15 lines
190 B
Go
15 lines
190 B
Go
package contracts
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed block_reward.json
|
|
var BlockReward []byte
|
|
|
|
//go:embed certifier.json
|
|
var Certifier []byte
|
|
|
|
//go:embed registrar.json
|
|
var Registrar []byte
|