-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# What ❔ Fix docker compose by applying the same updates that were done in [local-setup](https://github.com/matter-labs/local-setup.) ## Why ❔ Old docker compose doesn't work with the latest `local-node` docker image. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs).
- Loading branch information
1 parent
c094d99
commit 3c38e15
Showing
4 changed files
with
110 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
{ | ||
"config": { | ||
"chainId": 9, | ||
"homesteadBlock": 0, | ||
"eip150Block": 0, | ||
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"eip155Block": 0, | ||
"eip158Block": 0, | ||
"daoForkBlock": 0, | ||
"frontierBlock": 0, | ||
"byzantiumBlock": 0, | ||
"constantinopleBlock": 0, | ||
"petersburgBlock": 0, | ||
"muirGlacierBlock": 0, | ||
"istanbulBlock": 0, | ||
"berlinBlock": 0, | ||
"londonBlock": 0, | ||
"terminalTotalDifficulty": "0x0", | ||
"mergeNetsplitBlock": 0, | ||
"shanghaiTime": 0, | ||
"cancunTime": 0, | ||
"clique": { | ||
"period": 0, | ||
"epoch": 30000 | ||
} | ||
}, | ||
"nonce": "0x0", | ||
"timestamp": "0x5ca9158b", | ||
"gasLimit": "0x1c9c380", | ||
"difficulty": "0x0", | ||
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"coinbase": "0x0000000000000000000000000000000000000000", | ||
"alloc": { | ||
"0000000000000000000000000000000000000000": { | ||
"balance": "0x1" | ||
}, | ||
"8a91dc2d28b689474298d91899f0c1baf62cb85b": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"de03a0b5963f75f1c8485b355ff6d30f3093bde7": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"52312AD6f01657413b2eaE9287f6B9ADaD93D5FE": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"36615Cf349d7F6344891B1e7CA7C72883F5dc049": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"a61464658AfeAf65CccaaFD3a512b69A83B77618": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"0D43eB5B8a47bA8900d84AA36656c92024e9772e": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"A13c10C0D5bd6f79041B9835c63f91de35A15883": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"8002cD98Cfb563492A6fB3E7C8243b7B9Ad4cc92": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"4F9133D1d3F50011A6859807C837bdCB31Aaab13": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"bd29A1B981925B94eEc5c4F1125AF02a2Ec4d1cA": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"edB6F5B4aab3dD95C7806Af42881FF12BE7e9daa": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"e706e60ab5Dc512C36A4646D719b889F398cbBcB": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"E90E12261CCb0F3F7976Ae611A29e84a6A85f424": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"e706e60ab5dc512c36a4646d719b889f398cbbcb": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
} | ||
}, | ||
"number": "0x0", | ||
"gasUsed": "0x0", | ||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"baseFeePerGas": 1, | ||
"excessBlobGas": "0x0", | ||
"blobGasUsed": 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters