cdk-erigon
: Fetch burn address & GER data when we have access to the chain
#565
Labels
crate: zero_bin
Anything related to the zero-bin subcrates.
Milestone
#463 introduces the concept of burn addresses, where the fees to be burnt are stored, so they can later be burnt on L1. This is used in
cdk-erigon
. But since we do not yet have access to thecdk-erigon
chain, theburn_address
that is currently set inzero-bin
is the default address (0x00...0). Once we can, we should actually retrieve the correct burn address from the chain instead.The text was updated successfully, but these errors were encountered: