mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
Signed-off-by: Taccat Isid <taccatisid@protonmail.com> Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"caliper": {
|
|
"blockchain": "ethereum"
|
|
},
|
|
"ethereum": {
|
|
"url": "ws://besu:8546",
|
|
"contractDeployerAddress": "0xD1cf9D73a91DE6630c2bb068Ba5fDdF9F0DEac09",
|
|
"contractDeployerAddressPrivateKey": "0x797c13f7235c627f6bd013dc17fff4c12213ab49abcf091f77c83f16db10e90b",
|
|
"fromAddressSeed": "0x3f841bf589fdf83a521e55d51afddc34fa65351161eead24f064855fc29c9580",
|
|
"transactionConfirmationBlocks": 1,
|
|
"chainId": 48122,
|
|
"privacy": {
|
|
"legacy_group": {
|
|
"groupType": "legacy",
|
|
"privateFrom": "GGilEkXLaQ9yhhtbpBT03Me9iYa7U/mWXxrJhnbl1XY=",
|
|
"privateFor": ["GGilEkXLaQ9yhhtbpBT03Me9iYa7U/mWXxrJhnbl1XY="]
|
|
}
|
|
},
|
|
"contracts": {
|
|
"public_storage": {
|
|
"path": "/config/storage.json",
|
|
"gas": {
|
|
"update": 30000
|
|
}
|
|
},
|
|
"private_storage_offchain": {
|
|
"path": "/config/storage.json",
|
|
"gas": {
|
|
"update": 30000
|
|
},
|
|
"private": "legacy_group"
|
|
}
|
|
}
|
|
}
|
|
}
|