Skip to content

Commit 2aa8797

Browse files
[ETCM-1015] Add ECIP-1103 block number to configs
1 parent 2e078af commit 2aa8797

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

src/main/resources/conf/chains/etc-chain.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@
101101
# https://ecips.ethereumclassic.org/ECIPs/ecip-1099
102102
ecip1099-block-number = "11700000"
103103

104+
# Magneto EVM and Protocol Upgrades
105+
# https://ecips.ethereumclassic.org/ECIPs/ecip-1103
106+
ecip1103-block-number = "13189133"
107+
104108
# ECIP-1049 soft fork block number
105109
# https://ecips.ethereumclassic.org/ECIPs/ecip-1049
106110
# https://github.com/ethereumclassic/ECIPs/issues/394

src/main/resources/conf/chains/eth-chain.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@
9898
# https://ecips.ethereumclassic.org/ECIPs/ecip-1099
9999
ecip1099-block-number = "1000000000000000000"
100100

101+
# Magneto EVM and Protocol Upgrades
102+
# https://ecips.ethereumclassic.org/ECIPs/ecip-1103
103+
ecip1103-block-number = "1000000000000000000"
104+
101105
# DAO fork configuration (Ethereum HF/Classic split)
102106
# https://blog.ethereum.org/2016/07/20/hard-fork-completed/
103107
dao {

src/main/resources/conf/chains/mordor-chain.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@
9999
# https://ecips.ethereumclassic.org/ECIPs/ecip-1099
100100
ecip1099-block-number = "2520000"
101101

102+
# Magneto EVM and Protocol Upgrades
103+
# https://ecips.ethereumclassic.org/ECIPs/ecip-1103
104+
ecip1103-block-number = "3985893"
105+
102106
# DAO fork configuration (Ethereum HF/Classic split)
103107
# https://blog.ethereum.org/2016/07/20/hard-fork-completed/
104108
dao = null

src/main/resources/conf/chains/ropsten-chain.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
# https://ecips.ethereumclassic.org/ECIPs/ecip-1099
103103
ecip1099-block-number = "1000000000000000000"
104104

105+
# Magneto EVM and Protocol Upgrades
106+
# https://ecips.ethereumclassic.org/ECIPs/ecip-1103
107+
ecip1103-block-number = "1000000000000000000"
108+
105109
# DAO fork configuration (Ethereum HF/Classic split)
106110
# https://blog.ethereum.org/2016/07/20/hard-fork-completed/
107111
dao {

src/main/resources/conf/chains/test-chain.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@
9999
# https://ecips.ethereumclassic.org/ECIPs/ecip-1099
100100
ecip1099-block-number = "1000000000000000000"
101101

102+
# Magneto EVM and Protocol Upgrades
103+
# https://ecips.ethereumclassic.org/ECIPs/ecip-1103
104+
ecip1103-block-number = "1000000000000000000"
105+
102106
# DAO fork configuration (Ethereum HF/Classic split)
103107
# https://blog.ethereum.org/2016/07/20/hard-fork-completed/
104108
dao {

src/main/resources/conf/chains/testnet-internal-nomad-chain.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@
9898
# https://ecips.ethereumclassic.org/ECIPs/ecip-1099
9999
ecip1099-block-number = "1000000000000000000"
100100

101+
# Magneto EVM and Protocol Upgrades
102+
# https://ecips.ethereumclassic.org/ECIPs/ecip-1103
103+
ecip1103-block-number = "1000000000000000000"
104+
101105
# DAO fork configuration (Ethereum HF/Classic split)
102106
# https://blog.ethereum.org/2016/07/20/hard-fork-completed/
103107
dao = null

0 commit comments

Comments
 (0)