Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit 28ae896

Browse files
committed
Testing activeHardFork for Rinkeby
1 parent 3abbd63 commit 28ae896

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/hardforks.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ tape('[Common]: Hardfork logic', function(t: tape.Test) {
107107
msg = 'should return spuriousDragon as latest active HF for Ropsten with limited supported HFs'
108108
st.equal(c.activeHardfork(null, { onlySupported: true }), 'spuriousDragon', msg)
109109

110+
c = new Common('rinkeby')
111+
msg = 'should return Istanbul as latest active HF for Rinkeby'
112+
st.equal(c.activeHardfork(), 'istanbul', msg)
113+
110114
st.end()
111115
})
112116

0 commit comments

Comments
 (0)