Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix qkcli ci #931

Merged
merged 1 commit into from
Sep 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions testnet/ci-qkcli/constants.py.bac
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ GENERAL_NATIVE_TOKEN_CONTRACT_BYTECODE = bytes.fromhex(
MAINNET_ENABLE_NON_RESERVED_NATIVE_TOKEN_CONTRACT_TIMESTAMP = 1588291200
MAINNET_ENABLE_GENERAL_NATIVE_TOKEN_CONTRACT_TIMESTAMP = 1588291200
MAINNET_ENABLE_POSW_STAKING_DECAY_TIMESTAMP = 1588291200
MAINNET_ENABLE_EIP155_SIGNER_TIMESTAMP = 1625097600
MAINNET_BASE_ETH_CHAIN_ID = 100000

PRECOMPILED_CONTRACTS_AFTER_EVM_ENABLED = [
bytes.fromhex("000000000000000000000000000000514b430001"),
Expand Down