forked from taikoxyz/taiko-mono
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make chainid configurable in genesis (#20)
* chore: make chainid configurable in genesis * Surge chain id added to the bindings/encoding * testnet chain id * fix: contract owner configurable * more seed accounts * chore: use contract owner in more fields * Don't check typos in pnpm-lock.yaml" * Don't check typos in "_typos.toml" * typos go.sum * protocol tests ubuntu runner * Revert "protocol tests ubuntu runner" This reverts commit 54b67f7. --------- Co-authored-by: Maciej Skrzypkowski <mskr@gmx.com>
- Loading branch information
1 parent
22b613d
commit b5e4666
Showing
8 changed files
with
370 additions
and
292 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1 @@ | ||
{"contractOwner":"0xDf08F82De32B8d460adbE8D72043E3a7e25A3B39","l1ChainId":31337,"chainId":167,"seedAccounts":[{"0xDf08F82De32B8d460adbE8D72043E3a7e25A3B39":1000},{"0x79fcdef22feed20eddacbb2587640e45491b757f":1000}],"ownerSecurityCouncil":"0xDf08F82De32B8d460adbE8D72043E3a7e25A3B39","ownerTimelockController":"0xDf08F82De32B8d460adbE8D72043E3a7e25A3B39","contractAddresses":{"BridgeImpl":"0x0167000000000000000000000000000000000001","ERC20VaultImpl":"0x0167000000000000000000000000000000000002","ERC721VaultImpl":"0x0167000000000000000000000000000000000003","ERC1155VaultImpl":"0x0167000000000000000000000000000000000004","SignalServiceImpl":"0x0167000000000000000000000000000000000005","SharedAddressManagerImpl":"0x0167000000000000000000000000000000000006","BridgedERC20Impl":"0x0167000000000000000000000000000000010096","BridgedERC721Impl":"0x0167000000000000000000000000000000010097","BridgedERC1155Impl":"0x0167000000000000000000000000000000010098","RegularERC20":"0x0167000000000000000000000000000000010099","TaikoL2Impl":"0x0167000000000000000000000000000000010001","RollupAddressManagerImpl":"0x0167000000000000000000000000000000010002","Bridge":"0x1670000000000000000000000000000000000001","ERC20Vault":"0x1670000000000000000000000000000000000002","ERC721Vault":"0x1670000000000000000000000000000000000003","ERC1155Vault":"0x1670000000000000000000000000000000000004","SignalService":"0x1670000000000000000000000000000000000005","SharedAddressManager":"0x1670000000000000000000000000000000000006","TaikoL2":"0x1670000000000000000000000000000000010001","RollupAddressManager":"0x1670000000000000000000000000000000010002"},"param1559":{"gasExcess":1},"predeployERC20":true} | ||
{"contractOwner":"0xDf08F82De32B8d460adbE8D72043E3a7e25A3B39","l1ChainId":1,"chainId":164,"seedAccounts":[{"0xDf08F82De32B8d460adbE8D72043E3a7e25A3B39":1000},{"0x79fcdef22feed20eddacbb2587640e45491b757f":1000}],"ownerSecurityCouncil":"0xDf08F82De32B8d460adbE8D72043E3a7e25A3B39","ownerTimelockController":"0xDf08F82De32B8d460adbE8D72043E3a7e25A3B39","contractAddresses":{"BridgeImpl":"0x0164000000000000000000000000000000000001","ERC20VaultImpl":"0x0164000000000000000000000000000000000002","ERC721VaultImpl":"0x0164000000000000000000000000000000000003","ERC1155VaultImpl":"0x0164000000000000000000000000000000000004","SignalServiceImpl":"0x0164000000000000000000000000000000000005","SharedAddressManagerImpl":"0x0164000000000000000000000000000000000006","BridgedERC20Impl":"0x0164000000000000000000000000000000010096","BridgedERC721Impl":"0x0164000000000000000000000000000000010097","BridgedERC1155Impl":"0x0164000000000000000000000000000000010098","RegularERC20":"0x0164000000000000000000000000000000010099","TaikoL2Impl":"0x0164000000000000000000000000000000010001","RollupAddressManagerImpl":"0x0164000000000000000000000000000000010002","Bridge":"0x1640000000000000000000000000000000000001","ERC20Vault":"0x1640000000000000000000000000000000000002","ERC721Vault":"0x1640000000000000000000000000000000000003","ERC1155Vault":"0x1640000000000000000000000000000000000004","SignalService":"0x1640000000000000000000000000000000000005","SharedAddressManager":"0x1640000000000000000000000000000000000006","TaikoL2":"0x1640000000000000000000000000000000010001","RollupAddressManager":"0x1640000000000000000000000000000000010002"},"param1559":{"gasExcess":1},"predeployERC20":true} |
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