We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c05f97 commit f1c2b2eCopy full SHA for f1c2b2e
server/service/config_test.go
@@ -35,8 +35,8 @@ func TestConfig(t *testing.T) {
35
36
t.Run("signer", func(t *testing.T) {
37
cfg := Config{
38
- ChainID: params.AvalancheMainnetChainID,
+ ChainID: params.FlareChainID,
39
}
40
- require.IsType(t, ethtypes.NewLondonSigner(params.AvalancheMainnetChainID), cfg.Signer())
+ require.IsType(t, ethtypes.NewCancunSigner(params.FlareChainID), cfg.Signer())
41
})
42
0 commit comments