gas-oracle: implement and test
This commit adds the `gas-oracle` which is an offchain entity that sends transactions to L2 to update the gas price. It must be configured with a private key as the `OVM_GasPriceOracle` is owned. The `gas-oracle` is added to the changesets setup. Tests are included as well as CI. Dockerizing will happen in a follow up PR.
Showing
go/gas-oracle/.gitignore
0 → 100644
go/gas-oracle/Makefile
0 → 100644
go/gas-oracle/README.md
0 → 100644
go/gas-oracle/flags/flags.go
0 → 100644
go/gas-oracle/go.mod
0 → 100644
go/gas-oracle/go.sum
0 → 100644
go/gas-oracle/main.go
0 → 100644
go/gas-oracle/package.json
0 → 100644
Please register or sign in to comment