Skip to content

Commit 4491c8f

Browse files
committed
Add fee config for localflare
1 parent 0d151e2 commit 4491c8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

avalanchego/genesis/params.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,14 @@ func GetTxFeeConfig(networkID uint32) TxFeeConfig {
5959
return FlareParams.TxFeeConfig
6060
case constants.CostwoID:
6161
return CostwoParams.TxFeeConfig
62+
case constants.LocalFlareID:
63+
return LocalFlareParams.TxFeeConfig
6264
case constants.SongbirdID:
6365
return SongbirdParams.TxFeeConfig
6466
case constants.CostonID:
6567
return CostonParams.TxFeeConfig
6668
default:
69+
// for LocalID and any other networkID
6770
return LocalParams.TxFeeConfig
6871
}
6972
}

0 commit comments

Comments
 (0)