ipld-eth-server/environments/testing.toml
Roy Crihfield 27d1634b5b Fix RPC for blob transactions (#266)
- Fixes RPC for blob transactions
- Allows loading chain ID from chain config file, improving integration in cerc-io/fixturenet-eth-stacks#21

Depends on cerc-io/system-tests#13

Reviewed-on: #266
2024-08-07 04:50:53 +00:00

8 lines
129 B
TOML

[database]
name = "cerc_testing"
hostname = "localhost"
port = 5432
[client]
ipcPath = "http://127.0.0.1:8545"